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
Brisbane
C#
Caching
Castle
Change
Configuration
CONTROLS
Cross Page Postback
Event Validation
Extension Methods
FireFox
Fluent NHibernate
IIS
Javascript
LINQ
Mammoth
Mammoth VPS
MammothVPS
MICROSOFT
Moving
NHibernate
PAGING
PARAMETRES
PNG
RSS
SEO
Sitemap
SQL
TagCloud
Tagging
Tags
TDD
THREADS
Typemock
Unit Testing
Urchin
URL Rewriting
UserControl
Validation
VB.NET
VIDEO
VPS
Windsor
XML
Sponsors
advertise here
Navigation
Home
Blogs
Archives
May 2011 (2)
July 2010 (3)
May 2010 (2)
May 2009 (1)
December 2008 (2)
November 2008 (4)
October 2008 (4)
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
February 2008 - Posts
7
Comments
Different SQL between VB.NET and C# LINQ to SQL SOLVED!!
by
stefan.sedich
Hi All, Following my previous post I have solved this issue. Somehow accidently I discovered that if the field has allow nulls set on it VB.NET will add the Where Coalesce in your query hence in my case slowing it down dramatically. It seems that C# does...
Filed under:
ASP.NET
,
.NET
,
.NET 3.5
,
SQL
,
LINQ
,
C#
,
VB.NET
2
Comments
UserControl OutputCache and VaryByParam not working with postback!!
by
stefan.sedich
Don't know if anyone has come across this before. But if you have a usercontrol that uses VaryByParam and you have it on a page and do a postback you will get the wrong cache item. Use the below test bed to see what I mean, this is following to my post...
Filed under:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
C#
,
VB.NET
,
Caching
15
Comments
Fully Accessible And SEO Friendly Ajax Paging Using DataPager
by
stefan.sedich
Hey All, Working on my current project I implemented paging using a listview and a datapager. I then decided it would be much nicer to use AJAX for my paging so wrapped all this up in an updatepanel. Next step was the issue when you would goto a page...
Filed under:
AJAX
,
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
VB.NET
,
PAGING
18
Comments
Different SQL between C# and vb.net using LINQ to SQL causes performance issues
by
stefan.sedich
Hi All, I am currently working on a project and we are using VB.NET, I am using LINQ to SQL for my data access. I have just implemented my search query and thought I would check the generated SQL's execution plan and found that the subtree cost was about...
Filed under:
ASP.NET
,
.NET
,
MICROSOFT
,
.NET 3.5
,
SQL
,
LINQ
,
C#
,
VB.NET
More Posts