October 2006 - Posts

Asynchronous Web Services in ASP.NET 2.0
13 October 06 01:26 AM | bipinjoshi | with no comments

Here is anew addition to dotnetbips.com: 

Asynchronous Web Services in ASP.NET 2.0 =================================

By default when you call a web method from the client application it is a synchronous call. that means unless the web method returns the further code will not be executed. However, this approach may not be suitable in each and every scenario and you may need an asynchronous way to execute the web methods. This article is going to explain how to do just that.

http://www.dotnetbips.com/Articles/displayarticle.aspx?id=519

Filed under:
Develop your own Blog
06 October 06 01:26 AM | bipinjoshi | with no comments

Few months back I wrote a three part article on building your own blog. The complete source code of the sample application is available on binaryintellect.net

 

Develop your own Blog

Blogging has become a very popular trend on the web. Many people are using blogs to express their own thoughts, work and personality. There are many web sites that offer you to start your own blog with them. Don't you think that your blog should reflect your own identity and personal flavor? If you are a developer, always desperate to make your hands dirty with code the chances are that you will develop your own blogging application instead of using some readymade one. If you share the same feeling then read on. This article is going to explain how to build your own blog using ASP.NET 2.0 and SQL Server.

Download available at : http://www.binaryintellect.net/articles/displayarticle.aspx?id=14

 

 

Filed under:
More Posts