Always remain updated about current software development trends

Articles in CSHARP

Best Practice No. 4: Improve bandwidth performance of ASP.NET sites using IIS compression

Best Practice No. 4: Improve bandwidth performance of ASP.NET sites using IIS compression.

PVS.AVPlayer

MCI wrapper class library for .NET developers

FlexibleMessageBox – A flexible replacement for the .NET MessageBox

FlexibleMessageBox \u2013 A flexible replacement for the .NET MessageBox.

Windows 8 and Prism: Migrating a Simple Example

In some of our recent Windows Phone events, I've been using an example "application" (i.e. it's a demo, not a whole app) to try and talk about an approach to structure code such that a reasonable percentage of it is portable across both...

Reuse of server methods using AJAX DLL

This atricle explains how to access methods from another server page.

Problems with XML Serialization and .NET 4.5

Installing .NET 4.5 breaks serialization to XML

Weighted Generic Lottery in C#

A class to conduct a lottery based on different chances of participants.

Custom Membership Providers

This article concentrates on implementing forms authentication for an ASP.NET MVC application.

"Learning how to write a 3D soft engine from scratch in C#, TypeScript or JavaScript"

Today's wild Wednesday project is from, David Rousset, who walks us through creating a software based 3D engine, in C#, TypeScript and JavaScript. In short pick the language that's best for you and follow along with him as he talks 3D, matrix math and code...Tutorial...

A Beginner's Tutorial for Understanding and Implementing Password Hashing and Salting

In this article we will discuss about securing the user passwords by using hashing and salting on the user passwords.