steele27

Stories kicked by steele27

Using Common Table Expressions for hierarchical data in NHibernate(refactoringaspnet.blogspot.com)

submitted by steele27steele27(115) 1 year ago

NHibernate has no support for hierarchical queries. To get all descendents of a tree node, we have to do a recursive N+1 query. But by using Common Table Expressions (CTE) we can solve this very elegantly. read more...

add a comment |category: |Views: 33

tags: another

Very simple C# code to do HTTP GET and POST request of web forms(refactoringaspnet.blogspot.com)

submitted by steele27steele27(115) 2 years, 1 month ago

This post shows how to very easily and simply do HTTP GET and POST requests from C# code, without having to use the messy HttpWebRequest and HttpWebResponse objects. It extends the HtmlAgilityPack and encapsulates the saving and posting of cookies and html form elements. read more...

add a comment |category: |Views: 83

tags: another

Unit testing code which is dependent on current DateTime(refactoringaspnet.blogspot.com)

submitted by steele27steele27(115) 2 years, 3 months ago

How to implement a quick framework which enables writing unit tests for methods which depends on current date, with minimal changes to existing code. read more...

add a comment |category: |Views: 9

tags: another

ASP.NET MVC Free eBooks(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 1 month ago

Here's a list of all sample chapters of ASP.NET MVC books available to the community. read more...

add a comment |category: |Views: 766

tags: another

A cool puzzle game for programmers, written in Silverlight(robozzle.com)

submitted by igoroigoro(815) 3 years, 3 months ago

The goal of the game is to program a robot to pick up stars. The puzzles are submitted by other users, and ranked by difficulty based on votes. read more...

3 comments |category: |Views: 567

tags: another

Creating a generic validation framework(dotnetchris.wordpress.com)

submitted by bradygasterbradygaster(4897) 3 years, 3 months ago

Nice, concise article on the creation of your very own validation framework using generics. Excellent approach illustrated in this post. read more...

add a comment |category: |Views: 543

tags: another

Structuremap 2.5.3 released.(codebetter.com)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

A refresh to popular DI framework. read more...

add a comment |category: |Views: 25

tags: another

9 Examples of creating a fast and responsive UI with multi-threading(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

9 C# examples of creating a fast and responsive UI with multi-threading, very clear and streamlined examples to get up and running quickly. read more...

add a comment |category: |Views: 907

tags: another

A Guide to Learning ASP.NET MVC Release Candidate 1(stephenwalther.com)

submitted by leedumondleedumond(2144) 3 years, 3 months ago

Now that the ASP.NET MVC Release Candidate is available for download, how do you learn how to start using it to build applications? Here’s Stephen Walther's guide to resources for learning about ASP.NET MVC Release Candidate 1. read more...

add a comment |category: |Views: 372

tags: another

Object Oriented Design Principles(noctovis.net)

submitted by daviddavid(405) 3 years, 4 months ago

Quick summary of SOLID, DRY, YAGNI and other useful OO principles. read more...

1 comment |category: |Views: 636

tags: another

Generic Repository(codebetter.com)

submitted by brandewinderbrandewinder(530) 3 years, 5 months ago

The purpose behind the repository pattern is to provide a layer of abstraction between your domain and data layer. For smaller projects, this typically isn't needed. However, larger projects can really benefit from a broker that specifically handles the back and forth between the two layers. With repositories your domain objects aren't burdened with infrastructure details and can therefore better focus on domain-specific behavior. read more...

add a comment |category: |Views: 1227

tags: another

ASP.NET Confirmation Button using JQuery (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 3 years, 5 months ago

Creating a ASP.NET Confirmation Button control that uses JQuery and its plugin SimpleModal to implement modal confirmation popups. read more...

add a comment |category: |Views: 605

tags: another

jQuery for Absolute Beginners: Video Series(nettuts.com)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

This is a 9 parts video series for beginners to learn jQuery. read more...

add a comment |category: |Views: 435

tags: another

37 Phenomenal jQuery Plugins and Demos for Developers(speckyboy.com)

submitted by sharplifesharplife(4570) 3 years, 5 months ago

Find the most practical and best jQuery plugins for web developers, see demos, learn about and download them. read more...

add a comment |category: |Views: 609

tags: another

3 reasons why you should let Google host jQuery for you(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 5 months ago

Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. read more...

add a comment |category: |Views: 615

tags: another

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

tags: another