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
December 2007 - Posts
5
Comments
I Think I Love LINQ
by
stefan.sedich
I am beggining to really like to ease of using LINQ, On a project I am working on now I am storing configuration in an XML file like so: <sites> <site id="1" sitename="foo"> <domains> <domain url="www.foo.com" /> </domains>...
Filed under:
.NET
,
.NET 3.5
,
ASP.NET
,
C#
,
Configuration
,
LINQ
,
MICROSOFT
,
XML
4
Comments
Tagging Implementation with LINQ
by
stefan.sedich
Hello all, I decided to implement tagging on my video library. My first solution was to use one table for the tags. Containing the videoid and tagname. When I loaded in 1,000,000 test tags this became slow to generate my tag cloud data. My new solution...
Filed under:
.NET
,
.NET 3.5
,
ASP.NET
,
C#
,
LINQ
,
MICROSOFT
,
SQL
,
TagCloud
,
Tagging
,
Tags
9
Comments
BLL With LINQ
by
stefan.sedich
Hello, I am currently working on a little project I call GeekTube, it is going to be an internal repository for videos. Implementing my BLL has never been easier. My approach has been to implement all my static helpers as part of a partial class. For...
Filed under:
.NET
,
.NET 3.5
,
ASP.NET
,
C#
,
LINQ
,
SQL
4
Comments
Unexpected results with Compiled Queries and LINQ to SQL
by
stefan.sedich
SOLUTION: Ok fired up SQL profiler and see my problem, the non compiled query seems to not evaluate the query until you actualy use the object. But the Compiled version is hitting the database straight away. And as I was not using this data the non compiled...
Filed under:
.NET
,
.NET 3.5
,
ASP
,
ASP.NET
,
C#
,
LINQ
,
MICROSOFT
,
SQL
4
Comments
Wierd behaviour with LINQ to SQL designer (bug????)
by
stefan.sedich
This is odd. Have a test table with an id and name field no primary key was set as it was a quick test hack. Pulled the table into the LINQ Designer and noticed none of the validation partial methods were there. There was no OnnameChanged. Nowhere. After...
Filed under:
.NET
,
.NET 3.5
,
ASP.NET
,
LINQ
,
MICROSOFT
,
SQL
More Posts