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 305 of 332


6081. Book progress
I would just like to say a big thanks for all of you who supported the idea of me writing a book with some fellow geeks. Unfortunately due to the publishers short sightedness and general idiot attitude this is no longer happening. I am actually now happy about this decision, any I honestly do not [.
(The Code Project Open License (CPOL))
General Reading » Book Chapters » General
Sacha Barber Updated: 3 Jul 2009
Rating: (0 votes for this Article)
6082. Client Callbacks in ASP.Net
By Default ASP.Net pages communicate with the server through a mechanism call “PostBack”. Postback is very useful and efficient, except for the cases, where 1) You have a huge page, with a lot of processing required at server, so doing all that processing on every postback is not only waste of resou
(The Code Project Open License (CPOL))
Web Development » ASP.NET » General
aftabahmed.net Updated: 2 Jul 2009
Rating: 4.00/5 (1 vote)
6083. Writing a complex custom configuration section
Technorati Tags: C#,.Net FrameworkHere i posted another entry, showing implementation of a simple configuration section, now consider following listing         
(The Code Project Open License (CPOL))
Languages » C# » How To
aftabahmed.net Updated: 2 Jul 2009
Rating: 4.67/5 (4 votes)
6084. Optimize your Pages using CSS Sprites
Lets say that you boss calls you telling that the shiny new page of the company in the production server is having a very bad user experience, the load process takes a lot of time and the users have to wait to start using it. You, as a good developer/designer found after a trace of the web requests
(The Code Project Open License (CPOL))
Web Development » HTML / CSS » CSS
emiaj Updated: 2 Jul 2009
Rating: 4.71/5 (12 votes)
6085. The Scrum Development Process ( How we do scrum )
codeproject Introduction As a brief introduction, Scrum is an agile process for software development. With Scrum, projects progress via a series of iterations called sprints. Each sprint is typically 2-4 weeks long. Scrum is ideally suited for projects with rapidly changing or highly emergent
(The Code Project Open License (CPOL))
Enterprise Systems » Office Development » General
Salmanzz Updated: 2 Jul 2009
Rating: 1.67/5 (5 votes)
6086. Fluent NHibernate and Linq2NHibernate – Demo Project
This is my so long awaited demo project showcasing the use of Fluent NHibernate and Linq to NHibernate (and some other interesting bits).
(The Code Project Open License (CPOL))
Languages » C# » General
emiaj Updated: 2 Jul 2009
Rating: 4.83/5 (7 votes)
6087. Refactoring Switch Statements (Take 2)
How to refactor Switch statements.
(The Code Project Open License (CPOL))
General Programming » Programming Tips » General
emiaj Updated: 2 Jul 2009
Rating: 3.00/5 (3 votes)
6088. Refactoring "switch cases".
Hello to everyone, I want to show you how to apply a simple refactoring trick to a common pattern, the "switch case" statement. Please take a look at the following program (a console app) : class Program     {         private static stri
(The Code Project Open License (CPOL))
Languages » C# » General
emiaj Updated: 2 Jul 2009
Rating: 2.80/5 (5 votes)
6089. Getting Fun with .NET Static Reflection
How the usage of Static Reflection could help in the refactoring process
(The Code Project Open License (CPOL))
Languages » C# » General
emiaj Updated: 2 Jul 2009
Rating: 4.00/5 (9 votes)
6090. How to: Create a Date Picker Composite Control in ASP.NET (C#)
How to create a Date Picker Composite Control in ASP.NET (C#)
(The Code Project Open License (CPOL))
Web Development » ASP.NET Controls » General
Salmanzz Updated: 2 Jul 2009
Rating: 3.89/5 (5 votes)
6091. N Tier Architecture