JimMclean

Stories kicked by JimMclean

Removing unused CSS Classes from your web application(dotnetsurfers.com)

submitted by latishlatish(470) 3 years, 7 months ago

2 ways to clean up your Css by removing unused classes. read more...

1 comment |category: |Views: 1154

tags: another

Three C# 2.0/3.0 Syntaxes That You Didn't Know But Were Afraid to Ask(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 7 months ago

Working with other colleagues, I found these C# syntaxes are still not well-known and used read more...

4 comments |category: |Views: 1236

tags: another

UK Software Consultant Nightmare: The IT Recruiting Agents(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 7 months ago

The definite guide to the tricks and tactics employed by some IT recruting agents that made the UK software consultant's recruting process a nightmare. read more...

add a comment |category: |Views: 427

tags: another

How Not To Compromise Security Through ASP.NET Validators(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

A guide to closing some security holes that might be left open when using or building ASP.NET Validator controls. read more...

add a comment |category: |Views: 280

tags: another

The Three Steps of Building an ASP.NET Validator Control(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

A clear walkthrough on how to build an ASP.NET validator control in three steps with an example of how to apply this to build a credit card number validator. read more...

add a comment |category: |Views: 149

tags: another

Searching for files using LINQ(dotnet-snippets.com)

submitted by jan223jan223(230) 3 years, 8 months ago

An LINQ example read more...

add a comment |category: |Views: 336

tags: another

Google Sandbox: When? Why? And How to Dump it!(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

Your website does not appear on search engines, there is a probability that it is sandboxed. This post tells you what is a sandbox and how to avoid it. read more...

add a comment |category: |Views: 6

tags: another

Codebehind Files in ASP.NET MVC Are Evil(stevesmithblog.com)

submitted by ssmithssmith(1160) 3 years, 8 months ago

Having Codebehind files for Views in ASP.NET MVC tempts developers to use web forms style programming in MVC applications. Removing them from the default application templates and new File->ASP.NET MVC View templates will help developers fall into a "pit of success" by eliminating the temptation to put code into codebehind files that should really go into Controllers. read more...

add a comment |category: |Views: 344

tags: another

Three Rules That ASP.NET Developers Should Know About SEO(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

Focuses on three important rules (with code snippets) that ASP.NET developers should follow to do their part of the SEO process. read more...

add a comment |category: |Views: 519

tags: another

Two ASP.NET/VS 2008 Performance Tricks That Even Microsoft Didn't Know(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

Two interesting ASP.NET with Visual Studio 2008 performance tips that were not documented and discovered by chance read more...

2 comments |category: |Views: 700

tags: another

LINQ to SQL: The Data Access Layer (DAL) Shrinker(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 8 months ago

Focuses on the way LINQ has affected the way we implement our data access layer and reduced the written code and argues about the advantages of "shrinking" the DAL. The post also shows code snippets before and after introducing LINQ. read more...

add a comment |category: |Views: 130

tags: another

Session Keep-Alive Web Control(adamtibi.net)

submitted by elfyelfy(230) 3 years, 9 months ago

Session expiration in ASP.NET is a nasty problem. Imagine yourself filling a long form, hitting submit then boom you get the login page! That happened to me before and probably happened to you. read more...

add a comment |category: |Views: 71

tags: another

Check Validator - An ASP.NET Validator Control(adamtibi.net)

submitted by djProductdjProduct(50) 3 years, 9 months ago

Thanks! Just what I needed. read more...

add a comment |category: |Views: 20

tags: another

Response.Redirect and Server.Transfer Demystified(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 10 months ago

Detailed comparison between ASP.NET's Response.Redirect and Server.Transfer read more...

1 comment |category: |Views: 19

tags: another

How to HTTP Post in .NET and handle the 500 errors(adamtibi.net)

submitted by adamtibiadamtibi(905) 3 years, 10 months ago

Doing an HTTP post via .NET and handling the returned 500 error and getting access to the returned mesage. read more...

add a comment |category: |Views: 12

tags: another