Blogs about: Net 30
Featured Blog
AvalonControlsLibrary DatePicker refactored
Recently I received some requests from people to support some more styling for the DatePicker control. The initial idea for the DatePicker was to create a “lookless” control and then users… more »
C# Disciples
Check log every 5 min in C#
kostland wrote 4 days ago: where timerticlickvoid is the click of the timer…. public void timertickvoid() { // Set the ti … more »
AnkhSVN 2.0 Released - How's it look?
— 4 comments
David wrote 1 week ago: When I first started using Subversion full time for all of my personal projects, I stuck with the Vi … more »
Catching Async Postbacks from Server Controls
David wrote 1 week ago: In my current project, I created a custom server control that presented the user with questions and … more »
Wrapping TabPanel Tabs With A Simple CSS Change
David wrote 1 week ago: The last few weeks have been filled with taking an old ASP legacy application and updating it to ASP … more »
Ready for ReSharper 4.0.1 Nightly Builds?
David wrote 1 week ago: I swear that they don’t sleep at JetBrains. Sleep is good! Fresh off of ReSharpe … more »
How to add a filelist directory to combo in winform c#
kostland wrote 2 weeks ago: where sPath is the location of directory DirectoryInfo di = new DirectoryInfo(sPath); FileInfo[] rg … more »
Save node tree to xml
kostland wrote 2 weeks ago: this is a function to save node to xml private void SaveNodesXML(TreeNodeCollection nodesCollection, … more »
how to copy a directory in c-sharp
kostland wrote 2 weeks ago: this is a function to copy all files in a directory. public static void Copy(DirectoryInfo diSourc … more »
how to Fill_Combol()
kostland wrote 2 weeks ago: it’s easy… where cblProject is the combol for fill… public void Fill_Combol() { … more »
Boring work details
govindkanshi wrote 4 weeks ago: Just jotting down things to remember…. .Net 3.0 SP1(via Aaron Ruckman) is part of Vista SP1. . … more »
ReSharper 4.0 - Cool Features
— 2 comments
David wrote 1 month ago: There are quite a few new features to ReSharper 4.0 that are great, but it’s the little things … more »
Next Generation Applications - The Microsoft Way
— 5 comments
Ramprasad Navaneethakrishnan wrote 1 month ago: Doing business is difficult, more so in today’s open era it is even more difficult. And things … more »
Deep Copy Cloning of LINQ Entity Objects - Not Deep Enough
— 4 comments
David wrote 1 month ago: Yesterday, I wrote about a great IL solution to deep copying LINQ objects. Unfortunately, it … more »
ReSharper 4.0 is now RC!
David wrote 1 month ago: The first RC for ReSharper 4.0 is out—pick it up! Nice! Tags: ReSharper, Visual+Studio+2008 … more »
Deep Copy Cloning of LINQ Entity Objects
— 5 comments
David wrote 1 month ago: Unfortunately, there’s no real slick way (built into LINQ) to clone LINQ entity objects. … more »
UFrame: goodness of UpdatePanel and IFRAME combined
Steve wrote 1 month ago: UFrame combines the goodness of UpdatePanel and IFRAME in a cross browser and cross platform solutio … more »
What's new in C# 2008
sunworld wrote 1 month ago: The all new C# 2008 is here and this is what it offers: 1. Implicitly Typed Local Variables and Arra … more »
Using the CLR Profiler with VS2008 Web Projects
David wrote 2 months ago: Download CLR Profiler for .NET 2.0 Framework. The CLR profiler is great; it’s sweet to be able … more »
Visual Studio 2008 and .NET 3.5 SP1 Beta
— 2 comments
David wrote 2 months ago: The blogs are abuzz this morning after the first beta release of the VS2008 and .NET 3.5 SP1. … more »
