CodeProject

Here are the most recent articles as presented by CodeProject. Enjoy!

SqlCommand Generator

A static method that returns a SqlCommand object with all the parameters for a specific stored procedure

Sharing Data among Windows Forms

In Windows application, passing values from a child form to the parent or share data among several applications .Net application.

Bulk SMS Sender

Sending multiple / bulk SMS through Excel file to multiple recipients using GSM phone or GSM modem

Using MSMQ in mail relay

A compelte solution how to build a simple mail relay application using MSMQ .

Manage business logic in Access forms

Avoid event spaghetti code when business logic becomes complex

JQueryUI smartAutocomplete

This widget extends the functionalities of jQueryUI Autocomplete widget by adding infinite scrolling when loading data from a remote source.

A Portable and Efficient Generic Parser for Flat Files

GenericParser is a C# implementation of a parser for delimited and fixed width format files.

Globalization and Localization in ASP.NET Web Applications

Globalization and Localization in ASP.NET web applications

Choosing technologies for .NET project

Choosing technologies for .NET project

Tips & Tricks: How to get the Screen Resolution in Silverlight?

This works when running in browser. If you need to obtain this information when running OOB, see this article: http://www.pitorque.de/MisterGoodcat/post/Determine-screen-resolution-in-Silverlight-OOB.aspx[^].

How To: Use Leaderboards on BlackBerry with XPG

This post will cover leaderboard types and setup, accessing leaderboards in game, posting a score to a leaderboard, retrieving scores from a leaderboard.

Let’s customize Google to show previous searchs

The application adds a custom button and a few anchor elements on Google page which link to a previously searched text on google.

ASP.Net MVC Client / Server Bot Trap

Using Client Side Timer and Hidden Elements to catch a Bot submission in Asp.Net MVC

Injection into a Process Using KnownDlls

In his article, we will consider an interesting, universal and rarely used method of code injection into a Windows process using KnownDlls sections. To demonstrate the method work we will develop a sample project to inject into all running processes and intercept some calls from ws2_32.dll.

Extending Visual Studio Part 2 – Creating Addins

Create an amazingly useful \’Switch\’ addin to switch between cpp/h, designer/code, XAML/codebehind and more!

Streaming live results to a web site using MSMQ/Duplex WCF/SignalR/jQuery

Streaming live results to a web site using MSMQ/Duplex WCF/SignalR/jQuery

Replace one color with another in the bitmap of a given device context

Given a device context, replace a color (clrColorReplace) in a rectangular region of the device context with another color (clrColorFill)

How does it work in C#? – Part 1

How does var, auto implemented properties and += or -= of events work in C# programming language.

Show/hide elements dynamically in web page

Show/hide elements dynamically in web page

The SQL Server Rand Function

Reproducing the SQL RAND() function in C#