trimalchio

Stories submitted by trimalchio

Expressions and Lambdas: Oh My!(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 2 months ago

A conceptual overview on the differences between Expressions in the System.Linq.Expression namespace and the Lambdas which define them. A good primer on how you can these new components to build better APIs. read more...

add a comment |category: |Views: 1

tags: another

QuickTip: Use CommonServiceLocator and MvcServiceLocator together in A(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 4 months ago

A nice, easy way to combine the new MvcServiceLocator implementation with the existing P&P ServiceLocator in ASP.NET MVC 3 Preview 1 Projects. read more...

add a comment |category: |Views: 8

tags: another

MVC 3 Preview 1 VS 2010 Template w/ Razor, Html 5 Boilerplate and Open(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 5 months ago

I’ve created an (arguably) bare-minimum Visual Studio 2010 Template for getting started with MVC 3 Preview 1 using the Razor view engine and some other web goodies. I got tired of the vanilla “Welcome to MVC” homepage and I’m not a fan of the MembershipProvider abstraction and all the Account junk included by default. This template is meant to provide a bare-bones setup of Html 5 and provide OpenId authentication for users (but not full-on user management)- it’s a simple cocktail of Html5 Boilerplate and DotNetOpenAuth. The rest is left up to you to build up! read more...

add a comment |category: |Views: 125

tags: another

The New Web App Architecture: ASP.NET MVC 3, jQuery Templating with PU(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 6 months ago

Good overview of using JSON bindings in MVC 3 preview with jQuery template rendering using PURE read more...

add a comment |category: |Views: 601

tags: another

Proposal: Let's call ASP.NET MVC ".MVC"(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 1 year, 11 months ago

I hereby propose renaming ASP.NET MVC to just “.MVC”. It’s just so much easier to type. read more...

add a comment |category: |Views: 7

tags: another

Performance Tracing For Your Applications via Enterprise Library(www.michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years ago

Helpful code to integrate with your apps for Performance Tracing with Enterprise Library (or Log4Net). Gain insight into the performance of high level processes, with the ability to drill down and trace through subroutines, helper classes, or dependent entities. read more...

add a comment |category: |Views: 25

tags: another

Help Your Business Be A Technology Company(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 1 month ago

It doesn't matter what industry you work for- every company is a technology company. You- as a software developer- are directly responsible for making that happen. What will separate you from other developers is not how well you program- it's how well you create the right technology to help your business work better. read more...

add a comment |category: |Views: 6

tags: another

Rant: I Hate Dealing with Persistence(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 9 months ago

If there’s one thing I can’t stand in the development process it’s writing code to save data. In fact, there are only a few things which I’d consider more useless than dealing with data persistence- one of them being data migration. I hate dealing with persistence because it’s totally mundane and repetitive code. But there's hope- I small glimmer of hope. read more...

add a comment |category: |Views: 18

tags: another

MVC Action filter project on Codeplex - LA.NET [EN](msmvps.com)

submitted by trimalchiotrimalchio(425) 2 years, 9 months ago

Great project for very common action filters- can't wait to try it out! read more...

add a comment |category: |Views: 21

tags: another

Model Binding(odetocode.com)

submitted by trimalchiotrimalchio(425) 2 years, 9 months ago

dddd read more...

2 comments |category: |Views: 30

tags: another

Scrum Tips: Managing Task Items(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 11 months ago

An in depth look on how two simple tips- breaking down task items and single feature team development- can increase communication and create a better system by increasing cohesion. Will help teams overcome the hurdle of transition to scrum make the process better for everyone. Also touches on how TDD can help scrum teams. read more...

add a comment |category: |Views: 11

tags: another

Prevent Js and Css Browser Caching Issues with ASP.NET(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 11 months ago

Some code to make including css and js in your pages a snap, along with a trick to add a query string to the include file so new versions invalidate browser caches. Browsers storing local caches always cause bugs when new versions of code are deployed, because the html and js/css may not match up anymore. read more...

add a comment |category: |Views: 39

tags: another

Proactive thinking to enable better software in the .NET Community(codebetter.com)

submitted by trimalchiotrimalchio(425) 2 years, 11 months ago

Jeremy Miller has a great post entitled "A Coalition of the Willing". To sum up, "Bitching at Microsoft about EF was basically useless. Building new OSS solutions that made NHibernate easier to use was helpful." and "Let’s put our first efforts toward making our stuff as good as it can possibly be and helping out anybody who does ask us for help. " I think the inspiration for constructive communication is fantastic! read more...

add a comment |category: |Views: 8

tags: another

Tips for Managing ASP.NET MVC Views(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 11 months ago

The author gives some tips on managing asp.net mvc views and organizing files withing an asp.net mvc project. Includes suggestions on keeping code out of views. read more...

1 comment |category: |Views: 407

tags: another

Using Moq to Implement Tests (and Avoid Stubs)(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 11 months ago

Good tutiorial on using Moq in your unit tests. Shows off how you can deal with exceptions, verify method calls, and get granular in defining return values for mocked methods. read more...

add a comment |category: |Views: 41

tags: another

Digging into Ruby on Rails from C# and .MVC (Asp.Net MVC)(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 2 years, 11 months ago

An article describing how playing around with Rails will give an interesting perspective into learning ASP.NET MVC, and how knowing Ruby will help grasp lambda expressions and C# 4.0's dynamic language features. read more...

add a comment |category: |Views: 15

tags: another