busior

Stories submitted by busior

WebSockets in .NET 4.5: a simple game(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 months, 29 days ago

Websockets are one of the new great web standards, which applied in a right way, will enable development of completely new web applications. Microsoft introduces native support for them in .NET 4.5 and IE 10. Other browsers (Firefox 7, Chrome 14) already support the standard. To play with the new technology I created a simple game of pong. read more...

add a comment |category: |Views: 20

tags: another

Your first app with CouchDB and relax-net(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 4 months, 4 days ago

This is a tutorial that will show you how to create a simple tagged gallery ASP.NET MVC web app using CouchDB as a data store and relax-net as data access layer. It requires that you understand basic concepts behind CouchDB and have knowledge of ASP.NET MVC. read more...

add a comment |category: |Views: 10

tags: another

Typed Expand() for Linq to NHibernate(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 2 years, 3 months ago

A little extension for eager fetching using lambdas read more...

add a comment |category: |Views: 104

tags: another

Handling complex use case flows (marcinbudny.blogspot.com)

submitted by busiorbusior(80) 2 years, 11 months ago

In this post I suggest a way to tackle complex use case flows in user interface using MVC pattern and a state machine. read more...

add a comment |category: |Views: 15

tags: another

Dependency injection in .NET CF 1.0 (marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 years ago

How to take advantage o dependency injection in constrained environment of .NET Compact Framework 1.0 read more...

add a comment |category: |Views: 7

tags: another

Exploring Boo's Abstract Syntax Tree (AST)(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 years, 1 month ago

In this post I present a little application based on Luis Diego Fallas' concept, that allows you to parse a Boo source code file and browse it's AST. I also show how to use quasiquotes. read more...

add a comment |category: |Views: 51

tags: another

An example of IQuackFu usage in Boo(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 years, 1 month ago

In this post I explain the role of Boo's IQuackFu interface and provide an example of class for accessing data in the database. read more...

add a comment |category: |Views: 78

tags: another

A framework for Validation and Business Rules(codeinsanity.com)

submitted by busiorbusior(80) 3 years, 2 months ago

A great example of validation framework implementation read more...

add a comment |category: |Views: 75

tags: another

Using MetaLinq to simulate NHbernate’s DetachedCriteria in EF(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 years, 2 months ago

In this post I experiment with MetaLinq in order to pass data filter criteria from a client to a service read more...

add a comment |category: |Views: 29

tags: another

Circuit Breaker pattern AOP style(marcinbudny.blogspot.com)

submitted by busiorbusior(80) 3 years, 2 months ago

In this post I suggest an implementation of Circuit Breaker pattern with aspect oriented programming read more...

add a comment |category: |Views: 129

tags: another