busior

Stories kicked by busior

OpenRA = C# Red Alert/Command and Conquer Clone(channel9.msdn.com)

submitted by rcashrcash(4149) 7 months, 1 day ago

OpenRA is a Libre/Free Real Time Strategy game engine supporting early Westwood games like Command & Conquer and Command & Conquer: Red Alert. read more...

add a comment |category: |Views: 312

tags: another

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

submitted by busiorbusior(80) 7 months, 13 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: 35

tags: another

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

submitted by busiorbusior(80) 7 months, 18 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: 25

tags: another

PostSharp Going Commercial. Introducing Commercial.(www.sharpcrafters.com)

submitted by gfraiteurgfraiteur(988) 2 years, 3 months ago

Gael Fraiteur warmly thanks the PostSharp community for its support and announces the launch of SharpCrafters, the new company behind PostSharp. He explains the reasons behinds this choice and the new licensing/pricing model. read more...

add a comment |category: |Views: 322

tags: another

Selective Unit Testing – Costs and Benefits(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 6 months ago

Test Driven Development is widely regarded as a hallmark technique of professional software development, but should you really do it all the time? Steve Sanderson argues that unit tests yield significant practical business value only for certain kinds of code. This blog post suggests what might be the underlying forces that determine whether unit tests will justify the long-term expense of creating and maintaining them. These ideas are then applied to structuring an ASP.NET MVC application. read more...

add a comment |category: |Views: 292

tags: another

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

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

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

add a comment |category: |Views: 105

tags: another

Introducing PostSharp 2.0: #1 - NotifyPropertyChanged (postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 8 months ago

Gael Fraiteur does first revelations about PostSharp 2.0 on a real-life example: implementing the INotifyPropertyChanged pattern with an aspect. Be safely seated! read more...

add a comment |category: |Views: 506

tags: another

How to add "Open with reflector" to your right-click actions(itscodeinhere.com)

submitted by RhythmAddictRhythmAddict(440) 2 years, 10 months ago

A tip for convenience, this post provides instructions on how to easily add "Open with reflector" to your windows explorer right-click menu so you can right-click and open any DLL with reflector. read more...

6 comments |category: |Views: 271

tags: another

string.Empty versus ""(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 1 month ago

The author shows ways that "" is better than string.Empty and results in clearer and possibly faster code. read more...

15 comments |category: |Views: 939

tags: another

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

submitted by busiorbusior(80) 3 years, 2 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

Cost? (Cost of Messaging)(codebetter.com)

submitted by adminjewadminjew(1490) 3 years, 3 months ago

We have come to a very very very important question. What is the cost of Command Query Separation and Messaging in general in comparison to say a more traditional architecture? I would like to look at this from two perspectives. The first perspective is that of the actual cost of using the types of methodologies I bring up. In other words what physical overhead can we see as a result of making the choice? read more...

add a comment |category: |Views: 140

tags: another

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

submitted by busiorbusior(80) 3 years, 4 months 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

VSTricks Video Blog: Visual Studio Block Select(vstricks.com)

submitted by scottcatescottcate(825) 3 years, 4 months ago

Block Select, copy, cut, paste. Video is 90 seconds read more...

add a comment |category: |Views: 245

tags: another

Debugging With Tracepoints (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 4 months ago

Well, last week, while I saw John Cunninghams session at PDC 2008 about Visual Studio Debugger Tips & Tricks, I learned something new about breakpoints. The Visual Studio debugger has another feature called tracepoints. read more...

2 comments |category: |Views: 333

tags: another

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

submitted by busiorbusior(80) 3 years, 5 months 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: 53

tags: another

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

submitted by busiorbusior(80) 3 years, 5 months 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: 82

tags: another