CSharpFeeds - All your C# feeds in one place.

Tuesday, October 31, 2006

Random Sample Extension Method for .NET 3.0 LINQ queries

by via The Code Project Latest Articles on 10/31/2006 11:52:00 PM

Extension Method that allows a random sample to be returned from any IEnumerable collection ...

[ read more ]

An HTTP Module for ASP.NET Error Handling

by eeraj via The Code Project Latest Articles on 10/31/2006 7:29:00 PM

A simple HTTP module to be used as a "last-resort" error handler for ASP.NET applications. It does not require changes to existing code, and can be "dropped-in" to an already running site. ...

[ read more ]

Removing diacritics (accents) from strings

by fmarguerie via Fabrice's weblog on 10/31/2006 4:50:00 AM

It's often useful to remove diacritic marks (often called accent marks) from characters. You know: tilde, cédille, umlaut and friends. This means 'é' becomes 'e', 'ü' becomes 'u' or 'à' becomes 'a'. This could be used for indexing or to build simple URLs, for example. Doing so is not so easy if you don't know the trick. You can play with String.Replace or regular expressions... But do you know .NET 2 has all that i ...

[ read more ]

Concurrent User Updates in ASP.NET and SQL Server

by Murali Pamidi via The Code Project Latest Articles on 10/31/2006 4:20:00 AM

ASP.NET - Concurrent user updates using Timestamp column in SQL Server. ...

[ read more ]

How to convert string to hexadecimal and vice versa

by Joshy George via on 10/31/2006 12:00:00 AM

This article shows you how to convert string to hexadecimal and vice versa. I did this program for my smart Card application. ...

[ read more ]

LDAP Access Control for ASP.Net

by Wojtek Piaseczny via on 10/31/2006 12:00:00 AM

This is an example of how to build an ASP.NET LDAP authentication application using ADAM. This article describes how to configure ADAM for regular LDAP communication and build a boilerplate ASP.NET application on top of it. ...

[ read more ]

Outlook Integration in C#

by Rambabu S via on 10/31/2006 12:00:00 AM

This article describes how we can manipulate outlook from Visual Studio 2005. ...

[ read more ]

Simple Password Encryption Program

by Joshy George via on 10/31/2006 12:00:00 AM

This article shows you how to make a simple password encryption program. ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us