DHTMLAsp.NetSQLC-SharpXMLFrameworkIISXMLWebServiceArchitecture
UMLProject ManagementSDLCMethodologiesDesign PatterenOOPWCF.Net RemotingWWF
MVPMVCSite Map
Asp.net 2.0
User Control
Custom Control
File Handling
Reflection
Deligate
Site Map
Tell a Friend
You
Friend
Email

Newsletter
Email
The New features in Asp.Net .
 
As a developer i feel microsoft has fine tuned the raughness of asp.net 1.1 in 2.0. In short, the environment has become more efficient, smooth, faster for developer to develope world class application, sometimes i used to feel bad because of insufficinet support and scope to build a magnificient application, in terms of optimization, security, wide reusuability etc. Now lets take a look one by one 
 
Master Page :
Inside the page directive simply specify the master page
&<%@ Page MasterPageFile="~/ETech/Etigers.Master" >
Remove all body and html tag and place the following code, which will pull all the content that the master page has. inside the tag you can place the pag especific content.
<asp:Content ContentPlaceHolderID="ContentPlaceHolderEtech" runat="server" > Page specific content here </asp:Content>
Click here to see implementation d> Themes : Click here to see implementation
&n 
Generic :
This is very useful and wonderful feature in .net 2.0, now we can make a list of any custom object with a single line code.
System.Collections.Generic.List objList = new System.Collections.Generic.List();
 
Sqlreader : Click here to see implementation
 
Privacy Policy ©2007 E-Tigers.net, All Rights Reserved Terms & Conditions
Supported by ETG Consultancy