Stefan Sedich's Blog
try { Stefan.Code(); } catch(BadCodeException) { NotLikely(); }
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 1.1
.NET 3.5
AJAX
ASP
ASP.NET
Attributes
C#
Caching
Configuration
CONTROLS
Cross Page Postback
Event Validation
FireFox
Javascript
LINQ
MICROSOFT
NHibernate
PAGING
PARAMETRES
PNG
RSS
SEO
Sitemap
SQL
TagCloud
Tagging
Tags
THREADS
Urchin
URL Rewriting
UserControl
VB.NET
XML
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2008 (2)
August 2008 (2)
July 2008 (1)
April 2008 (3)
March 2008 (7)
February 2008 (4)
January 2008 (7)
December 2007 (5)
November 2007 (2)
October 2007 (1)
Favourite Sites
Slashdot
The Daily WTF
Recent Posts
7
Comments
Paging with NHibernate using a custom Extension method to make it 'easier' :)...
by
stefan.sedich
Evening All, What better thing to do on a friday night than code and blog :P. Thought it was about time I shared my custom paging helper methods for NHibernate. I quite liked this solution as it worked nicely and was easy to use. I will go into as much...
Filed under:
ASP.NET
,
.NET 3.5
,
LINQ
,
C#
,
NHibernate
2
Comments
Set the value of a version column in NHibernate manually
by
stefan.sedich
My first post in a long time :), look forward to more from me as I am back baby. I am currently working on a project and for the first time am using NHibernate, I must say compared to LINQ to Sql I am in love, NHibernate ROCKS! An issue I was having was...
Filed under:
ASP.NET
,
.NET 3.5
,
C#
,
NHibernate
4
Comments
Enhanced XMLSiteMapProvider with support for dynamic nodes.
by
stefan.sedich
Hello All, This might be a long one so bear with me here this might bore you :). I have have had the need to be able to add dynamic nodes to my sitemap, I am using a sitemap xml file. My first solution, was to create a custom sitemap provider, which would...
Filed under:
ASP.NET
,
MICROSOFT
,
.NET 3.5
,
C#
,
XML
,
Configuration
,
Sitemap
3
Comments
Nullable ConvertTo Extension Method
by
stefan.sedich
Hello, I have the need to easily convert a string to another type i.e. int. And would like to return null if the string is empty. I created a quick extension method, thought id post it up incase anyone finds it helpful. /// <summary> /// Converts...
Filed under:
ASP.NET
,
MICROSOFT
,
.NET 3.5
,
C#
0
Comments
Long time no post :(
by
stefan.sedich
Hello All, I must say I have been slack, I have not had a post in a long time. I am still alive just have not had the time/motivation to keep this upto date like I had planned. I am going to hit the road hard again and I hope to be blogging again in the...
Filed under:
ASP.NET
,
C#
0
Comments
Urchin ELF2 Ecommecre Log File Helper
by
stefan.sedich
Hello, I am currently needing to implement ecommerce tracking with our Urchin stats server. To do this it reads your transaction logs that you write to when users buy from your site. This file needs to be in a special format ELF2 click here for more info...
Filed under:
ASP.NET
,
.NET 3.5
,
C#
,
Urchin
6
Comments
Our First ASP.NET 3.5 Site Goes Live!!
by
stefan.sedich
Hello All, UPDATE 20080409: Another site has launced, check out www.betts.com.au !!! Thanks Stefan ---------------------------------------------------------------------- Finally our first ASP.NET 3.5 website went live today, there are 2 more to come but...
Filed under:
AJAX
,
ASP.NET
,
MICROSOFT
,
.NET 3.5
,
LINQ
4
Comments
Simplified ASP.NET AJAX Custom Control Development With VS Item Template
by
stefan.sedich
Hello, At work today I had a friend (Blair) have issues with trying to get a browser alert to popup on the page during an ASYNC post back. I told him I would make a custom control in 30 secounds or less that would do this and make life much easier. Overkill...
Filed under:
AJAX
,
ASP.NET
,
MICROSOFT
,
.NET 3.5
,
C#
,
CONTROLS
2
Comments
Update to my LINQ to SQL performance in VB.NET saga
by
stefan.sedich
Hello, If you have read my posts before where I was complaining about VB generated sub optimal SQL when using nullable columns in your where clauses, I came to the conclusion I was being silly and not using .Value on those nullable fields in my queries...
Filed under:
.NET 3.5
,
SQL
,
LINQ
,
VB.NET
3
Comments
Book Review: Linq Quickly by N Satheesh Kumar
by
stefan.sedich
This books title does not lie, it is LINQ and it is quickly. This book is an excellent introduction into the world of LINQ and also a great reference once you get your feet wet. The start of the book gives you a brief introduction into what LINQ is and...
Filed under:
MICROSOFT
,
.NET 3.5
,
LINQ
,
C#
More Posts
Next page »