Blog Stats
  • Posts - 13
  • Articles - 2
  • Comments - 1
  • Trackbacks - 4

 

July 2006 Entries

Referring 1.1 framework compiled DLLs in 2.0 Application and vice-versa

We can refer the 1.1 framework compiled dlls in Web applications developed in 2.0 without any extra effort. However we can not refer the 2.0 compiled dlls in 1.1 framework application the reason is well illustrated in the thread at ASP.NET Migration forum which says : using COM Interop it won't work because even if it uses COM for "interoperating" it still needs the .NET Framework to run. Since you cannot load 2 versions of the .NET Framework in the same process it will end up running against .NET...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Master pages - heart of Website

With the introduction of Master pages in 2.0, we can now design the page which contains contents repeated on each page -like menus, navigation, logos. We can also combine the functionality used by all web pages at single place and derive all our pages from this master page... Here is an excellent article on master pages by Scott Allen - providing tips,tricks and traps. Microsoft also provided 4 design templates based on the category. You can find them here...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

VS 2005 Security features and Tools

http://msdn.microsoft.com/s... - Lists and provides all security features and tools in VS 2005
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Contract-first Service development

Here is a very nice article describing COM, code-first, contract-first service development by Aaron
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © Parmeshwar Arewar