Welcome to AspAdvice Sign in | Join | Help

January 2008 - Posts

Videos at DotNetVideos.Net

Hi, I came across a site today that hosts videos on Microsoft .NET and its related technologies. Here is the link: www.dotnetvideos.net And, as the site says, every registered user will receive a FREE 6-month subscritpion to asp.net PRO magazine. I liked

My 50th article at SSWUG

Hi, My 50th article at www.sswug.com has been published. Thanks to the entire team at SSWUG for providing me an opportunity to author articles at SSWUG. I hope to continue this association for a long time to come. Here is the link to my author page at

Book Review: ASP.NET Data Presentation Controls Essentials - Packt Publishing

Hi, My thanks to Chris Stewart for his post on my book. Here is the link: http://weblogs.asp.net/cstewart/archive/2008/01/17/book-review-asp-net-data-presentation-controls-essentials.aspx I would also like to thank Keith for his post in his blog. Here

Book Excerpt: ASP.NET Data Presentation Controls Essentials

Hi, DevX has posted a book excerpt on my book today. My heartiest thanks to Russell Jones and the entire DevX team in this regard. Here is the link: http://www.devx.com/DevX/Article/36405 Best, Joydip Share this post: email it! | bookmark it! | digg it!

My book is now available!

Hi, I am happy to see my book listed at a lot of online book stores. Here are those links. http://www.amazon.co.uk/ASP-NET-Data-Presentation-Controls-Essentials/dp/1847193951 http://www.compman.co.uk/htmlcat/1847193951_ASPNET_Data_Presentation_Controls_Essentials.htm

ASP.NET Performance Tips

I was really impressed with one article at AspAlliance that discusses the major factors that we need to consider for improving performance of ASP.NET applications. Here is the link to that article: http://aspalliance.com/1533_ASPNET_Performance_Tips.all

Put your interfaces to best use!

You can restrict creating instances of classes using C# in more ways than one. You can make the class abstract, static or even use a private constructor. But, what if you want to allow a method of a class to be invoked only using an interface reference,

Creating Custom Data Field Controls - Part 1

I went through Brian's article on Custom Data Field Controls . It is a nice article with lots of code listings. Here is the link. http://aspalliance.com/1532_Creating_Custom_Data_Field_Controls__Part_1 I would be looking forward to the next part in