zorilla

Stories submitted by zorilla

What's In Your Util Lib?(zorilla.dk)

submitted by zorillazorilla(85) 3 years, 5 months ago

On the zorilla.dk blog, Dan asks other developers what's in their util library. read more...

add a comment |category: |Views: 14

tags: another

Resolving dependencies PostSharp style!(zorilla.dk)

submitted by zorillazorilla(85) 3 years, 6 months ago

This post discusses the possibilty of using the Service Locator pattern together with PostSharp to hook up service dependencies. read more...

add a comment |category: |Views: 26

tags: another

Initialize field with PostSharp(zorilla.dk)

submitted by zorillazorilla(85) 3 years, 6 months ago

In this post, Dan shows you have to automatically initialize fields using an aspect. The post also shows, how you can create your own compiler errors in PostSharp. read more...

add a comment |category: |Views: 26

tags: another

Aspect Oriented Programming with PostSharp(zorilla.dk)

submitted by zorillazorilla(85) 3 years, 7 months ago

This post illustrates how Aspect Oriented Programming can help you write less and more readable code. Using PostSharp, Dan illustrates how you can add constraints to your method arguments. read more...

add a comment |category: |Views: 25

tags: another

Why Sharepoint development sucks!(zorilla.dk)

submitted by zorillazorilla(85) 3 years, 7 months ago

In this blog post on the zorilla.dk blog, Dan is sharing his frustrations with the Sharepoint platform. His main critique points is an inconsistent and developer unfriendly API, combined with an over complex platform in general. Please have a read, and see if you agree. read more...

add a comment |category: |Views: 176

tags: another

Microsoft and Open Source (zorilla.dk)

submitted by zorillazorilla(85) 3 years, 7 months ago

Like every other .Net blogger on the planet, I have to comment on the news that Microsoft is incorporating jQuery into Visual Studio. This is awesome news! I hope this means Microsoft will start to embrace Open Source software, and most importantly stop releasing inferior products to compete with Open Source projects. In my opinion projects like MS Unit Testing, Unity, Linq2Sql, Entity Framework, SourceSafe, and Team Foundation Server, are wasted man hours. In all cases there are superior Open Source alternatives (NUnit, Windsor, NHibernate, Subversion and Git, to name some of my favourites). Microsoft should only be competing with Open Source when they have something to add, and not just simply make inferior copies. As this news suggest Microsoft is now moving in a new direction, where they add tooling support of OSS into Visual Studio. Why couldn't they have done that years ago? A nice visual designer for NHibernate is a welcome addition to VS. Support for NUnit out of the box is another. And finally add support for a decent source control system like Subversion. In all I like the way Microsoft is heading. It seems like there is an ongoing change of culture in Redmond. They have hired a lot of great advocates of OSS in the last couple of years. Perhaps they now can muster the strength to fight the armies of lawyers, which haunts every big corporation, and introduce some good engineering and coming sense. read more...

add a comment |category: |Views: 6

tags: another

Popups with FancyBox(zorilla.dk)

submitted by zorillazorilla(85) 3 years, 8 months ago

This blog post demonstrates how to create a fancy pop-up using JQuery and FancyBox. read more...

add a comment |category: |Views: 709

tags: another