Ragable

Stories kicked by Ragable

Why change-tracking has to be part of an entity object(weblogs.asp.net)

submitted by gosergoser(140) 5 years, 1 month ago

Frans Bouma raises some valid concerns on the Entity Frameworks entity state management. read more...

1 comment |category: |Views: 19

tags: another

Remove the www subdomain from your website(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 3 months ago

Many websites have two points of entry for each individual page – one with www and one without. It means that if other websites link to yours, they might link to the same page using two different addresses. If you make sure that all incoming links point to the same address, you also make sure that various page ranking algorithms of the different search engines give the page full credit for each incoming link. read more...

add a comment |category: |Views: 18

tags: another

ASP.NET 2.0 DataBinding Examined(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years, 3 months ago

Checking out how ASP.NET 2.0 databinding features work under the hood. read more...

add a comment |category: |Views: 10

tags: another

Creating a live.com image search GUI with MS Ajax for ASP.NET(aspcode.net)

submitted by aspcode.netaspcode.net(1045) 5 years, 3 months ago

Three part tutorial on how to create a gui such as the one found in live.com image search read more...

add a comment |category: |Views: 3

tags: another

Paging Implementation With SQL (mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 4 months ago

When you see how the paging is a piece of cake now in .NET server controls (fro example, GridView), you can imagine how much amount of work was needed to do paging if you haven't these server controls. You can for example fetch all thr data block and put them on the session and just do your paging in you business layer! Ok..I heared someone say what are saying. Ture. This is really a miss when you working on huge data blocks. So, the best way is to do you paging inside the datalayer... read more...

add a comment |category: |Views: 21

tags: another

CSS Friendly Control Adapters - Add 'em to Your Site(stevenharman.net)

submitted by usshermussherm(5285) 5 years, 4 months ago

An overview of how I integrated CSS Friendly Control Adapters (used to render clean CSS based markup) into a project working on... and a couple of tips/tricks to help you use the adapters for your projects. read more...

add a comment |category: |Views: 11

tags: another

What Is DBNull Needed For Anyway?(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 4 months ago

My point of view on the ever popular quesstion: What is DBNull needed for? read more...

add a comment |category: |Views: 18

tags: another

Query and join tables across db server instances(principiaprogramatica.com)

submitted by gmillergmiller(95) 5 years, 4 months ago

Sometimes you need to query across servers, even servers of different type such as doing a table join from MySQL to Oracle. I’m going to show you two ways you could do this if you have access to an SQL Server. There are ways to do this with other servers, and there are more than two ways to do this in SQL Server, but I’m only covering two methods both using SQL Server here. read more...

add a comment |category: |Views: 265

tags: another

Intro to JSON(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years, 4 months ago

A brief introduction to the Javascript Object Notation read more...

add a comment |category: |Views: 9

tags: another

ASP.NET AJAX(ATLAS) RC Released(ajax.asp.net)

submitted by korayemkorayem(1240) 5 years, 5 months ago

A direct link to the new release of ASP.NET AJAX(ATLAS) RC read more...

add a comment |category: |Views: 3

tags: another

Visual Studio 2005 Service Pack 1 RTM(eweek.com)

submitted by JemmJemm(9604) 5 years, 5 months ago

Service Pack 1 of the development platform includes user reported fixes and more than 70 improvements for common development scenarios, including new processor support for code generation and profiling, as well as performance and scale improvements in Microsoft's TFS (Team Foundation Server). Although Microsoft has released the Visual Studio 2005 SP1 bits to manufacturing, official news of the release is not expected until Monday [18.12.2006], sources close to the company said. read more...

5 comments |category: |Views: 4

tags: another

Sort Routines (en.csharp-online.net)

submitted by HyleHyle(2755) 5 years, 5 months ago

Need to sort through lots of data? Choose a C# sort routine to suit your requirements. One of the fundamental problems of computing is ordering a list of items. There are many solutions to this problem: these are known as sorting algorithms. Some sorting algorithms are simple and intuitive, while others are extremely complicated, but produce really fast results. Seven of the most common sorting algorithms are: Bubble Sort, Heap Sort, Insertion Sort, Merge Sort, Quick Sort, Selection Sort, Shell Sort. read more...

add a comment |category: |Views: 22

tags: another

Video: Using XPath with the XmlDocument Class(weblogs.asp.net)

submitted by dwahlindwahlin(1450) 5 years, 5 months ago

In this video tutorial I walk through how to use XPath statements to parse an RSS feed and display results using the XmlDocument class. read more...

add a comment |category: |Views: 29

tags: another

Microsoft Expression Web Ships(evanhoff.com)

submitted by ehoffehoff(980) 5 years, 5 months ago

Expression Web is the successor to FrontPage and has a lot of features that were sorely missing: standards validation, strong css support, asp.net support, xml and xslt. While FrontPage was designed for the casual user, Expression Web was designed with the professional in mind. read more...

add a comment |category: |Views: 0

tags: another

XNA Game Studio Express Has Been Released!(blogs.msdn.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

"To download the released product for Windows, head over to: http://msdn.com/xna/gse/. You can now also purchase a subscription to the XNA Creators Club from the Xbox Live Marketplace on your Xbox 360 console if you have an active silver or gold Xbox Live subscription. Before you purchase a subscription to the XNA Creators Club please take the time to go over the PC and Xbox 360 console requirements in the readme. Once you've done that here's how to get it: 1. On the Xbox Live blade, go to "Xbox Live Marketplace" 2. Select "Games" and then "All Game Downloads" 3. Scroll down the list to find the "XNA Creators Club" 4. Here you'll be able to go under Memberships to purchase a 4-Mo membership for $49.00 or an Annual (12-mo) membership $99.00. The prices used here reflect the subscription rates for the United States and pricing may differ for your local region or country if outside the USA. 5. You'll also need to download the XNA Game Launcher from the same area. Having done so, you will find a new XNA Game Launcher program on your Games blade under Demos and More." read more...

add a comment |category: |Views: 1

tags: another

Escaping Tables With CSS(johnsbraindump.blogspot.com)

submitted by jmbledsoejmbledsoe(460) 5 years, 5 months ago

While this isn't totally .NET related, I think that the crowd here will be able to relate to this dilemma. We're .NET developers who do HTML and CSS, and this is a common problem that we've all run into. read more...

add a comment |category: |Views: 9

tags: another