Blogs about: Net 20
Featured Blog
ReSharper 4.0 - Cool Features
There are quite a few new features to ReSharper 4.0 that are great, but it’s the little things that really can impress and speed up usage. A few of my favorites are below. camelHumps. Re… more »
Ramblings of the Sleepy...
How to add a filelist directory to combo in winform c#
kostland wrote 5 days ago: where sPath is the location of directory DirectoryInfo di = new DirectoryInfo(sPath); FileInfo[] rg … more »
Save node tree to xml
kostland wrote 5 days 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 5 days 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 5 days ago: it’s easy… where cblProject is the combol for fill… public void Fill_Combol() { … more »
Moss 64bit + VS2008 workflows = problems
CJ wrote 6 days ago: I was in discussions recently with a fellow developer who was receiving this strange error when tryi … more »
Master Generic Type Constrains : A critical success factor in Linq Development
Damon Wilder Carr wrote 1 week ago: If you are thinking.. Yeah I know this cold. try this alternative material:.and then perhaps tell us … more »
[C#] Open webform in new browser window from C# codebehind page
— 2 comments
willwm wrote 3 weeks ago: Found a great little snip of code online today from csharphelp.com about how to open a new browser w … more »
ReSharper 4.0 - Cool Features
— 2 comments
David wrote 3 weeks ago: There are quite a few new features to ReSharper 4.0 that are great, but it’s the little things … 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 »
Problems with Calendar list and custom forms
CJ wrote 1 month ago: Recent problems I have come across when designing custom forms for the Calendar list. This work coul … 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 »
Use declarative security to show a Security trimmed navigation Menu along with enforcing role based security for your website
Nishant Pant wrote 1 month ago: Hi All, Here is what we are trying to achieve in this article. Provide side-wide security without w … more »
AZMan Rolemanager keeps roles cached and does not reflect changes for a long time
Nishant Pant wrote 1 month ago: If you have found this article, you already know who Mr. Azman is and what I am talking about here. … more »
How to provide ASP.NetWebadminfiles (WSAT) like user management for your hosted or online site
Nishant Pant wrote 1 month ago: I recently was working on a ASP.net 2.0 website. I used the ActiveDirectoryMembershipProvider and us … more »
Show multiple columns in a dropdown with proper alignment
Nishant Pant wrote 1 month ago: The problem : We have an ID column and a Name column in our database. We want to show both in a drop … more »
Ah...the memories
— 2 comments
CJ wrote 1 month ago: I was lucky enough to travel to the Silicon Valley earlier in the year and attend the Office Develop … more »
SQL Server Reporting Service (SSRS) - HTTP Status 401 Unauthorized Error
Nirav Patel wrote 1 month ago: I am going to continue on writing article on SQL Server Reporting Services (Its because, it is provi … more »
Data Dynamics Analysis released!
James wrote 1 month ago: Luc announced it yesterday, and it was so hectic around the office and at home that I forgot to do t … more »
Using the CLR Profiler with VS2008 Web Projects
David wrote 1 month ago: Download CLR Profiler for .NET 2.0 Framework. The CLR profiler is great; it’s sweet to be able … more »
