sepdfw

Stories kicked by sepdfw

TDD: Test internal methods the correct way(blog.zwares.com)

submitted by sepdfwsepdfw(115) 3 years, 11 months ago

Test your internal methods the correct way using InternalsVisibleToAttribute. Details on how simple this is. read more...

add a comment |category: |Views: 18

tags: another

A Defensive .Net Event Technique(blog.zwares.com)

submitted by sepdfwsepdfw(115) 4 years, 2 months ago

A defensive twist to Rob Eisenberg's 'defensive .net event technique' read more...

add a comment |category: |Views: 4

tags: another

DebuggerStepThroughAttribute: Save time while debugging(blog.zwares.com)

submitted by sepdfwsepdfw(115) 4 years, 6 months ago

Properties are a great feature in .Net, no doubt. The only time I have a problem with them is when I have simple properties and I am stepping through code while debugging. Here's a .Net feature that will save you time. read more...

add a comment |category: |Views: 96

tags: another

Cookieless session based ASP.Net applications(blog.zwares.com)

submitted by sepdfwsepdfw(115) 4 years, 7 months ago

Article talks about cookie less, session based asp.net applications. read more...

add a comment |category: |Views: 5

tags: another

.Net Threading - Synchronization Internals(blog.zwares.com)

submitted by sepdfwsepdfw(115) 4 years, 7 months ago

Back to basics series - Article talks about synchronization (threads) internals read more...

add a comment |category: |Views: 22

tags: another

.Net Threads - 10 Best Practices(blog.zwares.com)

submitted by sepdfwsepdfw(115) 4 years, 7 months ago

Back to basics series - Article talks about 10 best practices to adopt while writing multi-threaded applications read more...

add a comment |category: |Views: 19

tags: another

ASP .Net UserControl - Static and dynamic loading(blog.zwares.com)

submitted by sepdfwsepdfw(115) 4 years, 7 months ago

Article talks about 2 ways to load user controls in asp.net read more...

add a comment |category: |Views: 9

tags: another

.Net Threads - 3 ways to synchronize data(blog.zwares.com)

submitted by sepdfwsepdfw(115) 4 years, 7 months ago

Back to basics series - Article talks about 3 ways to synchronize data in a multi threaded application. read more...

add a comment |category: |Views: 7

tags: another

.Net Threads - 3 ways to use them(blog.zwares.com)

submitted by sepdfwsepdfw(115) 4 years, 7 months ago

Back to basics series - Article talks about 3 ways to use .Net threads. read more...

add a comment |category: |Views: 3

tags: another

2 Useful Visual Studio .Net Windows Application Templates(blog.zwares.com)

submitted by sepdfwsepdfw(115) 4 years, 7 months ago

SDI and MDI C# project templates as the starting point for all my Windows Applications. read more...

add a comment |category: |Views: 1

tags: another

Scott Hanselman's 2007 Ultimate Developer and Power Users Tools(hanselman.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Scott's fantastic list of essential tools updated for 2007 read more...

add a comment |category: |Views: 34

tags: another