ShowUsYour<Blog>

Irregular expressions regularly

Browse by Tags

All Tags » Whidbey (RSS)
RegexLib V2 - now with added ASP.NET V2 :)
The other day I posted a blog entry about the migration of RegexLib to ASP.NET V2 - the article can be found here: http://markitup.com/Blog/archive/2005/06/07/50.aspx In the coming week I'm planning to post a source code viewer so that you can see how...
ASP 2 Quickstarts
Very Nice! http://beta.asp.net/quickstart/aspnet/Default.aspx
Posted: Apr 05 2005, 10:48 AM by digory | with 16 comment(s)
Filed under: ,
What CommandName's to use in a FormView
taken from Fredrik's blog : Paging: Next Prev First Last The FormView has support for paging so we don’t really need to add button controls for those commands. We only need to use those if we want to create our own custom paging. For changing modes: New...
Posted: Apr 02 2005, 07:31 AM by digory | with 8 comment(s)
Filed under: ,
Using generics to build generic data logic layers
Consider exposing raw Generic collections from your data logic layers, such as: public class PersonManager { ... public List<Person> ListPeople(...) { ... } ; } When I started messing around with building applications in 2.0 I quickly wrapped Generic...
Posted: Mar 29 2005, 07:12 PM by digory | with 5 comment(s)
Filed under: ,
Using the SiteMapDataSource to display lists of links
Danny Chen just blogged about the SiteMap and showed some interesting ways to make use of custom attributes: http://weblogs.asp.net/dannychen/archive/2005/03/28/396099.aspx There's another one that I'd like to add to this list. Commonly people are using...
Getting ASP.NET Membership running against your own database
If you want to install the ASP.NET V2 tables and procedures for things such as Membership, Personalization , etc you need to run the aspnet_regsql.exe tool against your database. The tool can be found in the %windir%\Microsoft.NET\Framework\{FRAMEWORKVERSION...
Posted: Mar 26 2005, 08:33 PM by digory | with 10 comment(s)
Filed under: ,
Health monitoring in ASP.NET V2
Here's a couple of nice articles about the new HealthMonitoring feature in Whidbey: http://weblogs.asp.net/dr.netjes/archive/2004/12/09/279101.aspx http://msmvps.com/gbvb/archive/2004/09/15/13578.aspx Definitely worth a read as this makes it super-easy...
Posted: Feb 24 2005, 07:41 AM by digory | with 2 comment(s)
Filed under:
The sexy new web
A nice article about how we are starting to expand and build smarter, richer applications on the web. http://adaptivepath.com/publications/essays/archives/000385.php I know that I've said this before but, articles such as this really emphasize how the...
Post-Cache substitution sample
Having read Nikhil's great post about this topic recently, I thought that I'd add a working demo of that sample to the Whidbey group on ProjectDistributor . You can grab the source here. http://projectdistributor.net/Projects/Project.aspx?projectId=75
Posted: Feb 15 2005, 09:30 PM by digory | with no comments
Filed under:
Fredrik has just released a new cut of PermissionManager
You can read his announcement here: http://fredrik.nsquared2.com/viewpost.aspx?PostID=279 Fredrik is doing some awesome stuff with ASP.NET V2 and this project is a great example of that. If you want to learn about how - and possibly why - you would want...
Posted: Feb 08 2005, 08:28 AM by digory | with 1 comment(s)
Filed under:
More Posts Next page »