<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.3" -->
<rss version="0.92">
<channel>
	<title>www.pritambaldota.com</title>
	<link>http://www.pritambaldota.com</link>
	<description>.Net Free Community</description>
	<lastBuildDate>Mon, 16 Aug 2010 15:32:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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 of Database Triggers [...]]]></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 and creating [...]]]></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 are our constraints for page [...]]]></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 database.
Numbers [...]]]></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- Employees

Fields- EmpId, EmpName, Designation


Take [...]]]></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 5.1; SV1; .NET CLR 1.1.4322; [...]]]></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 level).


I [...]]]></description>
		<link>http://www.pritambaldota.com/index.php/storing-objects-into-permanant-datastore-in-asp-net/</link>
			</item>
</channel>
</rss>
