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 298 of 333


5941. ASP.NET date picker control - Part 2
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
(The Code Project Open License (CPOL))
Web Development » ASP.NET Controls » General
Salmanzz Updated: 24 Aug 2009
Rating: 4.56/5 (10 votes)
5942. Disable a timer at every level of your ASP.NET control hierarchy
Even though this sounds like a really simple thing, what if you do not know the name of the controls, and you do not want to have to add a bit of code that you, or another may developer may forget to every piece of code with a timer in it. The problem I have is that if you have a DropDownList on the
(The Code Project Open License (CPOL))
Web Development » ASP.NET Controls » General
Martin Hinshelwood Updated: 24 Aug 2009
Rating: 4.33/5 (3 votes)
5943. Updating the Command Line Parser
Staring from the original Command Line Parser v1.0 code, I wanted to be able to add multiple commands, or even nest commands. The result is a nice simple commanding architecture conducive to creating multiple commands.
(The Code Project Open License (CPOL))
Desktop Development » Dialogs and Windows » Console Programming
Martin Hinshelwood Updated: 23 Aug 2009
Rating: 3.00/5 (1 vote)
5944. Disable a timer at every level of your ASP.NET control hierarchy
Even though this sounds like a really simple thing, what if you do not know the name of the controls, and you do not want to have to add a bit of code that you, or another may developer may forget to every piece of code with a timer in it. The problem I have is that if you have a DropDownList on the
(The Code Project Open License (CPOL))
Web Development » ASP.NET Controls » General
Martin Hinshelwood Updated: 23 Aug 2009
Rating: (0 votes for this Article)
5945. Log Elmah errors in Team Foundation Server
I am not sure if this is a good idea, but I was board one day and decided to add a TFS Error Log provider for Elmah. There are 2 ways you can do this. You can create a new WorkItem type and log an error report for each of the errors or you can create one work item for each error type/title. To do th
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Martin Hinshelwood Updated: 23 Aug 2009
Rating: (0 votes for this Article)
5946. Creating a Data Access layer using Unity
I am always pulling out the Unity assemblies. Maybe it is just because I am lazy, but I really can’t be bothered rolling my own dependency injection and mapping framework! I am going to use Unity only as a mapping frame work for now, I want to be able to pass an Interface into a method, and get b
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Martin Hinshelwood Updated: 23 Aug 2009
Rating: (0 votes for this Article)
5947. Updating the Command Line Parser
I had previously created a Command Line Parser from Ray Hayes codeproject article Automatic Command Line Parsing in C#. I had adapted it to VB.NET and upgraded it to .NET 3.5 but I recently ran into the problem with wanting a single command prompt application to handle multiple processes and multipl
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Martin Hinshelwood Updated: 23 Aug 2009
Rating: (0 votes for this Article)
5948. Wpf Drag & Drop behaviour
A colleague of mine was having a bit of trouble getting drag and drop working in a way that fitted well with the MVVM pattern. This is really quite simple once you have a certain level of understanding of Patterns, but is a complete nightmare if you do not. One of the founding principals of MVVM is
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Martin Hinshelwood Updated: 23 Aug 2009
Rating: (0 votes for this Article)
5949. How to Fill a ListBox/DropDownList from an Enum
There was a question about this on the ASP.NET forums and after a quick search I didn't find a good generic function so I thought I'd supply one. Note: I wanted this to be as broad and useful as possible, so the second parameter is a ListControl which both the ListBox and DropDownList inherit from.
(The Code Project Open License (CPOL))
Web Development » ASP.NET » Utilities
Steve Wellens Updated: 22 Aug 2009
Rating: 3.70/5 (5 votes)
5950. Pimpin' the blog part #3
Today we'll look at how I've built my own RSS feed in ASP.NET 3.5 using Linq2SQL.
(The Code Project Open License (CPOL))