ebezester

Stories kicked by ebezester

Raising Events the right way, the easy way, with an Extension Method(brianc.me)

submitted by briancbrianc(195) 3 years, 5 months ago

Raising events takes 3 lines of code. Let's follow the DRY principal and get that down to one line. Less noise, more action, very tastey. Merry Christmas. read more...

1 comment |category: |Views: 527

tags: another

Multi-Threading in ASP.NET(asyncassassin.com)

submitted by williarobwilliarob(35) 3 years, 5 months ago

Description of how to correctly add multi-threading (asynchronous) methods to ASP.Net to promote Scalability read more...

add a comment |category: |Views: 31

tags: another

Unit Testing in .NET - Asserting That Your Code Rocks(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 3 years, 5 months ago

A thorough rundown of the various assertions that NUnit provides, complete with code examples of how to use them. read more...

add a comment |category: |Views: 11

tags: another

Dynamic Javascript Compression(brianc.me)

submitted by briancbrianc(195) 3 years, 6 months ago

In the world of web 2.0 there are some small things you can do for big performance wins on your app. read more...

add a comment |category: |Views: 22

tags: another

Locking performance(brianc.me)

submitted by briancbrianc(195) 3 years, 7 months ago

Comparing performance of standard lock block to ReaderWriterLockSlim with many simultaneous reads. read more...

add a comment |category: |Views: 14

tags: another

I like to use use(brianc.me)

submitted by briancbrianc(195) 3 years, 8 months ago

A simple 'Disposable' object utilizing closures to aid in creating cleaner syntax. read more...

add a comment |category: |Views: 20

tags: another

Do try...catch blocks hurt runtime performance?(programmersheaven.com)

submitted by pheavenpheaven(430) 4 years, 3 months ago

This posts looks at the real runtime cost of writing a try...catch block in a .Net language. Drawing on his knowledge of .Net internals, the author looks at how such structures are represented in a compiled .Net assembly and what happens at runtime, so the performance characteristics can be understood. read more...

add a comment |category: |Views: 24

tags: another

Jacob Nielsen: Top-10 Application-Design Mistakes(useit.com)

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

Application usability is enhanced when users know how to operate the UI and it guides them through the workflow. Violating common guidelines prevents both. read more...

3 comments |category: |Views: 39

tags: another

ASP.NET Runtime Cheat Sheet: HttpRequest, HttpRuntime, and f(duartes.org)

submitted by gustavodgustavod(775) 4 years, 3 months ago

Cheat sheets for retrieving various bits of ASP.NET runtime information, all with live sample values, links to MSDN, and some explanations. Includes source code. read more...

1 comment |category: |Views: 22

tags: another