Click here to Skip to main content

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

Page 302 of 334


6021. Why you Should Move to WPF
If you have not taken a look at WPF yet, you really should. WPF is a great desktop development platform. Granted all of the of the tools are not yet in place, but Microsoft is pouring millions of dollars into developing WPF tools. Windows Forms is now considered a legacy technology and will no longe
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Paul D. Sheriff Updated: 17 Aug 2009
Rating: (0 votes for this Article)
6022. Why Do I Need OOP?
Most developers have been doing some form of Object Oriented Programming (OOP) for quite awhile now. Sometimes you might not even realize it. If you have been using VB 6 for example, then every control is a class, and you interact with it as an object by setting properties and calling methods on tho
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Paul D. Sheriff Updated: 17 Aug 2009
Rating: (0 votes for this Article)
6023. A Wrapper for Running SQL Server 2008 Reporting Services Reports Anonymously
With SQL Server 2008, Microsoft re-architected SQL Server Reporting Services (SSRS) to no longer have an IIS dependency.  It now relies directly on HTTP.SYS and handles web protocols independently.   This is a good thing, in a lot of respects (see http://msdn.microsoft.com/en-us/libra
(The Code Project Open License (CPOL))
Database » SQL Reporting Services » General
bobleith Updated: 17 Aug 2009
Rating: 4.67/5 (5 votes)
6024. Dynamic Typing in C# 4.0
C# 4.0 introduces a new static type called dynamic. When an instance variable is defined with the type dynamic, the compiler ignores the call and won't complain.
(The Code Project Open License (CPOL))
Languages » C# » General
Farooq Kaiser Updated: 17 Aug 2009
Rating: 1.00/5 (5 votes)
6025. Trace SOAP Request/Response XML with TraceExtension
SOAP Request/Response XML can be logged with TraceExtension
(The Code Project Open License (CPOL))
Web Development » Web Services » General
Arindam Sinha Updated: 17 Aug 2009
Rating: 5.00/5 (10 votes)
6026. User Preference using Application Settings
Saving user preferences while closing the application and loading that while opening next time - implemented through Application Settings
(The Code Project Open License (CPOL))
Languages » C# » How To
Arindam Sinha Updated: 16 Aug 2009
Rating: 4.67/5 (3 votes)
6027. Form validation with ASP.NET MVC
This topic shows you the MVC features that support form validation.
(The Code Project Open License (CPOL))
Web Development » Validation » General
Farooq Kaiser Updated: 16 Aug 2009
Rating: 4.60/5 (2 votes)
6028. Entity Framework with ASP.NET MVC
In this article, I will explore the entity framework with ASP.NET MVC. We will modify the form validation sample that will access the data layer using the Entity Framework.
(The Code Project Open License (CPOL))
Web Development » ASP.NET » Samples
Farooq Kaiser Updated: 16 Aug 2009
Rating: 2.83/5 (4 votes)