Fredrik Normén's Blog - NSQUARED²
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Microsoft Most Valuable Professional
     .Net Framework - ASP.Net - Architecture - Development
NOTE: This list of posts will only list the 15 latest posts, to see the rest, select from the Archives located in the menu to the left. The RSS will only list the 10 lastest posts.
Beta 2 of VS 2005 will be released next year.

Category:  ASP.Net 2.0

This is the latest news about Beta 2 release date. The Beta 2 will be released next year and before the final ship.

To not make this post a little bit more interesting, I can let you know that the DeclarativeCaltogPart for the WebPart framework for Beta 2, will have a property for specifying a file with webparts instead of declare them on the page.

To fill out this post, I will give a very simple tip, as you may know you can know use the Eval or Bind expression for binding a field to a data control. If you want to make a call to a method and pass the bounded item as an argument you can write something like this:

<%# MyMethod(Eval("myField")) %>

public object MyMethod(object item)
{
     ...
     return newValue;
}

In the current build (Not beta 1) the Membership class is not sealed. This will make it possible for us to extend the Membership class with our own functions. It's not sure it will stay unsealed in the final release, but it’s most likely the class will still be unsealed.

The Access provider for the Roles, Membership and Profile feature will be removed from the product, the source code will be available on the www.asp.net after the final release of .Net 2.0.

Posted: Friday, August 20, 2004 - 19:56 GMT+1    Print     E-mail    Comments (4)
Feedback
re: Beta 2 will be released next year. -

beta 2 of what?
Posted: Saturday, August 21, 2004 - 23:45 GMT+1  
re: Beta 2 will be released next year. - Fredrik Normén

Sorry, .Net Framework version 2.0
Posted: Sunday, August 22, 2004 - 01:50 GMT+1  
re: Beta 2 of VS 2005 will be released next year. - Jaya

we are using vs 2005 beta 1 for our developement work .
what are the precautions i have to take?
like many of them told ... don't use beta 1 for production... so what is ur ideas in that aspect?
Posted: Monday, August 23, 2004 - 07:29 GMT+1  
re: Beta 2 of VS 2005 will be released next year. - Fredrik Normén

There will be a Go-live license for Beta 2 not for Beta 1, so you can only use Beta 1 for testing purpose. I should recommend you to wait until beta 2 is released until you start building projects with VS 2005. Beta 2 will have several changes and there are several controls that will be left out etc.

I will wait for Beta 2 before I will start to build apps with the new platform.
Posted: Monday, August 23, 2004 - 08:02 GMT+1  

Add feedback
Subject:
Name:
URL:
Message:




Please enter the text from the image:   

 
   fredrik.nsquared2.com - 2007