Wednesday, September 27, 2006

Dotnetnuke ! whats this ?

hi
I recentlly came across this key word Dotnetnuke !!

i was curiuos to know about this ....

finally i came to know : Dotnetnuke is a Open Source Framework which can be used to build ASP.Net web applications.

This framework provides advanced features of developing projects.

"DotNetNuke is an open-source Web Application Framework ideal for creating and deploying projects such as commercial websites, corporate intranets and extranets, online publishing portals, and custom vertical applications. "

Home Page:http://www.dotnetnuke.com/default.aspx?tabid=777

,,,,
Senthil

Friday, September 22, 2006

Complete List of Methods and APS's changed in CLR2.0

Hi

when i moved my project from CLR1.1 to 2.0 , i used this web site from MS as the base to know what are the methods \ API's which have changed .

http://msdn.microsoft.com/netframework/programming/obsoleteapi/default.aspx

,,,
Senthil

Scott Gu Link for Migration

Hi

At times when i need help regarding Migration i get this from Scott Gu and his posting for migration projects is present at :

http://webproject.scottgu.com/

,,,,
Senthil

Wednesday, September 20, 2006

Tips and Steps for .Net Migration From 1.1 to 2.0 CLR

Hi ,
When you plan to migrate your existing Dotnet Project from 1.1 CLR to 2.0 CLR have the below check list:

1.Ensure that you have VS2005 in all the machines you are using for migration.

2. Do not only download CLR2.0 for migration install VS2005.

3.Use NAnt Rc4 from SourceForge.net to get a compile list of warnings which you get when you compile your existing code built in 1.1 CLR.

4.Have NAnt RC4 version installed in your machine.

5.Get a complete list of Warnings , errors when you build your existing code with NAnt RC4 with CLR 2.0

6.Open up each project in VS2005 and then go for the Migration steps .VS2005 will ask for conversion with a Wizard and go for conversion.

7. Open the project and have a build. CLR 2.0 will throw warnings if there Deprecated , Obsolete and Ambogous namings done. Resolve one by one.

8. Have the individual builds for each projects seperatelly in VS2005 IDE.

9. For web Projects apart from installing Vs2005 you will also need to download this Path from Microsoft.
http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx

10.Once each project is compiled in VS 2005 IDE. have the NAnt RC4 Build.

Tuesday, September 19, 2006