Author: admin

  • Blog
  • Author: admin

NuGet Version 1.2 released

Someday ago Phil Haack from Microsoft has released the newer version of Nuget. There will be new exe for the newer version of the NuGet. Those who does not know about NuGet please visit my earlier post about NuGet Followings are some new features of NuGet 1.2. Framework profile support Automatically add binary redirects Specifying

Migrating to asp.net 2.0 videos

Microsoft asp.net team and and http://www.learn2asp.net/ has launched a new web cast series about migrating from other languages to asp.net 2.0. It’s contains following web casts; Migrating to asp.net 2.0 (2 web casts) Migrating from asp to asp.net 2.0 Migrating from jsp to asp.net 2.0 Migrating from coldfustion to asp.net 2.0( 2 web casts) Using

Assembly Neutral Interface in ASP.NET 5(vNext)

CodeProject Recently Microsoft has open sourced it’s entire ASP.NET next version stack on GitHub and I have been closely watching this for a quite a some time to understand how they have created architecture of it and how they organize everything in such a large stack. I have seen  [AssemblyNeutral] attribute in few of interfaces

Collecting Remote System Information With WMI + C#.NET

While developing a windows application we often need to develop application that will collect information about remote pc. I have found a great article which will use WMI classes in .net framework to get information about remote pc.here is the link for that article…. http://www.codeproject.com/cs/internet/remotesysinformation.asp?df=100&forumid=127088&exp=0&select=1498523