bengriswold

Stories kicked by bengriswold

Handling Session Timeout Gracefully(www.fairwaytech.com)

submitted by bengriswoldbengriswold(184) 3 months, 29 days ago

Have you ever been to those sites that show you a nice helpful popup to let you know that your session will expire in a few minutes? You know, the ones that show you a countdown timer, and let you Continue Your Session, or Log Out? Do you want to build one? Noah tells you how with a bit of ASP.NET MVC 3 and jQuery. read more...

add a comment |category: |Views: 24

tags: another

No, you're crazy! (or, the problem with assuming that computer program(weblogs.asp.net)

submitted by hgarciahgarcia(1534) 4 years, 3 months ago

An excellent post on how to think about programming as a profession. read more...

5 comments |category: |Views: 0

tags: another

January 2008 Recap(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 years, 3 months ago

Review of what happened in .NET Development news in January 2008. read more...

add a comment |category: |Views: 2

tags: another

Hundreds of design patterns, antipatterns and refactorings listed(sourcemaking.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

Good source of common patterns (GoF etc), antipatterns and refactoring types. The examples are good and clear, but the code samples are only in Java/C++. However, the articles and samples are platform neutral enough to be useful even for .NET-purists like us ;) read more...

1 comment |category: |Views: 19

tags: another

10 Tips for a happy upgrade to Visual Studio 2008 RTM(weblogs.asp.net)

submitted by reteepreteep(739) 4 years, 5 months ago

Jon Galloway puts together a nice summary for updating Visual Studio 2008 Beta 2 to Visual Studio 2008 RTM. This can save you a couple of headaches if you read it before upgrading! read more...

1 comment |category: |Views: 5

tags: another

What's the Best Way to Manage a Database Queue? by JohnnyCoder(johnnycoder.com)

submitted by jongallowayjongalloway(4380) 4 years, 11 months ago

Here's a solution to setting up a shared database queue with support for abandoned items, tracking, etc. read more...

add a comment |category: |Views: 24

tags: another

SubSonic - Another look at code generation(johnnycoder.com)

submitted by jongallowayjongalloway(4380) 5 years, 6 months ago

Nice overview of SubSonic for ASP.NET read more...

add a comment |category: |Views: 9

tags: another

Include Application Name in Your Connectionstring(johnnycoder.com)

submitted by bengriswoldbengriswold(184) 5 years, 7 months ago

Help out your troubleshooting efforts and include your Application Name in connectionstrings. read more...

add a comment |category: |Views: 23

tags: another

Avoid DateTime.Parse()(johnnycoder.com)

submitted by bengriswoldbengriswold(184) 5 years, 7 months ago

This article comments about DateTime.Parse() poor performance and provides an alternate approach. read more...

1 comment |category: |Views: 46

tags: another