By:
Vin Bhat
Category:
Software
Date Posted:
Jun 24 2008 9:09PM
GMT Viewed 293 times
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
Date Posted:
Jun 22 2008 9:24PM
GMT Viewed 303 times
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
Date Posted:
Jun 9 2008 5:02PM
GMT Viewed 346 times
.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
Date Posted:
Jun 9 2008 4:56PM
GMT Viewed 311 times
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
Date Posted:
Nov 16 2007 11:26PM
GMT Viewed 478 times
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
Date Posted:
Sep 30 2007 1:36AM
GMT Viewed 359 times
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
Date Posted:
Sep 5 2007 11:19PM
GMT Viewed 347 times
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
Date Posted:
Sep 3 2007 3:51AM
GMT Viewed 364 times
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
Date Posted:
Sep 3 2007 1:39AM
GMT Viewed 373 times
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
Date Posted:
Aug 30 2007 8:47PM
GMT Viewed 287 times
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
Date Posted:
Mar 4 2007 3:05AM
GMT Viewed 365 times
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
Date Posted:
Mar 2 2007 11:00PM
GMT Viewed 385 times
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
Date Posted:
Feb 4 2007 9:04AM
GMT Viewed 600 times
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
Date Posted:
Feb 4 2007 8:55AM
GMT Viewed 3277 times
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
Date Posted:
Jan 27 2007 9:50PM
GMT Viewed 801 times
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
|