|
|
Sharpen your .NET skills with our C# articles, tutorials, demos, and source code by Sameer Alibhai. |
based on editor's review
![]() Editor reviews are provided by professional editors who evaluate a blog based on the following criteria: Frequency of Updates, Relevance of Content, Site Design, and Writing Style.
Related BlogsRuby stole my o`ocomputer programming, computers, Linux, technology v-nessa.net programming, software Interview Questions On Java, Java EE computer programming, computers, java, technology Ajax Bestiary Ajax, design, firebug, focus, streamline Zack Owens code, coding, owens, sprite, zack |
The Most Useful .NET Utility Classes Developers Tend To Reinvent Rather Than ReuseAug 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 SQLParametersAug 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 LinuxJun 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 FeaturesMay 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...
|
||
|
||



