Posts tagged with .net
Lambda Function Factory
Ever dreamed of owning a Function Factory? Unfortunately this one might not make money, but it does make functions.
The reason you might use s...
Your code via NDepend
Recently I’d had the opportunity to begin exploring code through the eyes of NDepend. I’ve pointed NDepend at my code, open source projects, code ...
CR_ClassCleaner now with Refactor key
On occasions I’m sure I’m one of many that take advantage of the CR_ClassCleaner plug-in for CodeRush. For one reason or another the other day, I...
Replace default DNN calendars with AJAX Toolkit Calendar Extender
Although DNN is a very capable CMS, one thing I’d really like to do is send this guy back to 1993:
While using a component we purchased (FormMas...
Create NHibernate classes using T4
Overview Over the last little while there have been a raft of posts about using T4 templates, I think most of this seemed to be sparked from the ...
The MethodLinq concept
There are now a lot of Linq providers around that do various different things. However, some interfaces were never meant to have linq. In fact the...
What would NHibernate ICriteria look like in .net 3.5?
If NHibernate decided to ditch compatibility with plain old .net 2.0 and focus on 3.5 how would the ICriteria interface change? Previously I was t...
NHibernate Type Safety using Lambda Expressions
I can't remember if this has been around before, I do vaguely remember seeing something like it.
However, I just wanted to apply a snippet of co...
NHibernate Compatible Shared Hosts
NHibernate is a remarkable ORM, however with all the magic comes a few caveats, these being the difficulties running NHibernate apps in a shared h...
IDataErrorInfo for ASP.NET
As far as I'm aware ASP.NET doesn't support IDataErrorInfo, I've asked about this in many places, including Tech.Ed '07 with no success. The close...
Another SubText Blog
Yes, I'm one of the crowd now, all because my old host Jumba is turning off the last of their Windows boxes, and coincidentally, the one I was hos...
The C# @ String Literal
C# is a pretty sweet language, and there are many, many, many little things that just make the code that much nicer. Have you ever been in a situa...
A Free, FreeTextBox Alternative
I don't know why but FreeTextBox has just never cut it for me. It's wonderful and easy to install and it comes as a nice control in a .NET assembl...
Hello IronPython for ASP.NET
Although this is not new news (released November 2006 I think), I'd like to point out how cool having Python run ASP.NET is. I don't actually kno...
ASP.NET 2.0 Mozilla Browser Detection Hole
It has recently come to my attention that there is something drastically wrong with the way search engines have been indexing my ASP.NET 2.0 blog....
Cleaning Up ASP.NET Sessions in Google
ASP.NET and Dirty Urls There are two things that have been bothering me about pages that are getting indexed in Google from an ASP.NET application...
Brendan's C# Modifier Keyword Guide
After a little bit of thought from my last post I decided to write a small sample class and use tooltips to document what some of the most common ...
ASP.NET Mobile Content
A few weeks ago before everything started getting really busy both personally and work wise, I still somehow found the time to put together a mobi...
Url Rewriting using IHttpModule vs ISAPI Rewrite
Why not use IHttpHandler for rewriting: You can find the previous post I've done on this subject here, it has a c# source code example and will a...
Trackback Spam, meet Akismet
Just recently I have been getting bombed with more trackback spam then I'd like. SUB has some built in protection for this by scanning the incomi...
Accessing controls on a masterpage
Here are a couple of neat things in ASP.NET 2.0 that I've used recently.
Access the controls on a master page. You'd think it must be poss...
ParaSoft .TEST Test Drive
Intro
Over the last few months we have been attempting to implement some 'better' best practice ...
Programming Visual CSharp 2005
Programming visual C# 2005: The Language by Donis Marshall Book highlights for me:Below is a brief list of some of the language highlights prese...
TrekXP, A Concept and Initial Idea
Foreword:
Below is a description of a bug tracking and project management concept that I think would help handle busine...
Online Presence Webpart
You may have noticed that over the past few weeks I have been trying to build more interactive elements into this blog, some of t...
Your Blog has signed-in
Today I was browsing the website ProgrammableWeb, which lists the Web APIs by a lot of well known sites. One of the things that caught my eye...
New webparts, SUB Monthly Archive List
I've had a couple of experimental things going on here in this blog. Firstly is the Archive page, it now renders the archive list in a similar fas...
Webparts without SqlExpress or SqlServer
One of the things that has been annoying me for some time about Webparts is that silly dependency on SqlExpress/SqlServer. My webhosting at Jumba ...
.NET Stored Procs
One of the bigger features of SQL Server 2005 is it's integration with the .NET platform. Now there is the ability to write your stored procs with...
CSharp and Datalayers
One thing that has become very important in my recent work is datalayers. I’ve seen a few difference approaches to filling objects after the data ...
