sjclark76

Stories kicked by sjclark76

ScottGu: Introducing “Razor” – a new view engine for ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 1 year, 10 months ago

"ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options. The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms. Other popular ASP.NET MVC view engines used today include Spark and NHaml. The new view-engine option we’ve been working on is optimized around HTML generation using a code-focused templating approach. The codename for this new view engine is “Razor”, and we’ll be shipping the first public beta of it shortly." read more...

add a comment |category: |Views: 552

tags: another

IIS Express(web2asp.net)

submitted by sedgeysedgey(1728) 1 year, 10 months ago

If like me you are sick to death of Cassini (whats that then? its the built in web server that visual studio uses) and also sick to death of playing around with IIS 7 then relief is at hand. read more...

3 comments |category: |Views: 860

tags: another

Mindscape WPF Themes released(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 2 years, 5 months ago

Mindscape have released a suite of WPF themes to help developers deliver attractive applications faster than ever before. All source code is included so that UI tweaks can be made to create your own style or leave them as they are to have an Office 2007 style or Expression Blend look and feel. read more...

5 comments |category: |Views: 720

tags: another

Git's guts: Branches, HEAD, and fast-forwards(lostechies.com)

submitted by beckelmwbeckelmw(2755) 2 years, 6 months ago

Lets get some learning done. There are a few questions that keep cropping up when I introduce people to Git, so I thought I'd post some answers as a mini-series of blog posts. I'll cover some fundamentals, while trying not to retread too much ground that the fantastic Git community book already covers so well. Instead I'm going to talk about things that should help you understand what you and Git are doing day-to-day. read more...

add a comment |category: |Views: 4

tags: another

Getting Started With NServiceBus: Part 4 Integrating With StructureMap(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 6 months ago

A simple walkthrough on how to StructureMap & NServiceBus. read more...

add a comment |category: |Views: 247

tags: another

Getting Started With NServiceBus: Part 3 Sagas(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 6 months ago

A simple walkthrough on how to implement Sagas using NServiceBus in a self hosted service. read more...

add a comment |category: |Views: 9

tags: another

Getting Started With NServiceBus: Part 2 Publishing And Subscribing(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 6 months ago

A simple walkthrough on how to implement a publisher and subscriber using NServiceBus in a self hosted service. read more...

add a comment |category: |Views: 67

tags: another

Getting Started With NServiceBus: Part 1 Unicast Messaging(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 6 months ago

A simple walkthrough on how to implement simple unicast messaging using NServiceBus in a self hosted service. read more...

add a comment |category: |Views: 62

tags: another

Sorting an ASP.NET GridView with a DataTable DataSource(kylehowlett.blogspot.com)

submitted by sunsofdust007sunsofdust007(20) 2 years, 7 months ago

When using a DateTable as your Data Source for an ASP.NET GridView you have to implement the sorting event method manually. Here is a quick and easy example how to accomplish this using the DefaultView of the DataTable. read more...

add a comment |category: |Views: 22

tags: another

Refactoring Switch Statements With StructureMap(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 2 years, 7 months ago

How to apply the open closed principle to your code by using an IOC container (Structuremap) to get rid of your switch statements. read more...

add a comment |category: |Views: 27

tags: another

Free Code Similarity Finder - CopyPasteKiller(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years, 7 months ago

Free tool helps C# and VB.NET developers find large chunks of similar code so they can be refactored. read more...

add a comment |category: |Views: 474

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

Visual Studio 2010: Multiple web.config versions(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 11 months ago

Visual Studio 2010 has support for multiple web.config files. It is one feature of new web application packaging and deployment system. We can create now separate web.config files for each configuration we have for application. read more...

1 comment |category: |Views: 494

tags: another

The Greatest Exception Handling WTF?!? of All Time(leedumond.com)

submitted by leedumondleedumond(2144) 3 years ago

The Exception object has ONE purpose and ONE purpose only – to represent a runtime error, nothing more. Exceptions should never be used for purposes for which they were not intended -- or you could end up with this monstrosity... read more...

4 comments |category: |Views: 1395

tags: another

One Tangible Benefit of S.O.L.I.D Development(blogs.planbsoftware.co.nz)

submitted by sjclark76sjclark76(155) 3 years ago

One example of why practicing S.O.L.I.D development can save your organization time and money.. read more...

add a comment |category: |Views: 12

tags: another

How Do You Deal With Exceptions?(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years ago

A little post on my ideas about handling exceptions within applications. How do you handle them? read more...

add a comment |category: |Views: 748

tags: another