eldorsen

Stories kicked by eldorsen

What if Visual Studio had Achievements?(blog.whiletrue.com)

submitted by bh213bh213(255) 1 year, 4 months ago

Maybe in Visual Studio 2012 with XBox Live integration? read more...

5 comments |category: |Views: 694

tags: another

Don't use foreach and for loops in .NET(www.codekicks.com)

submitted by duttavrhotmailduttavrhotmail(344) 1 year, 4 months ago

This article explains various loops and their execution timings. 1. foreach loop vs for loop. 1. foreach loop vs while loop. read more...

1 comment |category: |Views: 256

tags: another

7 of my favorite jQuery plugins for use with ASP.NET(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 7 months ago

Seven of my favorite jQuery plugins to use with ASP.NET and ASP.NET AJAX, based on my own successes and failures using them over the past year and a half. read more...

add a comment |category: |Views: 716

tags: another

if ... else if ... else if ... else ... : an alternative(blog.activa.be)

submitted by activaactiva(2340) 4 years, 2 months ago

Did you know there's an alternative way of writing "if .. else if .. else if .. etc.." in C#? You probably do, but if you don't, read on... read more...

5 comments |category: |Views: 270

tags: another

10 ASP.NET Performance and Scalability Secrets(codeproject.com)

submitted by superghostsuperghost(2260) 4 years, 3 months ago

ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster. Furthermore, ASP.NET Http pipeline can be tweaked to avoid executing unnecessary code that gets hit on each and every request... read more...

2 comments |category: |Views: 69

tags: another

MSSQL SERVER 2008 New Features for Developers(dogaoztuzun.com)

submitted by UnquaLeUnquaLe(375) 4 years, 6 months ago

MSSQL SERVER 2008 New Features for Developers read more...

1 comment |category: |Views: 19

tags: another

First Impressions on LINQ to SQL(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 8 months ago

I've been experimenting with LINQ to SQL for the last few weeks and there's a lot to like as well as a few things to think about. In this editorial I'll describe some of the things that worked well and some of the issues I struggled with and how I worked around them. read more...

add a comment |category: |Views: 2

tags: another

Brute force protect your website(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 5 months ago

I’ve written a few methods that limits the number of logon retries to 5. When the fifth bad attempt to logon is reached, you are unable to login to the user account for five minutes. read more...

1 comment |category: |Views: 10

tags: another

How to Register User Controls and Custom Controls in Web.config(weblogs.asp.net)

submitted by eldorseneldorsen(105) 5 years, 6 months ago

How to Register User Controls and Custom Controls in Web.config read more...

add a comment |category: |Views: 87

tags: another