Thursday, August 28, 2008 ASP.NET Weblogs
Page.GetPostBackEventReference returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified Control object ex: Page.GetPostBackEventReference(Control) This will allow adding...
Thursday, August 28, 2008 ASP.NET Weblogs
Clone Detective is a tool that integrates with Visual Studio and uses the ConQAT ( Con tinuous Q uality A ssessment T oolkit) to analyze C# projects and search for duplicated source code. Watch the videos and see if this is the tool you were looking for.
Thursday, August 28, 2008 ASP.NET Weblogs
I read lately a blog post for Bil Simser reintroducing the .net Terrarium project (2.0) . For those who don't know what is this project about check out these links:...
Thursday, August 28, 2008 ASP.NET Weblogs
Z-index is generally used to organize layers appearance in HTML documents, layers with higher z-index value will appear on top. This fact describe general behavior of layers on browsers like SAFARI, IE, and FIREFOX. The problem is when you got...
Thursday, August 28, 2008 ASP.NET Weblogs
When moving to a new development machine recently, I noticed that I was using a couple of (minor) customizations to GhostDoc on the old machine that are not included in the default configuration. Most of them were rather specific, but three custom rules...
Thursday, August 28, 2008 CodeBetter.Com - Stuff you need to Code Better!
Mike apparently took some time off from being a new Dad to gather up the latest news on IronRuby. The State of IronRuby
Thursday, August 28, 2008 ASP.NET Weblogs
It's a good practice to use many small Javascript and CSS files instead of one large Javascript/CSS file for better code maintainability, but bad in terms of website performance. Although you should write your Javascript code in small files and break...
Thursday, August 28, 2008 ASP.NET Weblogs
I was just checking out the improvements the team has made in beta 2 of Internet Explorer 8. While I haven't had time to mess with all of the improvements, I see lots of opportunities to create enhancements for my sites to allow visitors to get what...
Thursday, August 28, 2008 Keyvan Nayyeri
In the first part I wrote about building an XML configuration system for the ASP.NET based on the XML manipulation API offered in .NET 1.x, 2.0 and 3.0 and promised to rewrite this system in the second part with new XLinq API introduced in .NET 3.5. So...
Thursday, August 28, 2008 ASP.NET Weblogs
Every once in awhile, gosh, once a year at this rate, I crank out something simple to write for my ancient ASP.NET site. This year... Build an RSS feed using LINQ to SQL I haven't done a lot of writing since my book, and I kind of miss it. I just...