Quiziqal

Stories kicked by Quiziqal

NHibernate 2.0 Supa' Layer(devlicio.us)

submitted by LordLord(3737) 4 years, 1 month ago

Essentially I wanted a way to make queries work better within the context of a Domain Driven Design approach. I'm a big believer in Persistence Ignorance, so this means that I had to find a way to represent queries in a provider independent way. LINQ does this for me, mostly, but I still need a 'syntactically pleasing' way to get the LINQ provider to the query at runtime. Well, it turns out that doing this is pretty easy. read more...

add a comment |category: |Views: 21

tags: another

.NET Event Techniques(devlicio.us)

submitted by BigTunaBigTuna(219) 4 years, 2 months ago

A very simple technique to avoid the need for a null check prior to raising an event read more...

1 comment |category: |Views: 21

tags: another

Imploding Rails, Jesus DHH, and The Uncle Ben Principle(blog.wekeroad.com)

submitted by montymonty(2575) 4 years, 7 months ago

I love Rails - let me just get that out of the way right now. As many who’ve read my blog know, I think it’s the Dog’s Bollucks in terms of a developer’s framework. But that seems to be a problem with Rails - the focus is on rapid development only. What happens after that is up to you. read more...

2 comments |category: |Views: 5

tags: another

Orson Scott Card on "How Software Companies Die"(apocalypse.org)

submitted by QuiziqalQuiziqal(350) 4 years, 8 months ago

The environment that nutures creative programmers kills management and marketing types - and vice versa... read more...

add a comment |category: |Views: 3

tags: another

Writing a full JSON Serializer in 100 lines of C# code(blog.activa.be)

submitted by activaactiva(2340) 4 years, 9 months ago

After looking at the specs for JSON, I figured it couldn’t be too hard to write a JSON serializer in C#. Not only was it not that hard, it was very short too: about 100 lines of code. read more...

add a comment |category: |Views: 4033

tags: another

How to sort a generic List<T>(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 11 months ago

Sorting a generic List<T> using anonymous methods and the Comparison<T> delegate. read more...

1 comment |category: |Views: 97

tags: another

Ayende @ Rahien - Hibernating Rhinos(ayende.com)

submitted by joejoejoejoejoejoejoejoe(1140) 5 years, 1 month ago

Talks about the differences between Web Forms and MonoRail approaches. read more...

add a comment |category: |Views: 17

tags: another

There are only four software licenses(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 1 month ago

A brief summary of the most common open source licenses. Also discusses licensing code snippets within your blog. read more...

1 comment |category: |Views: 1

tags: another

Custom Configuration Sections in 3 Easy Steps(haacked.com)

submitted by HaackedHaacked(5105) 5 years, 2 months ago

Create Custom Configuration Sections easily with the new features of the .NET 2.0 Configuration API. read more...

1 comment |category: |Views: 19

tags: another

List of Programming quotations at List Posts(listposts.com)

submitted by jasper22jasper22(1320) 5 years, 2 months ago

Copy and paste is a design error (c)David Parnas If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilisation. (c) Gerald Weinberg Once a new technology starts rolling, if you’re not part of the steamroller, you’re part of the road. (c) Stewart Brand read more...

add a comment |category: |Views: 1

tags: another

Rapid DNN 4 Module Development With New CodeSmith Templates and VS2005(quiziqal.com)

submitted by QuiziqalQuiziqal(350) 5 years, 3 months ago

A new set of master & subtemplates for CodeSmith v2.6 (freeware) for DotNetNuke 4.x that generate a fully-functioning module (including GridView and FormView with View, Add, Edit and Delete functionality out of the box). Cuts development time down from several hours to a couple of minutes. read more...

add a comment |category: |Views: 343

tags: another

Visual C# 2005 Keyboard Shortcut Reference Poster(microsoft.com)

submitted by papadipapadi(310) 5 years, 3 months ago

This poster contains the default keybindings for Visual C# 2005, and is available as a PDF download in either color or grayscale for you to print. read more...

add a comment |category: |Views: 41

tags: another

Ajax Scaffolding with Castle MonoRail and C#(danbunea.blogspot.com)

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

"Let's say we need to write an application very fast, that can do the basic CRUD operations for a Product. Ruby on rails (www.rubyonrails.org) came up with the excellent idea of scaffolding, and the idea was ported into the Castle Monorail project (www.castleproject.org). However, the default generator both in ROR and in MR, do not generate ajax based code. For ROR the solution is at: www.ajaxscaffold.com but nothing so far for MR. So I decided to take matters in my own hands..." read more...

add a comment |category: |Views: 312

tags: another

Find the Right Connection String with ConnectionStrings.com(icodeable.com)

submitted by QuiziqalQuiziqal(350) 5 years, 4 months ago

ConnectionStrings.com is a handy, web reference for all manner of connections strings, from the quotidian (SQL Server, Oracle, MySQL) to the exotic (Excel, Paradox, Lightbase, AS/400). read more...

add a comment |category: |Views: 2

tags: another

Intellisense for SQL Server with Red-Gate's Free SQL Prompt(icodeable.com)

submitted by QuiziqalQuiziqal(350) 5 years, 4 months ago

Red-Gate Software's free SQL Prompt tool provides Intellisense capabilities in SQL Server 2000 Enterprise Manager, Query Analyzer, SQL Server 2005 Management Studio, Visual Studio 2003 & 2005 and even UltraEdit. read more...

3 comments |category: |Views: 81

tags: another

ASP.NET Supervising Controller (Model View Presenter) From Schematic T(haacked.com)

submitted by QuiziqalQuiziqal(350) 5 years, 5 months ago

End-to-end walk-through of the process of implementing the Supervising Controller pattern in ASP.NET. Includes sample unit tests. read more...

add a comment |category: |Views: 97

tags: another