geebs

Stories kicked by geebs

Throw Away Code (aka Spike Solution)(david-yancey.com)

submitted by geebsgeebs(85) 3 years ago

A look at Agile / XP Methodologies of Spike Solutions and their value. read more...

add a comment |category: |Views: 3

tags: another

Refactoring: Getting started is the hard part(david-yancey.com)

submitted by geebsgeebs(85) 3 years, 6 months ago

Looking at 5 obstacles in Refactoring and how to overcome them. read more...

add a comment |category: |Views: 15

tags: another

Create a RSS Reader in .NET 3.5 using XLINQ(daveyancey.lifeaspect.com)

submitted by geebsgeebs(85) 4 years, 5 months ago

This is the same entry as my last one, just moved to a new server. read more...

add a comment |category: |Views: 61

tags: another

New ASP.NET Dynamic Data Support(weblogs.asp.net)

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

One of the cool new features is something we call "ASP.NET Dynamic Data Support". In a nutshell this enables you to really quickly build data driven web-sites that work against a LINQ to SQL (and in the future LINQ to Entities) object model - and optionally allows you to-do this without having to build any pages manually. read more...

add a comment |category: |Views: 18

tags: another

Create a RSS Reader in .NET 3.5 using XLINQ(geebs.proessent.com)

submitted by geebsgeebs(85) 4 years, 5 months ago

A look at using XLINQ in .NET 3.5 to create a RSS Reader control for your website. read more...

add a comment |category: |Views: 318

tags: another

ASP.NET MVC Design Philosophy(weblogs.asp.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 5 months ago

A great post from Eilon about the philosophy and approach to MVC in ASP.NET... read more...

2 comments |category: |Views: 10

tags: another