Blogged.com
C# Articles and Tutorials on SharpDeveloper.NET  
Sharpen your .NET skills with our C# articles, tutorials, demos, and source code by Sameer Alibhai.
8.2
great
based on editor's review
recent postsrss feed

The Most Useful .NET Utility Classes Developers Tend To Reinvent Rather Than Reuse

Aug 7, 2009
I think this is a classic post that everyone should read: The Most Useful .NET Utility Classes Developers Tend To Reinvent Rather Than Reuse Other Interesting Posts PHP VS. ASP.NET Sql Injections and Securing Clipshare Vulnerabilities Creating...

Annoying Nulls in SQLParameters

Aug 7, 2009
If you read Creating SqlParameters Best Practices you will find the fun you have if you have null values: SqlParameter[] sqlParams = new SqlParameter[] { new SqlParameter("@Required", required), questionCode == null ? new SqlParameter("@Code",...

recursively search a certain file for certain text (linux)

Jul 1, 2009
Have you ever tried to do a recursive linux search for a text string inside a particular file? For example grep -r "mail" *.php and then it fails because the current folder doesn’t have any php files in it? Here is how you can achieve a search...

Advanced File Deletion in Linux

Jun 13, 2009
Here is a cool way to delete files according to some complex rules without knowing complicated bash commands. First, create a file as follows that contains your deletion rules. + public_html/ + public_html/* - access-logs - etc/ - logs/ -...

ASP.NET 4.0 Features

May 27, 2009
Here is a list of new features in ASP.NET 4.0. Very interesting. Auto start feature, new ways to choose where data is cached, built in option for compression session (via gzip), and more! Other Interesting Posts PHP VS. ASP.NET Sql Injections and...


Be the First to Review this Blog!