.Net & Enterprise Programming

A 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.

MVC Grid to Excel file download

Convert the results of a ASP.NET MVC grid to a downloadable Excel file

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.

Kalman filtering demo

A short demonstration of how to write and use a simple Kalman filter.

Bypass and Restore SSL Certificate Validation in VB.NET

Looks like what I use!ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(Function() True)

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
Syndicate content