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
March 2008 - Posts
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#
11
Comments
A Templated ASP.NET RSS Feed Reader Control
by
stefan.sedich
Update 20070330: By popular demand (well a couple people) I have included a sample project with everything needed to get started using this control. Basically just a sample web project, click here to get the zipped archive. You might notice things are...
Filed under:
ASP.NET
,
MICROSOFT
,
.NET 3.5
,
LINQ
,
C#
,
XML
,
UserControl
,
RSS
3
Comments
ASP.NET Ajax using a custom ViewManager to render paged data without updatepanels
by
stefan.sedich
Sometimes you do not want the overhead of using an updatepanel, as each time you make a request it is posting more back than you might need, sure it can be powerful and easy to use but not always the most effective way Say you would like to be able to...
Filed under:
Javascript
,
AJAX
,
ASP.NET
,
.NET
,
.NET 3.5
,
LINQ
,
C#
1
Comments
Output Cache With Usercontrol on Masterpage and Multiple VaryByCustom
by
stefan.sedich
Hey All, Had an issue today where I had a masterpage which was inherited from 2 pages. On the masterpage I had a control which is using output cache to cache the control. But ran into an issue where you would visit the first page say Test.aspx and you...
Filed under:
ASP.NET
,
.NET
,
ASP
,
.NET 3.5
,
C#
,
VB.NET
,
Caching
16
Comments
Enum With String Values In C#
by
stefan.sedich
Hello again, I am currently making a Virtual Earth asp.net ajax server control and came to the point where I had to replicate the enums in my classes, but the issue with them is that the enums do not use integer values but string ones. In C# you cannot...
Filed under:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
C#
,
Attributes
5
Comments
A Generic ViewManager Helper Class
by
stefan.sedich
Hi All, Following on from something I saw from Scott Guthrie, a ViewManager which allows you to render a usercontrol and return the generated HTML. I decided to implement a more generic approach which allowed you to set any properties of your custom usercontrol...
Filed under:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
C#
,
UserControl
More Posts