<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>www.pritambaldota.com</title>
	<link>http://www.pritambaldota.com</link>
	<description>.Net Free Community</description>
	<lastBuildDate>Fri, 15 Apr 2011 10:11:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.4" -->

	<item>
		<title>What is AJAX</title>
		<description><![CDATA[What is AJAX ? AJAX is Asynchronous JavaScript And XML. The XmlHttpRequest is an actual object which works behind the scene. Ajax implementation uses JavaScript functions to call methods from a webservice, webpage request in response to get response. Response data is parsed using DOM. Asynchronous data retrieval using XmlHttpRequest Advantages of AJAX Reduce the [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/what-is-ajax/</link>
			</item>
	<item>
		<title>Garbage Collection in .NET</title>
		<description><![CDATA[Garbage Collection in .NET Garbage Collector provide automatic Memory Management in .NET. It is Component of .net CLR (Common Language Runtime). Follow are the advantages of Garbage Collection – It allocates memory objects on heap efficiently. Develop application without worrying about releasing of memory. Reclaims object that are no longer in use, clear their memory [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/garbage-collection-in-net/</link>
			</item>
	<item>
		<title>Web Service in ASP.Net (SOAP)</title>
		<description><![CDATA[What is Web Service in ASP.net (SOAP) SOAP is an XML-based messaging framework specifically designed for exchanging formatted data across the Internet, for example using request and reply messages or sending entire documents. completely neutral with respect to operating system, programming language, or distributed computing platform A better way was needed to describe the messages [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/web-service-in-asp-net-soap/</link>
			</item>
	<item>
		<title>Static Classes in .Net</title>
		<description><![CDATA[Static classes and class members are used to create data and functions that can be accessed without creating an instance of the class. To separate data and behavior that is independent of any object identity Static classes can be used when there is no data or behavior in the class which depends on object identity. [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/static-classes-in-net/</link>
			</item>
	<item>
		<title>SQL Server Database Triggers</title>
		<description><![CDATA[A trigger is an object contained within an SQL Server database that is used to execute a batch of SQL code whenever a specific event occurs. A trigger is “fired” whenever an INSERT, UPDATE, or DELETE SQL command is executed against a specific table. A Trigger is associated with Database Table There are three types [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/sql-server-database-triggers/</link>
			</item>
	<item>
		<title>ActionScript for Designers Part 1- Basics of ActionScript</title>
		<description><![CDATA[Hi Guys, Generally Flash comes with two meanings &#8211; 1) Flash for Designer &#38; 2) Flash for Developers (ActionScript). Designer always threaten about ActionScripting. It is not that complicated at basic level where Designer can levarage the benefits of ActionScripting to their Creative Work without having Programming knowledge. If you already know the Flash, using tools [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/actionscript-for-designers-part-1-basics-of-actionscript/</link>
			</item>
	<item>
		<title>Generate Page URL Name for CMS, Blogs Application</title>
		<description><![CDATA[Hi All, To give the Name to the Page can be handeled by many ways like Using GUID (Issue- Cant identify exactly while browsing through pages) Using Session (Issue-Same as above) Using Page Title provided in Text Field (We will see this) We are going to implement the scenario 3. We will first see what [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/generate-page-url-name-for-cms-blogs-application/</link>
			</item>
	<item>
		<title>Database Design Tips &amp; Tricks &#8211; Part 1</title>
		<description><![CDATA[Database design is most crucial part in application development. Database can be anything SQL Server, MySQL, Oracle, etc. I will consider SQL SERVER as a part of discussion. Tunning the database depends upon various factors like whether one datatype is better depends on the context of it&#8217;s usage. Following are most common datatypes used in [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/database-design-tips-tricks-part-1/</link>
			</item>
	<item>
		<title>GridView in ASP.Net</title>
		<description><![CDATA[GridView plays very important component in ASP.Net Application. It covers most of the basic reports for which you do not need any reporting component like Crystal Report, Report Viewer etc. Major concern with any data entry form is Add, Edit, Delete and View. Assumptions- We are using SQL Server Express editions as Database. Table Name- [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/gridview-in-asp-net/</link>
			</item>
	<item>
		<title>ASP.Net Server Variables</title>
		<description><![CDATA[Below is the detailed table for showing the ServerVariables Collection information. Variable Name Description ALL_HTTP HTTP_CONNECTION:Keep-Alive HTTP_ACCEPT:*/* HTTP_ACCEPT_ENCODING:gzip, deflate HTTP_ACCEPT_LANGUAGE:sv HTTP_HOST:localhost:1229 HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1) ALL_RAW Connection: Keep-Alive Accept: */* Accept-Encoding: gzip, deflate Accept-Language: sv Host: localhost:1229 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/asp-net-server-variables/</link>
			</item>
	<item>
		<title>Storing Objects into Permanant DataStore in ASP.Net</title>
		<description><![CDATA[Hi All, I was facing a problem towards sharing a data between Flash and .Net. The easiest way i found is XML Seralization because Remoting is much heavy and it requires remoting implementation. Even now I can store the Calss objects permanantely. This can be used in concept of Hibernate (Some what at very basic [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/storing-objects-into-permanant-datastore-in-asp-net/</link>
			</item>
</channel>
</rss>

