HeartattacK

Browse by Tags

All Tags » ASP.NET » .NET (RSS)
The Other Side of Nuget
NuGet is a very nice addition to the .NET developers’ arsenal. It is a central place for every library and framework in .NET. It has pretty good tooling integrated into Visual Studio and the command line options are pretty sweet too. It can pull down...
Posted: Oct 27 2011, 11:40 PM by HeartattacK
Filed under: , ,
DDD North 2011
One week after DDD Belfast, I was up in Sunderland for the first ever DDD North. The session line-up looked fantastic and it geared up to be a fantastic day. Crossposted from www.heartysoft.com
DDD Belfast 2011
After repeated attempts to resume blogging, I think I’m pretty much determined to end my hiatus. And I’ll start off with my experience at DDD Belfast.... Crossposted from www.heartysoft.com
ASP.NET MVC Gotcha – String as Model
Ashic looks at a gotcha when returning a view with a string model from a controller in ASP.NET MVC. Note: Cross posted from Heartysoft.com . Permalink
ViewBag can be good…honestly
Ashic discusses why some data is best passed in via the ViewBag dynamic as opposed to strongly typed viewmodels. Read full article at http://www.heartysoft.com/post/2011/03/13/ViewBag-can-be-goode280a6honestly.aspx
Introducing MSMSpec - MSpec with MSTest
I just published MSMSpec - my latest project. It uses T4 to extend your MSpec test classes so that they can be tested by the MSTest runner. And it comes with NuGet awesomeness. Read all about it here: http://www.heartysoft.com/post/2011/03/06/Introducing...
Introducing SeleniuMspec
Say hello to SeleniuMspec! Note: Crossposted from http://www.heartysoft.com/post/2011/01/03/Introducing-SeleniuMspec.aspx
ASP.NET MVC 3 CTP1 View Improvements
Ashic shows the various View improvements in ASP.NET MVC 3 CTP1 in a 45 minute screencast. Topics covered include Razor syntax, layouts, templating, global namespaces. He also takes a look at the new dynamic viewmodel and how it can be used to clean up...
Selecting ListView Items with CheckBoxes
Often we need to enable users to select multiple items from a ListView control and do a batch operation on them. While the ListView control does enable selection, it only supports selecting one row (item) at a time. This article shows a nice, easy and...
Posted: Aug 14 2010, 02:57 PM by HeartattacK
Filed under: ,
ASP.NET Routing with IIS 7 – Remember Your Modules
In this article, Ashic shows how to take advantage of the section in web.config in IIS 7 and also points out a gotcha involving routed urls and modules. Note: Cross posted from Heartysoft.com . Permalink
More Posts Next page »