Browse by Tags
All Tags »
.NET (
RSS)
Last week, I needed to complete one task on which I am going to blog about in this entry. The task is "Create a control panel like webpage to control (Start/Stop) Window Services which are part of my solution installed on computer where the main...
I found this something interesting while wandering over community which I would like to share. The post is whole about: DBML is not considering the table field's "Default value or Binding" setting which is a NotNull. I mean the field which...
I got to answer a simple question over community forums. Consider this: Suppose you are developing a webpage with few input controls and a submit button. You have placed some server validator controls like RequiredFieldValidator to validate the inputs...
This is something that might be annoying or irritating for end user. Obviously, It's impossible to prevent end user from closing the/any browser. Just think of this if it becomes possible!!!. That will be a horrible web world where everytime you will...
This blog entry is in continuation with my first post on Part 1: LINQ Tips & Tricks [Things to get you started efficiently] Continuing to share some other important tips that you can take care of while developing with LINQ. [9] Loading Options while...
While my development with LINQ I got around some helps, links, small tips and tricks which makes life much easier, improves query formulation capabilities and speedup the program execute performance. Here I am sharing some of the tips I found as a LINQ...
I needed to read my SMTP email settings defined under system.net section in my web.config file. In order to use eNewsLetter and other SiteAdmin CMS modules that sending email notifications; you can setup your web.config to defind SMTP services settings...
There is a nice offer from Microsoft Learning centre. Download the entire contents in PDF format of the print books for the following subjects: Introducing Microsoft Linq, Introducing Microsoft ASP.NET AJAX, Introducing Microsoft Silverlight 1.0. Here...
Have you ever wanted to clear or remove unwanted items from your "Recent Projects" list on your Visual Studio 2008/2005 startup page? Here is an nice tip on how to clear the "Recent Project" list: Close Visual Studio (if its open)...