<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechBubbles &#187; .NET Framework 4</title>
	<atom:link href="http://www.techbubbles.com/category/net-framework-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 22:18:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Deploying Database with ASP.NET Web application</title>
		<link>http://www.techbubbles.com/aspnet/deploying-database-with-asp-net-web-application/</link>
		<comments>http://www.techbubbles.com/aspnet/deploying-database-with-asp-net-web-application/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 21:18:41 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASP.NET 4.0]]></category>
		<category><![CDATA[SQL Azure]]></category>
		<category><![CDATA[SQL server]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/deploying-database-with-asp-net-web-application/</guid>
		<description><![CDATA[&#160;



Web applications can be deployed in two different ways one by using one-click publish or by using a Web deployment package. Usually we may want to deploy our database scripts that we used along with the application deployment. This post discusses the procedures to deploy the database along with web application in Visual Studio 2010.




Assume [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/deploying-database-with-asp-net-web-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating a UML Model Diagram in Visual Studio 2010</title>
		<link>http://www.techbubbles.com/microsoft/creating-a-uml-model-diagram-in-visual-studio-2010/</link>
		<comments>http://www.techbubbles.com/microsoft/creating-a-uml-model-diagram-in-visual-studio-2010/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 21:43:54 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[UML]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/microsoft/creating-a-uml-model-diagram-in-visual-studio-2010/</guid>
		<description><![CDATA[&#160;



This post discusses about how to use UML models and diagrams in Visual Studio 2010 ultimate edition. Models are very useful to describe the requirements and design of the system. Models help you to visualize how system works and clarifies the user needs and finds the architecture of the system.







1. Launch the Visual Studio 2010 [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/microsoft/creating-a-uml-model-diagram-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating a Sample Visual Studio LightSwitch Beta2 Application</title>
		<link>http://www.techbubbles.com/net-framework-4/creating-a-sample-visual-studio-lightswitch-beta2-application/</link>
		<comments>http://www.techbubbles.com/net-framework-4/creating-a-sample-visual-studio-lightswitch-beta2-application/#comments</comments>
		<pubDate>Sat, 21 May 2011 17:46:50 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Light Switch]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/net-framework-4/creating-sample-visual-studio-lightswitch-beta2-application/</guid>
		<description><![CDATA[&#160;



Microsoft Visual Studio LightSwitch allows the developers to create a high-quality line of business applications with less writing of code. LightSwitch provides the screen templates for common business tasks such as data entry, search , formatting and displaying the data. LightSwitch includes built-in functionality to validate the input with little or no code. We can [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/net-framework-4/creating-a-sample-visual-studio-lightswitch-beta2-application/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WCF AJAX Service Without Configuration</title>
		<link>http://www.techbubbles.com/wcf/wcf-ajax-service-without-configuration/</link>
		<comments>http://www.techbubbles.com/wcf/wcf-ajax-service-without-configuration/#comments</comments>
		<pubDate>Sun, 15 May 2011 08:27:25 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[WCF Features]]></category>
		<category><![CDATA[WCF Service]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/wcf/wcf-ajax-service-without-configuration/</guid>
		<description><![CDATA[&#160;



This post discusses how to develop Windows Communication Foundation (WCF) service using AJAX and without any configuration settings for WCF. This service can be consumed from Javascript. The service uses a special setting in .svc file which automatically enables an AJAX endpoint.




  
You can get the AJAX support for WCF through the ScriptManager control.
1. [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/wcf/wcf-ajax-service-without-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF Service using MTOM in .NET FW 4</title>
		<link>http://www.techbubbles.com/webservices/wcf-service-using-mtom-in-net-fw-4/</link>
		<comments>http://www.techbubbles.com/webservices/wcf-service-using-mtom-in-net-fw-4/#comments</comments>
		<pubDate>Sat, 14 May 2011 13:58:08 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[.NET Framework 4.0]]></category>
		<category><![CDATA[WCF Service]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/webservices/wcf-service-using-mtom-in-net/</guid>
		<description><![CDATA[&#160;
Web services having a greater interoperability to communicate messages across heterogeneous systems, however challenge is serializing the data into XML. Users may want to send images,videos, drawings, xml documents etc. together with SOAP message.&#160; 
What is MTOM?
Message Transmission Optimization Mechanism (MTOM) is a mechanism of transferring transferring large amounts binary data as an attachment to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/webservices/wcf-service-using-mtom-in-net-fw-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guidelines for Developing Class Libraries in .NET</title>
		<link>http://www.techbubbles.com/net-framework/guidelines-for-developing-class-libraries-in-net/</link>
		<comments>http://www.techbubbles.com/net-framework/guidelines-for-developing-class-libraries-in-net/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 20:43:11 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[.NET Framework 4.0]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/guidelines-for-developing-class-libraries-in-net/</guid>
		<description><![CDATA[



This post explains about design guidelines for developing class libraries that extends the .NET Framework. Following design guidelines provides benefits of consistency and unified programming model for developers.





Naming Conventions for Casing Identifiers
There are two different styles in Casing Identifiers
  

Pascal Casing – The first letter in the identifier and first letter of subsequent&#160; word [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/net-framework/guidelines-for-developing-class-libraries-in-net/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2010 Service Pack 1 Beta Released</title>
		<link>http://www.techbubbles.com/net-framework-4/visual-studio-2010-service-pack-1-beta-released/</link>
		<comments>http://www.techbubbles.com/net-framework-4/visual-studio-2010-service-pack-1-beta-released/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 07:22:26 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[.NET Framework 4.0]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/net-framework-4/visual-studio-2010-service-pack-1-beta-released/</guid>
		<description><![CDATA[&#160;
Microsoft announced VS 2010 Service Pack1 Beta&#160; and is ready for download. MSDN subscribers can download beta from here
General users can download from here

Service Pack 1 Beta including the following features
  

Better Help viewer 


check out more details on Help feature here

Unit Testing on .NET 3.5 Now all unit tests runs under .NET FW [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/net-framework-4/visual-studio-2010-service-pack-1-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Framework 4 File IO Features</title>
		<link>http://www.techbubbles.com/net-framework/net-framework-4-file-io-features/</link>
		<comments>http://www.techbubbles.com/net-framework/net-framework-4-file-io-features/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:17:21 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[.NET Framework 4.0]]></category>
		<category><![CDATA[File IO]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/net-framework/net-framework-4-file-io-features/</guid>
		<description><![CDATA[New methods are added to the System.IO.File class in .NET framework 4.0 for reading and writing text files. 
ReadLines

In earlier version we have used File.ReadAllLines method which returns a string array of all lines in the file.

String[] lines = File.ReadAllLines(“file.txt”);


The issue is it must read all lines and allocate an array to return. For small [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/net-framework/net-framework-4-file-io-features/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.NET Framework 4 SortedSet</title>
		<link>http://www.techbubbles.com/net-framework/net-framework-4-sortedset/</link>
		<comments>http://www.techbubbles.com/net-framework/net-framework-4-sortedset/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 10:18:38 +0000</pubDate>
		<dc:creator>Kalyan</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[.NET Framework 4]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/?p=834</guid>
		<description><![CDATA[You can get the overview on what&#8217;s new in .NET FW BCL by reading my post .NET Framework 4 BCL. This post explains about one of the feature SortedSet. .NET Framework 4 adds a new collection to System.Collections.Generic, named&#160; Sorted Set&#60;T&#62;.&#160; It is like HashSet&#60;T&#62;&#160; collection of unique elements, but SortedSet&#60;T&#62; keeps the elements in [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/net-framework/net-framework-4-sortedset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

