Author: admin

  • Blog
  • Author: admin

Creating Web Services in a Class Library project

When you are developing a plug in or add in for a software some time you have a requirement for developing webservice hosting in DLL. I have found a great link which describes all the things. here is the link.. http://www.codeproject.com/KB/aspnet/wsinaclasslibrary.aspx

Displaying Gentle Error Messages with ASP.NET

Whenever any error occurs in ASP.NET it will give default screen which is quite messy and dirty. So how we can show error messages of our own. I found a great article that explained the way to display our message.here is the link: http://blogs.msdn.com/coding4fun/archive/2006/12/28/1378666.aspx

ASP.NET Case Studies

Today, ASP.NET is one of the most popular plate form for developing web application and Ajax enabled web sites and web application. ASP.NET Case Studies by Microsoft is mirror of the relevant world. You can find what the world are doing with asp.net and you can learn from their experiences.Here is the link ASP.NET Case

Developing n-tier application with Microsoft.NET

There are lots of debates and information about developing n-tier application using Microsoft .net framework. Every one has its own mechanism. I found a interesting article at Microsoft site. It is very good and with the source code.Here are the link for that article: http://www.microsoft.com/belux/msdn/nl/community/columns/hyatt/ntier1.mspx It explains every aspects of developing n-tier application with Microsoft