jdelator

Stories kicked by jdelator

Using xml files with xml column in linq to sql(wasstock.com)

submitted by jdelatorjdelator(500) 3 years, 7 months ago

How to insert xml files into an xml column using linq to sql read more...

add a comment |category: |Views: 37

tags: another

SQL Server 2008, VS 2008 SP1, and .Net Framework 3.5 SP1 explained....(blogs.msdn.com)

submitted by jdelatorjdelator(500) 3 years, 9 months ago

If you have Visual Studio 2008 (any version prior to SP1) already installed, SQL Server 2008 installation will block you from installing if you pick any one of the following features: Business Intelligence Development Studio Integration Services Management Tools (Either Basic or Full) read more...

add a comment |category: |Views: 31

tags: another

SQL Server 2008 RTM available from MSDN/TechNet(blog.jemm.net)

submitted by JemmJemm(9604) 3 years, 9 months ago

Finally it is done and ready for download for MSDN/TechNet -subscribers. read more...

16 comments |category: |Views: 142

tags: another

Microsoft Releases SQL Server 2008(microsoft.com)

submitted by wisemxwisemx(8074) 3 years, 9 months ago

Customers and partners worldwide confirm mission-critical applications, enterprise-class data warehousing support. read more...

7 comments |category: |Views: 326

tags: another

A-Star Pathfinding in C#(dotnetperls.com)

submitted by samdnpsamdnp(980) 4 years ago

Article with code explanations and walkthroughs. Has screenshots of a program you can download and compile that displays the shortest paths between two points. Could be the beginning of a new game! read more...

add a comment |category: |Views: 479

tags: another

51+ Best of jQuery Tutorials and Examples(noupe.com)

submitted by RipRynessRipRyness(380) 4 years, 1 month ago

A good summary of jQuery resources read more...

add a comment |category: |Views: 128

tags: another

Why VisualSVN 1.4 Is So Great(blog.reamped.net)

submitted by kayoskayos(890) 4 years, 1 month ago

So after the installation of VisualSVN 1.4, I don't think I'll ever look back. Finally a version of Visual Studio source control integration to make me leave the realms of Visual Source Safe forever. read more...

add a comment |category: |Views: 14

tags: another

47 ASP.NET MVC Resources(weblogs.asp.net)

submitted by jonasjonas(2215) 4 years, 1 month ago

Craig Shoemaker highlights some of the best ASP.NET MVC resources available. read more...

add a comment |category: |Views: 17

tags: another

39 Free Microsoft eLearning Courses(learning.microsoft.com)

submitted by powerrushpowerrush(3873) 4 years, 1 month ago

39 Free Microsoft eLearning Courses read more...

add a comment |category: |Views: 360

tags: another

Using aliases for better code readability(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 1 month ago

Here's a quick way to reduce overall code bloat while making your code even more readable. read more...

2 comments |category: |Views: 9

tags: another

How DotNetKicks posts are being ripped off for other sites!(mikeduncan.com)

submitted by DuncanChudDuncanChud(925) 4 years, 2 months ago

How posts from DotNetKicks are being copy-and-pasted wholesale into other sites. Is your hard work blogging just being stolen for other companies traffic? read more...

3 comments |category: |Views: 4

tags: another

Compile C# to Javascript!(projects.nikhilk.net)

submitted by mkennedy66996693mkennedy66996693(480) 4 years, 2 months ago

Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. It allows you to use standard .NET tools like msbuild projects, Visual Studio and IDE intellisense, reflector, refactoring tools, amongst various others. read more...

2 comments |category: |Views: 117

tags: another

The First Rule of Programming: It's Always Your Fault(codinghorror.com)

submitted by khebbiekhebbie(150) 4 years, 2 months ago

Yet another great post from Jeff Atwood. read more...

1 comment |category: |Views: 4

tags: another

Windows Vista SP1 Available on Windows Update(ekampf.com)

submitted by ekampfekampf(3195) 4 years, 2 months ago

Just got the following update notification read more...

1 comment |category: |Views: 1

tags: another

What's Wrong With Turkey?(codinghorror.com)

submitted by jdelatorjdelator(500) 4 years, 2 months ago

Software internationalization is difficult under the best of circumstances, but it always amazed me how often one particular country came up in discussions of internationalization problems: Turkey. Jeff's comment should had been in the article but it wasn't It's convenient because: 1) Turkey is similar enough to other Latin alphabets that it's not a giant engineering nightmare to get it to work (see: Arabic or Hebrew). 2) The Turkish-I problem ( http://en.wikipedia.org/wiki/Turkish_dotted_and_dotless_I ) causes failures in naive string comparisons, whereas other Latin alphabets don't. 3) The Turkey Test gets you 90% of the way to the goal of internationalizing most apps.* We know French and Spanish are going to work. Why not test with the most difficult (but realistically difficult) locale first? * The other 10% is excruciatingly difficult -- again, think of Arabic (bi-directional, shaped letters) or Hebrew (right-to-left). read more...

add a comment |category: |Views: 0

tags: another

Building an API with .NET(jaltiere.com)

submitted by jaltierejaltiere(885) 4 years, 2 months ago

This article walks through setting up a simple REST API in C# by creating a custom HttpHandler. read more...

add a comment |category: |Views: 33

tags: another