Category: My Blog

  • Blog
  • Category: My Blog

Future Release Version of ASP.NET

Microsoft will launch newer version of it’s asp.net suite. It will contain lots of new features with asp.net and silverlight.Following things are included in future release… ASP.NET AJAX Futures Silverlight Controls for ASP.NET Dynamic Data Controls for ASP.NET ASP.NET Application Services Dynamic Languages Support in ASP.NET For more details visit following links: http://www.asp.net/downloads/futures/default.aspx?tabid=62

ASP.NET 1.1-Document Outline Window

If you are using visual studio.net 2003 and you are finding some html code or you want to see the html code for the particular source then document outline window will help you.It provides the complete tree structure of a html code. So you can easily navigate through it and by selecting particular node will

BlogEngine.NET in asp.net

BlogEngine.NET is a full-featured blogging platform that is a breeze to set up, customize, and use. BlogEngine.NET works with your choice of data source; you may use SQL Server, or you may take the plug’n’play approach using XML files.here is the link for more details: http://www.asp.net/downloads/starter-kits/blog-engine/

ADO.NET Entity Framework Beta 2 & the 1st Entity Framework Tools CTP Released

Microsoft has recently release ADO.NET Entity Framework Beta 2 and the accompanying Entity Framework Tools CTP have been released!Following are the added features of latest release: -Events to customize code generation -Abstract types in EDM models-Complex types – support in metadata files-Entity key serialization-Increased persistence ignorance in entity data classes -Improved connection management in ObjectContext