Yahoo! Bookmarks   |   Yahoo! Bookmark it!   |      
JotNow.net - Submit articles or short notes. Share your stories, knowledge, experiences and stuff.
        jot here now & share knowledge, it's a good thing!
9/9/2010 8:01:51 AM  GMT    
 
Latest Articles

Submit Articles, Short Notes, Stories, Links, etc.  (No Login Needed)

Contents

JotNow! Blog

Popular Searches:
Software | .Net | Business | Humour | More... | Categories


 



Software
'.Net'
Most Viewed Jots 
By: Vin Bhat         Category: Software
Developing applications that use system types and collections (15 percent)
1
Manage data in a .NET Framework application by using .NET Framework 2.0 system types.

May include but is not l ...  Read More
By: Vin Bhat         Category: Software
I would like to get MCPD certification. Looked at the site http://www.microsoft.com/learning/mcp/mcpd/vstudio/2008/default.mspx
I can either go for 1) MCPD: Windows Developer 3.5 or 2) MCPD: ASP.NET ...  Read More
By:         Category: Software
.NET Programming Standards and Naming Conventions
These are the industry-accepted standard naming conventions for J#, C# and VB.NET programs.
http://www.irritatedvowel.com/Programming/Standards. ...  Read More
By: VB         Category: Software
Do not use static classes in web applications. They will overwrite each other when different users access the same web pages at the same time. Concurrency issues.

Static methods are ok, along with ...  Read More
By:         Category: Software
Some of the useful object oriented links collection and explanations:

http://dataproxl.blogspot.com/2007/11/useful-object-oriented-links.html ...  Read More
By:         Category: Software
The LINQ Project is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native languag ...  Read More
By: VV         Category: General, Software
On the side of software programming, came across the following which are useful for a web programmer:

Adding Client-Side Confirmation When Deleting
http://www.asp.net/learn/data-access/tutorial-22 ...  Read More
By:         Category: Software
ASP.NET 2.0 Website Programming: Problem - Design - Solution (Programmer to Programmer)

Wow, I wish this book had come out 18 months ago! After learning a bewildering array of 'new' technologies (m ...  Read More
By:         Category: Software
A theme is a collection of property settings that allow you to define the look of pages and controls, and then apply the look consistently across pages in a Web application, across an entire Web appli ...  Read More
By:         Category: Software
To log an error in the windows eventlog (to be viewed from event viewer)

using System.Diagnostics;


public static void LogEvent(string msg, EventLogEntryType type)
{
Even ...  Read More
By:         Category: Software
What I Did, Doing and Planning to do -- in the technical area

Did:


Doing:

Book - Working with Microsoft Dynamics CRM 3.0 (Mike Snyder, Jim Steger) - abt crm, samples, sdk samples, ...  Read More
By:         Category: Software
Applies to .NET Framework.
This chapter shows you how to improve the security design and implementation of your assemblies.
Specifically -
- Improving the security of your assemblies with sim ...  Read More
By: Vin Bhat         Category: Software
This is a technical / programming catalog with details of various programming techniques, tips, source codes and demos.

ASP.NET 2.0: Populating a Datalist using a T-SQL Stored Procedure & Datalis ...  Read More
By: Vin Bhat         Category: Software
Highlights:

- Dataset with 2 tables
- Custom paging on the Datalist
- Stored Procedure returns only the records needed for a page. This is useful when the table has thousands of rows
- Sourc ...  Read More
By: Vin Bhat         Category: Software
List of the keyboard shortcuts that are available in Windows XP
http://support.microsoft.com/kb/301583

Agile Development In 30 Seconds
http://www.techbookreport.com/tutorials/agile-30-sec ...  Read More
Total Jots =
116
Total Views =
48,055
Total Deleted =
01
Spams & inappropriate jots will be deleted.