Cleaning up that ugly client side aspx code
My new blog post on the subject : Cleaning up that ugly client side aspx code Gilly.
gillyb , 03-06-2012 0:24
Compiling multiple projects into a single exe file in WPF
A post I wrote that explains how to compile multiple projects into one exe file. Check it out : http://debuggerstepthrough.com/2011/11/compiling-multiple-projects-into-single.html Gilly.
gillyb , 11-23-2011 22:24
Transaction trouble with Cache
Consider the following problem: We have a web app which can send messages between the users that are connected to it. A user can send a message to any number of users. The implementation is simple: When a user sends a message: The message is ... המשך לקרוא>
ysa , 06-10-2011 10:39
Discovering race conditions using PostSharp
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2010/11/discovering-race-conditions-using.html
dhelper , 11-10-2010 13:44
Unit testing custom StyleCop rules using Typemock Isolator
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2010/07/unit-testing-custom-stylecop-rules.html
dhelper , 07-02-2010 23:06
When to use the SetUp attribute
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2010/06/when-to-use-setup-attribute.html
dhelper , 06-06-2010 23:04
XmlWriter that automatically close elements using IDisposable
My blog has moved. You can view this post at the following address: http://blog.drorhelper.com/2009/07/xmlwriter-that-automatically-close.html
dhelper , 07-31-2009 22:37
How To Create Forms Authentication Cookies
What is Forms Authentication Cookies: Forms authentication cookie is the container for forms authentication ticket. The ticket is passed as the value of the forms authentication cookie with each request and is used by forms authentication, on ... המשך לקרוא>
Michael Neiter , 05-31-2009 14:00
How to measure elapsed time in C# with Stopwatch class
In this post I will discuss how to measure elapsed time in C# with Stopwatch class. What is a Stopwatch: Stopwatch class provides a set of methods and properties that you can use to accurately measure elapsed time. In a simple scenario we call ... המשך לקרוא>
Michael Neiter , 04-01-2009 10:00
How to Get Data from Resource Files in ASP.NET 2.0
In this post I will present how to access data from resource files in an ASP.NET 2.0 web application. Example: The following code creates ResourceManager object and loads data from a resource file. ResourceManager myResourceManager; ResourceSet ... המשך לקרוא>
Michael Neiter , 03-29-2009 23:30
Page 1 of 9 (87 items) 1 2 3 4 5 Next > ... Last »