By:
Vin Bhat
Category:
Software
Date Posted:
Aug 23 2008 5:07PM
GMT Viewed 24 times
When you want to export data, you can choose formats such as XML or csv for the data files. The XML format is more widely used for its flexibility and is desirable by many systems to be able to proces
... Read
More
|
By:
John Parker
Category:
Software
Date Posted:
Aug 2 2008 7:01AM
GMT Viewed 32 times
Choose Ruby on Rails for Simplicity in Programming Ruby on Rails, also known as RoR, is an open source web programming application framework meant for faster web applications. The Ruby programming
... Read
More
|
By:
John Parker
Category:
Software
Date Posted:
Aug 2 2008 6:36AM
GMT Viewed 24 times
Flex is one of the ruling technologies in the market. Flex seeks to minimize problems by providing good work flow and programming model that is familiar to the flex developers and flex programmers. F
... Read
More
|
By:
John Parker
Category:
Software
Date Posted:
Aug 2 2008 6:12AM
GMT Viewed 30 times
A-1 Technology is an outstanding software company with an impressive expertise in ASP.NET. A-1 Technology is one of the best in ASP.NET and we assure you of getting the maximum benefits of ASP.Net
... Read
More
|
By:
Vin Bhat
Category:
Software
Date Posted:
Jun 24 2008 9:09PM
GMT Viewed 79 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 84 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 120 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 100 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 210 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 114 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:
Category:
Software
Date Posted:
Sep 10 2007 1:36AM
GMT Viewed 119 times
Spaghetti Code makes future extension and upgradation of the system an impossible task as it cannot be reused, writes Dr R Srinivasan Another important and noteworthy antipattern that can be identi
... Read
More
|
By:
VV
Category:
General, Software
Date Posted:
Sep 5 2007 11:19PM
GMT Viewed 146 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 135 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 141 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 117 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
|