Static keyword is the source of all evil, well almost
Integrating WCF services with forms authentication
A colleague at work wanted to host a json wcf service inside a web application and call it from jquery on an aspx reataining all authentication info. The web app used forms authentication. Luckily jquery passed all authentication info but WCF didn’t use it.
Reading Continuous Delivery book
Project Silk subjective review part 3 IoC a problem child
This is part 3 of my http://silk.codeplex.com/ review.
IoC miss usage is a most common problem in many applications and first thing I usually look at.
Project Silk subjective review part 2 no DDD, no CQRS and mighty handlers of doom
This is part 2 of my http://silk.codeplex.com/ review.
In docs there is no mention about DDD or CQRS. That’s great because app seems to be fairly simple and CRUD should suffice. But when you look at folder structure this pops up:
Hmmm so there is a domain, and a model (separate ? ) and there are some services…
Project Silk subjective review part 1
Microsoft’s Patterns & Practices published a new guidance called Silk (http://silk.codeplex.com/):
Project Silk provides guidance for building cross-browser web applications with a focus on client-side interactivity. These applications take advantage of the latest web standards like HTML5, CSS3 and ECMAScript 5 along with modern web technologies such as jQuery, Internet Explorer 9, and ASP.NET MVC3.
Inspired by Ayende’s review of a similar app I decided to write my own.
Read the rest of this entry »
[EN]Prism.WindsorExtensions – now as a Nuget Package
In the last post I announced an extension which allows you to use Prism aka CompositeWpf with Castle.Windsor as a dependency injection container. Now there is also a nuget package so it’s easy to add to your project as well with nuget as with openwrap.
[EN]Prism.WindsorExtensions – Use Castle.Windsor with Prism
I’ve been using Prism for quite a while now, but for me it had one serious flaw – it uses Unity by default and Castle.Windsor is my dependency injection container of choice. After looking around the internet i couldn’t find anything that was usable, so I decided to write my own prism extension. It’s on github here.
Przerzucam się na XBMC
Od dłuższego czasu używałem Team Media Portal próbowałem też innych rzeczy ale nie zdawały dla mnie egzaminu.
RubyGems w .NET
Każdy używający bibliotek open source w .NET pewnie natknął się na problem ich instalowania w swoich projektach. Pół biedy kiedy używamy tylko jednej biblioteki, gorzej gdy mają one zależności między sobą i na domiar złego w konkretnych wersjach. Sytuacja szczególnie się komplikuje, gdy chcemy te biblioteki zaktualizować.
