User loginNavigationTake FREE online C/C++ test now!Unix / Linux ProgrammingCode search made simpleYour feedback needed!As a webmaster of this site, I regard you as our most important critic and commentator. We value your opinion and want to know what we are doing right, what we could do better and any other words of wisdom you're willing to pass our way. It would be our greatest motivation which will help us in developing areas you would like to see in this site. We hope you will continue to encourage and support us in our future endeavors.
INDIA |
.Net & Enterprise ProgrammingA Coder Interview With Dave Ward
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Dave Ward, better known to many of his readers and followers as Encosia.
Understanding & Implementing Smart Pointer in C++
This article aims at understanding what a smart pointer is and implementing one
MVC Grid to Excel file download
Convert the results of a ASP.NET MVC grid to a downloadable Excel file
Custom Message Box in VC#
How to create custom message box in C#.NET
Dynamically Map SQL Resultset to Business Object
Dynamically map a DataTable to type-safe business objects using reflection and generics.
RaptorDB - The Key Value Store V2
Even faster Key/Value store nosql embedded database engine utilizing the new MGIndex data structure with MurMur2 Hashing and WAH Bitmap indexes for duplicates.
Peter - Programmers Extensive Text Editor
A robust text editor that supports plug-ins, code parsing, projects, and more.
MVC3 @Html.CheckBoxList() custom extension
Extends MVC HtmlHelper class so you can create POSTable checkbox list
WPF Main and Child Window Management
WPF Main and Child Window Management
Kalman filtering demo
A short demonstration of how to write and use a simple Kalman filter.
Creating a WCF Service with MSMQ Communication and Certificate Security
Implementing a Simple, Secure WCF Service with MSMQ Communication
Simple Unix Like commands using C#
Emulating Unix command behavior on Windows
YaWhiteBoard - A Simple Whiteboard using C#
A simple Whiteboard application
Retrieving SAP BW Monitor Statistics (Basic Approach)
A basic approach to retrieve SAP BW statistics displayed in the monitor (/rsmo).
Bypass and Restore SSL Certificate Validation in VB.NET
Looks like what I use!ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(Function() True)
ZDNet Flame Bait Taken
Response to blog on Windows 8.
SolidWidgets Mailing Labels and Barcodes
SolidWidgets Mailing Labels and Barcodes
Render Exceptions in an Entity Framework application
Extension Method for exceptions that give a useful text even on Entity Framework Exceptions
Checking for "any character" using regular expressions in multiline text
\S does not / did not work on all versions of RegExp on Microsoft JScript / VBScript (sorry to be vague - I just recall having to avoid it because it was flakey). Instead you could try Start([.|\n]*)End (match everything except newline and newline)Update: Checked some old code: I could...
Message Manager
Sending and receiving message, user authentication, user permission, priority message
|