hl7coder

Stories kicked by friends of hl7coder

A LINQ to Google Image Search Provider(codeproject.com)

submitted by GaussZGaussZ(580) 4 years, 6 months ago

Learn more about the inner workings of LINQ with this article about a custom LINQ provider that wraps the Google image search. It includes the source to use in your own applications and nicely demonstrates the power of LINQ. read more...

add a comment |category: |Views: 67

tags: another

Prevent Session Timeout in Asp.net(gchandra.wordpress.com)

submitted by gchandragchandra(330) 4 years, 6 months ago

A Simple ASP.Net code to prevent Session Timeout. read more...

add a comment |category: |Views: 359

tags: another

DiscountASP.NET Removes Community Server Advertisements(ajaxninja.com)

submitted by AarononthewebAaronontheweb(1140) 4 years, 6 months ago

As a result of AjaxNinja's article and other customer complaints, DiscountASP.NET went and tested Community Server 2007 on their servers and verified that CS2007's memory footprint exceeds DiscountASP.NET's 100 megabyte limit. Since then, DiscountASP.NET has removed all advertising related to their support of Community Server 2007. read more...

add a comment |category: |Views: 4

tags: another

Foundations of Programming - Part 1 - Introduction(codebetter.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 6 months ago

The first in a serie of must-read articles. read more...

add a comment |category: |Views: 1

tags: another

How to Alias Namespaces and Data Types (pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 6 months ago

One of the little known features of .NET is that you can give complete namespaces and data types alias's that you can reference them with in code. This trick allows you to get around the issue of having ambiguous namespaces and/or objects. read more...

1 comment |category: |Views: 5

tags: another

MSSQL SERVER 2008 New Features for Developers(dogaoztuzun.com)

submitted by UnquaLeUnquaLe(375) 4 years, 6 months ago

MSSQL SERVER 2008 New Features for Developers read more...

1 comment |category: |Views: 19

tags: another

A Physics Engine for XNA, Silverlight and .NET(codeplex.com)

submitted by GaussZGaussZ(580) 4 years, 6 months ago

Farseer is a free 2D physics engine to use in your XNA, Silverlight or.NET projects. It allows you to easily add multiple collision algorithms as well as a number of dynamic interactions from joints to fluid drags. read more...

4 comments |category: |Views: 255

tags: another

Comparing Excel generation techniques on ASP .net: (tipsdotnet.com)

submitted by brauliodbrauliod(275) 4 years, 6 months ago

There are a lot of different approaches available for Excel Generation on ASP .net, and none of them seems to be a silver bullet… (some of them are limited, some others have an associated license cost, or pay a penaly on performance, ...) . This post tries to shed some light in this area and easy the process of selecting which approach to follow in your web application. read more...

2 comments |category: |Views: 17

tags: another

Using Subversion to access CodePlex projects(nyveldt.com)

submitted by razorantrazorant(530) 4 years, 6 months ago

A guide to using Subversion and the SvnBridge to access CodePlex projects and Team Foundation Server read more...

add a comment |category: |Views: 17

tags: another

Service Packs for the .NET Framework 2.0 and 3.0(guy.dotnet-expertise.com)

submitted by GaussZGaussZ(580) 4 years, 6 months ago

Service Packs for the 2.0 and 3.0 .net framework for everyone not installing 3.5 yet. read more...

3 comments |category: |Views: 5

tags: another

3 Open Source Apps I'm Thankful For(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 6 months ago

I'm thankful for a lot of things right now, but here are 3 open source applications that I'm truly thankful for. Happy Thanksgiving! read more...

1 comment |category: |Views: 7

tags: another

Free SQL Server tools that might make your life a little easier (weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 6 months ago

Free MS and non MS tools for easoer work with SQL Server 2005 and 2000 read more...

1 comment |category: |Views: 62

tags: another

Free charting for ASP.NET(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 4 years, 6 months ago

Open Flash Chart is an open source flash control that can display charts on a web page. The latest release contains an ASP.NET libary. read more...

7 comments |category: |Views: 225

tags: another

Top 15 Things to love about Visual Studio 2008 Express(blogs.msdn.com)

submitted by JemmJemm(9604) 4 years, 6 months ago

Dan Fernandez lists his 15 favorite features in VS 2008 Express Editions read more...

4 comments |category: |Views: 9

tags: another

Dynamically Applying Themes To Your ASP.Net Site With A Sitemap(carlj.ca)

submitted by LadiesManLadiesMan(95) 4 years, 6 months ago

Ever run across a web site that used multiple themes, either page by page, or by some sort of grouping, such as the old divx.com site, and wondered how to do it in your own ASP.Net site? If so, then what I’m about to show you might be of interest. If not, read on anyway’s. read more...

6 comments |category: |Views: 50

tags: another

Backup ALL your SQL Server 2005 databases using a script (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 6 months ago

I wanted to backup all my databases... I had loads, creating a step for each db was getting tedious, so I wrote this script. read more...

add a comment |category: |Views: 65

tags: another