SQL SERVER - Download FAQ Sheet - SQL Server in One Page
One of the most popular request I have received on this blog is to create one page which list all the SQL Server FAQs. SQL Server technology is very... more »
0 commentsSave Tags: database, tools
A SQL Management Console for MSSQL 2000 & 2005, MySQL 5.0
An article on a SQL IDE for different type of RDBMS databases
0 commentsSave Tags: .net, database, tools
Personal Time Tracker
This article describes what I did to write an application to track my billable and non-billable time.
0 commentsSave Tags: .net
XRegExp: JavaScript regular expression library
XRegExp is a JavaScript library that provides an augmented, cross-browser implementation of regular expressions, including support for additional... more »
0 commentsSave Tags: javascript
Linq Cheatsheat - Standard Query Operators
Standard query operators in Linq
0 commentsSave Tags: .net
ASP.Net MVC Membership Starter Kit alternative authentication
Last week, I blogged about the ASP.Net MVC Membership Starter Kit and some of its features. Since then, Troy Goode and I are developing at warp-speed... more »
0 commentsSave Tags: .net
.NET - How to Close Parent Form from Child Form in Windows Forms 2.0
With the MSDN forums flooded with similar questions, I decided to dedicate an article for the subject. In this article, we will create two forms, a... more »
0 commentsSave Tags: .net
A wrapper for using .NET to submit credit card transactions via the Authorize gateway
A .NET wrapper for Authorize
0 commentsSave Tags: .net
Get a File ContentType from a Windows Forms App
How to determine the ContentType (MIMEType) of a file from a Windows Forms App
0 commentsSave Tags: .net, windows
Utility For Export SQL Server Query Result Into Text File
Utility For Export SQL Server Query Result Into Text File
0 commentsSave Tags: database, tools
.Net and Active Directory - An OO solution to authority structure - Part 1
A DirectoryEntry is the .Net class used to encapsulate an entity in Active Directory representing a person, group or thing. When we find what we are... more »
0 commentsSave Tags: .net
DirectX.Capture Class Library
A .NET class library for capturing video and audio to AVI files.
0 commentsSave Tags: .net
Cardspace for BlogEngine.Net
Windows CardSpace is client software that enables users to provide their digital identity to online services in a simple, secure and trusted way. It... more »
0 commentsSave Tags: .net
Engineers Develop Solid-state Fan That Puts Traditional Coolers to Shame
Researcher says the solid-state fan is the biggest improvement in cooling since the heat pipe
0 commentsSave Tags: hardware
Chris's Free Developer Tools
This is a set of .NET, COM and Win32 tools that Chris Sells has built and contributed to the world. You may use them without royalty (and without... more »
1 commentsSave Tags: .net, tools
FormatWith - String.Format Extension Method
FormatWith is an extension method that wraps String.Format. It is the first extension method I wrote and is probably the one I have used the most.
0 commentsSave Tags: .net
ASP.NET MVC Action Filter - Caching and Compression
Caching plays a major role in developing highly scalable web applications. We can cache any http get request in the user browser for a predefined... more »
0 commentsSave Tags: .net
Hey WMI, Where Can I Print
Windows Management Instrumentation, or WMI for short, is a very powerful and often under used technology. I am simply fascinated by how much you can... more »
0 commentsSave Tags: .net, coldfusion
Custom Serialization in .NET - Part 3
In the previous article (http://www.codeproject.com/KB/dotnet/CustomSerializationPart2.aspx) I covered various ways of serialization techniques... more »
0 commentsSave Tags: .net
Create wallpapers the easy way !
Deal with different pictures (format/sizes) and make them well mounted on your desktop -wallpapers-
0 commentsSave Tags: .net
Deploying a VSTO 3.0 solution for the Office 2007 using Windows Installers - Home
You can develop a Visual Studio Tools for the Office system 3.0 solution for the 2007 Microsoft Office System, and deploy the solution by using a... more »
0 commentsSave Tags: .net
Audit for DB programming
Given that you are a DBA and need to know how other programmers are modifying the DB tables and stored procedures for the purpose of audit or just... more »
0 commentsSave Tags: database
Integrate XML code comments into Visual Studio 2005/2008 using Sandcastle and HTML Help 2.0
A few days ago I figured out how to create HTML help files from code comments and how to integrate them into visual studio so pressing F1 on one of... more »
0 commentsSave Tags: .net
Asp.net MVC Testing Imbalance
Sample testing code for ASP.NET MVC controllers
0 commentsSave Tags: .net