PhilHaselden

Stories kicked by PhilHaselden

Introducing NHaml - An ASP.NET MVC View Engine(andrewpeters.net)

submitted by AndrewPetersAndrewPeters(1170) 4 years, 5 months ago

NHaml (pronounced enamel) is a pure .NET implementation of the popular Rails Haml view engine. From the Haml website: “Haml is a markup language that‘s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is actually an abstract description of the XHTML, with some code to generate dynamic content.” In other words, NHaml is an external DSL for XHTML. It’s primary qualities are it’s simplicity, terseness, performance and that it outputs nicely formatted XHTML. Additionally, the NHaml view engine provides support for Rails style layouts and partials. read more...

2 comments |category: |Views: 1032

tags: another

ASP.NET MVC Preview: Using The MVC UI Helpers (blog.wekeroad.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 5 months ago

Rob Conery goes over the new UI Helpers in the asp.net MVC framework. read more...

add a comment |category: |Views: 161

tags: another

Official ASP.NET MVC framework will get first CTP in "next few weeks"(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 6 months ago

Microsoft's Matt Gibbs announced today that the first CTP for ASP.NET MVC will appear in "the next few weeks". At last we can get our hands on the bits and try out the biggest shift in ASP.NET since its birth! read more...

add a comment |category: |Views: 3

tags: another

Rob Conery going to Microsoft(blog.wekeroad.com)

submitted by cwbrandsmacwbrandsma(1711) 4 years, 7 months ago

Rob Conery (SubSonic) just got hired by Microsoft. This has to be one of the coolest posts of his as well. read more...

7 comments |category: |Views: 21

tags: another

ASP.NET MVC Framework - ScottGu's Blog (weblogs.asp.net)

submitted by ashmindashmind(775) 4 years, 7 months ago

ASP.NET MVC Framework described by ScottGu. read more...

7 comments |category: |Views: 85

tags: another

Scott Hanselman hired at Microsoft.(hanselman.com)

submitted by ririckririck(180) 4 years, 10 months ago

I think this is a great news for him and for the community read more...

4 comments |category: |Views: 77

tags: another

SubSonic: SonicCast #1(blog.wekeroad.com)

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

The inaugural SonicCast is all about Code Generation, and how to alter our Code Generation templates to suit your (or your project's) code needs. read more...

add a comment |category: |Views: 24

tags: another

SubSonic Starter Site is Out!(blog.wekeroad.com)

submitted by robconeryrobconery(160) 5 years ago

Check out the new SubSonic starter site, complete with CMS, membership, and more. read more...

1 comment |category: |Views: 191

tags: another

WinMerge - visual text file differencing and merging tool. (gaaton.blogspot.com)

submitted by HaGeverHaGever(915) 5 years, 1 month ago

Tool for visual comparison text documents in Windows to change them read more...

add a comment |category: |Views: 6

tags: another

Critical update for SQL Server 2005 Service Pack 2(support.microsoft.com)

submitted by PhilHaseldenPhilHaselden(120) 5 years, 2 months ago

If you downloaded SQL Server 2005 SP2 before March 5, 2007, and installed that download package, existing SQL Server 2005 maintenance plans and Integration Services packages that contain cleanup tasks run those tasks at shorter intervals. read more...

add a comment |category: |Views: 2

tags: another

Video: Creating An N-Layer .Net Application(blogs.interfacett.com)

submitted by brianjlowrybrianjlowry(640) 5 years, 3 months ago

Well spoken and informative video. read more...

add a comment |category: |Views: 193

tags: another

ASP.NET ActionPack(codeplex.com)

submitted by crpietschmanncrpietschmann(11.3k) 5 years, 9 months ago

Ruby On Rails is propelling a new wave of programming - one that drives "Convention Over Configuration". This simple, elegant approach is attracting many developers who find the intricacies and complexity of Java and .NET to be daunting. The ActionPack for .NET is our attempt to bring this simplicity to the .NET platform. read more...

add a comment |category: |Views: 13

tags: another

Video of CodeRush 2(devexpress.com)

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

A video of the recently released CodeRush 2 product. read more...

add a comment |category: |Views: 3

tags: another

Handling Dynamic Business Rules(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

Short intro, that discusses the topic of how to manage business rules that can change in the domain layer. read more...

add a comment |category: |Views: 311

tags: another

Understanding and Using Exceptions(codebetter.com)

submitted by PhilHaseldenPhilHaselden(120) 6 years ago

Great article that discusses how to do exception handling (try/catch) and try/finally properly. The article gives big-picture advise too such as "In a well-written application there's a ratio of ten to one ... try/finally to try/catch blocks." (a quote from Anders Hejlsberg) read more...

add a comment |category: |Views: 10

tags: another

Validation In The Domain Layer - Take One(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Take a look at one strategy for performing rich validation in the domain layer of your application. And learn how effective use of generics and dependency injection can provide you with flexible validation scenarios that can be context based. read more...

add a comment |category: |Views: 33

tags: another