.Net Framework, Asp.net, Ado.net, .Net Remoting, .Net Webservice, SQL, XML, XSLT, WCF, WPF, WWF NHibernate, Ajax, Jquery, DHTML

Ado.netAsp.Net 2.0SQLC-SharpXMLFrameworkIISXMLWebServiceArchitecture
UMLProject ManagementSDLCMethodologiesDesign PatterenOOPWCF.Net RemotingWWF
MVPMVCSilver LightN-HibernateAjaxJ-QuerySEO-MarketingSite MapPhp
Masterpage in Asp.Net 2.0Asp.Net 2.0Session in Asp.Net 2.0
Generic in .Net 2.0Caching in .Net 2.0Async Mailing
Ado.net 2.0Asp.net data controlsAsp.net 3.5 new features

Whats New features in Asp.Net 2.0 .

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();

In .NET Framework 2.0 it is possible to specify different accessibility for set and get accessor. This will be very helpful in cases where you need to give get access to a property but want to restrict set access to that property. For example:

public class MyClass
{
       public string Name
       {
          get
          {
              return _Name;
          }
              protected set
          {
              _Name = value;
          }
        }
        string _Name;

}

Sqlreader : Click here to see implementation
 

look at Asp.Net Controls

Leave your comment.
Name
Email
Comments
Tell Us4164+5 =

Reduce your Dialy IT Cost, Consult with us
Stay healthy in recession

Advertisement
Sponsored by

Privacy Policy ©2009 ETG Consultancy, All Rights Reserved Terms & Conditions
Asp.net, Ado.net, .Net Remoting, .Net Webservice, SQL, XML, XSLT, WCF, WPF, WWF NHibernate, Ajax, Jquery, DHTML