Posts tagged with .net

Jun 18 2010

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...

.NETCode Snippets
Sep 3 2009

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 ...

.NETProduct Reviews
Aug 20 2009

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...

.NETCode Snippets
Aug 17 2009

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...

.NETCode SnippetsErrors and BugsASP.NET
Jul 19 2009

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 ...

.NETASP.NETNHibernate
Jul 12 2009

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...

.NETCode SnippetsGeneral
Aug 17 2008

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...

.NETCode SnippetsNHibernate
Jul 22 2008

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...

.NETCode SnippetsNHibernate
Mar 29 2008

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...

General.NETInternetASP.NETNHibernate
Nov 9 2007

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...

.NETASP.NETCode Snippets
Jun 10 2007

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...

General.NETASP.NET
Mar 6 2007

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...

General.NETCode Snippets
Feb 21 2007

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...

General.NETASP.NETSEO.NET
Feb 5 2007

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...

.NETASP.NET
Dec 11 2006

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....

.NETInternetCode SnippetsErrors and BugsASP.NET
Dec 7 2006

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...

.NETCode SnippetsSingleUserBlogErrors and BugsASP.NETSEO.NET
Nov 5 2006

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 ...

General.NETCode Snippets
Oct 27 2006

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...

General.NETSingleUserBlog
Sep 15 2006

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...

General.NETSingleUserBlog
Aug 13 2006

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...

General.NET
Aug 3 2006

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...

General.NETCode Snippets
Jul 3 2006

ParaSoft .TEST Test Drive

							Intro





					Over the last few months we have been attempting to implement some 'better' best practice ...

General.NETProduct Reviews
Jun 14 2006

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...

General.NETProduct Reviews
Jun 7 2006

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...

General.NETInternet
May 27 2006

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...

General.NETInternetSingleUserBlog
May 21 2006

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...

General.NETInternetSingleUserBlog
May 9 2006

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...

.NETSingleUserBlog
May 2 2006

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 ...

General.NETInternetSingleUserBlog
May 1 2006

.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...

General.NET
Mar 21 2006

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 ...

.NETCode Snippets