Lance's Whiteboard

Random scribbling about C#, Javascript, Web Development, Architecture, and anything else that pops into my mind.

News


Creative Commons License
Lance's Whiteboard Blog by Lance Hunt is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Based on a work at weblogs.asp.net




Sponsored Ad
Sponsored Ad

Blogs I Read

Browse by Tags

All Tags » ASP.NET (RSS)
Is WebMatrix the blue pill or the red pill?
I’ve watched and read most of the flame wars about WebMatrix and Microsoft.Data with equal parts bemusement and alarm.  I wont rehash everything, since Evan has already neatly done so in his blog post yesterday , but I will offer this thought… Eventhough...
Manual CRUD operations with the Telerik RadGrid control
I have been working on a project lately that was already using the Telerik ASP.NET Rad Controls suite. One of the new features was a fully editable web-grid, so I chose to use the existing ajax-enabled RadGrid control to speed my development. I chose...
Posted: Oct 17 2007, 10:33 AM by CodeSniper | with 3 comment(s)
Filed under:
Link Love: 09/21/2007
I havent been blogging much over the past several months. The main reason is time, or the lack thereof. Since I dont have time to write a "proper" blog post, I'm just going to start sharing some link love... Here are a few interesting links I have spent...
Posted: Sep 21 2007, 03:47 PM by CodeSniper
Filed under: , ,
Embrace the framework!
House of Babel Sometimes I get involved with a .NET project where I find code that is just so "different" from the norm that I wonder how it got to such an extreme state; Code that reinvents Configuration, Threading, File IO, DataAccess, or sometimes...
RSS and ATOM libraries?
Today, I was out Googling for a good ATOM library to add to a project I am working on so I can support both RSS & ATOM. Thus far, I have been using the excellent ASP.NET RSS Toolkit , but I was disappointed to find very few .NET solutions for ATOM...
ASP.NET Roles cookie expiration date easter egg?
Just stumbled upon this today while spelunking the code for ASP.NET Membership & Roles. The DeleteCookie() method on the Roles provider API does a standard call to remove the cookie, but afterwards writes out a new, expired cookie just to make sure...
Posted: Oct 23 2006, 01:33 PM by CodeSniper | with 4 comment(s)
Filed under:
NetTiers GridViewSearchPanel
One of the nifty controls that NetTiers generates is the GridViewSearchPanel which gives you a nice simple search UI to filter the results in a GridView. Unfortunately, its not exactly obvious how to setup this control. On the surface it looks simple...
ASP.NET Provider Framework item template v1.4
I just posted an update to correct problems with downloading & installing my ASP.NET Provider Framework item template for Visual Studio 2005. The .vsi extension was being changed to .zip for Internet Explorer users (but strangely not for FireFox users...
ANN: ASP.NET Provider Framework Item Template
Please check out my new ASP.NET Provider Framework Item Template VSI installer (C# only). This installer creates an entry on the "Add New Item" menu for the templates. When selected, you enter the Name (minus "provider" suffix) for...
Atlas & NetTiers, a match made in heaven (Part 1)
As mentioned in my previous post, Time to learn Atlas... , I am trying to quickly get up to speed on Atlas for a future project. While I am waiting on requirements to be solidified, I decided to put together a prototype containing some of the site features...
More Posts Next page »