home
about
contact
examples
subscribe
loads of useful information, examples and tutorials pertaining to web development utilizing asp.net, c#, vb, css, xhtml, javascript, sql, xml, ajax and everything else...
Search
categories
ajax (15)
asp.net (70)
c# (73)
css (13)
design (7)
entities (14)
excel (8)
html (11)
iis (1)
javascript (11)
jquery (15)
links (6)
linq (19)
linq-to-sql (12)
mvc (3)
my projects (17)
other (7)
sharepoint (12)
sql (15)
steal some code (52)
tutorials (31)
vb (1)
vb script (4)
visual studio (4)
xml (6)
Advertise Here
Search results for 'UpdateFix for the BlogEngineNet Syntax Highlighter'
Update/Fix for the BlogEngine.Net Syntax Highlighter
This is so awesome, I can finally use the [code][/code] feature of BlogEngine without the annoying problems!
Type
: Post
Categories
: asp.net, links
Tags
: blogengine, asp.net, links
http://naspinski.net/post/UpdateFix-for-the-BlogEngineNet-Syntax-Highlighter.aspx
Incorrect syntax near 'something' in SQL 2005 while doing a 'CREATE USER' or 'CREATE LOGIN'
Annoying little problem and the simple fix
Type
: Post
Categories
: sql
Tags
: sql
http://naspinski.net/post/Incorrect-syntax-near-something-in-SQL-2005-while-doing-a-CREATE-USER-or-CREATE-LOGIN.aspx
Why I decided to stick with Linq-to-SQL over Linq-to-Entities
I tried to make the switch... but Linq-to-Entities is just so much more work!
Type
: Post
Categories
: asp.net, entities, linq, linq-to-sql
Tags
: linq, linq-to-sql, entities, asp.net
http://naspinski.net/post/Why-I-decided-to-stick-with-Linq-to-SQL-over-Linq-to-Entities.aspx
Populating Entities Foreign Key Relationships with EntityKey (and no extra trip to the db)
Relationships in Entities as not as obvious as they are in Linq-to-SQL
Type
: Post
Categories
: c#, entities
Tags
: entities
http://naspinski.net/post/Populating-Entities-Foreign-Key-Relationships-with-EntityKey-(and-no-extra-trip-to-the-db).aspx
Getting a Repeater/GridView to show child values of relationships with Entities
Once again, it is a bit more involved than L2S, but relatively simple
Type
: Post
Categories
: asp.net, entities
Tags
: entities, asp.net
http://naspinski.net/post/Getting-a-RepeaterGridView-to-show-child-values-of-relationships-with-Entities.aspx
Linq-to-SQL vs Linq-to-Entities : Revisited
After 2 months of nothing but L2E, I feel I can give a decent comparison
Type
: Post
Categories
: c#, entities, linq, linq-to-sql, sql
Tags
: entities, linq, linq-to-sql, sql, c#
http://naspinski.net/post/Linq-to-SQL-vs-Linq-to-Entities--Revisited.aspx
Record Search with LINQ: searching just got a lot easier!
A suprisingly simple search technique that will work for SQL tables, XML files, DataTables, etc.
Type
: Post
Categories
: asp.net, c#, linq, sql, steal some code, xml
Tags
: linq, sql, xml, c#, asp.net
http://naspinski.net/post/Record-Search-with-LINQ-searching-just-got-a-lot-easier!.aspx
inline asp.net tags... sorting them all out (<%$, <%=, <%, <%#, etc.)
Explaining all the inline server tags quick and easy
Type
: Post
Categories
: asp.net
Tags
: asp.net
http://naspinski.net/post/inline-aspnet-tags-sorting-them-all-out-(3c25242c-3c253d2c-3c252c-3c252c-etc).aspx
Writing Dynamic Linq Queries in Linq-to-Entities
Believe it or not, L2E actually shines in this area
Type
: Post
Categories
: c#, entities
Tags
: entities, c#
http://naspinski.net/post/Writing-Dynamic-Linq-Queries-in-Linq-to-Entities.aspx
Using html label tags with asp.net
I am amazed to see how many asp.net programmer do not use this
Type
: Post
Categories
: asp.net, html
Tags
: asp.net, html
http://naspinski.net/post/Using-html-label-tags-with-aspnet.aspx
Using orderby with an EntityDataSource
This can be confusing when you are selecting all (*)
Type
: Post
Categories
: asp.net, entities
Tags
: entities, asp.net
http://naspinski.net/post/Using-orderby-with-an-EntityDataSource.aspx
Translating an Asp.NET site to Another Language Using .resx Files
translating the .resx files to another language is very simple, just a few things to remember
Type
: Post
Categories
: asp.net, tutorials
Tags
: asp.net, tutorial
http://naspinski.net/post/Translating-an-AspNET-site-to-Another-Language-Using-resx-Files.aspx