Widescreen

Stories kicked by Widescreen

Creating a Dynamic Extensible Expando Object(www.west-wind.com)

submitted by dpetersondpeterson(4397) 3 months, 17 days ago

Rick Strahl takes us on a tour of the wonderful ExpandoObject in C# and shows us how to use it to create extensible objects with ease. read more...

add a comment |category: |Views: 242

tags: another

What is this thing you call a Type?(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 8 months, 14 days ago

Eric Lippert talks about what a Type in .Net really is. read more...

1 comment |category: |Views: 37

tags: another

Open Source Command & Conquer game clone in C#(coolthingoftheday.blogspot.com)

submitted by dpetersondpeterson(4397) 8 months, 14 days ago

OpenRA is an open source clone of the Command & Conquer/Command & Conquer: Red Alert video games. This is a fun little project, and a good bit of code to look over for any C# programmers aspiring to create video games. read more...

add a comment |category: |Views: 62

tags: another

Amazon Web Services toolkit for Visual Studio(seroter.wordpress.com)

submitted by dpetersondpeterson(4397) 8 months, 14 days ago

Now you can work with AWS from Visual Studio, which gives developers an alternative to Azure and AppFabric. The toolkit allows full maintenance of several AWS products (including SimpleDB). read more...

1 comment |category: |Views: 28

tags: another

7 Freely available E-Books/Guides I found essential for .NET Programme(amazedsaint.blogspot.com)

submitted by BognitBognit(2125) 1 year, 8 months ago

Freely available E-Books/Guides I found essential for .NET Programme read more...

3 comments |category: |Views: 914

tags: another

String comparison algorithm (likeness)(alexandermp.com)

submitted by alexandermpalexandermp(110) 1 year, 8 months ago

Compare strings. How much alike are 2 strings. Pseudo semantic analysis. Levenshtein distance. read more...

1 comment |category: |Views: 403

tags: another

Write an Online Basketball Shooting Game Using Silverlight 4 and Farse(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 10 months ago

In this series of articles we will develop an online basketball game using the famous two-dimensional physics engine - Farseer (mainly PhysicsHelper 3.0) under Visual Studio 2010 and Silverlight 4.0 environments. read more...

add a comment |category: |Views: 13

tags: another

CouchDb vs RavenDB - Map & Reduce(codeofrob.com)

submitted by robashtonrobashton(384) 1 year, 11 months ago

A comparison of the Map/Reduce systems in CouchDB and RavenDB and an explanation of quite how different they really are. read more...

add a comment |category: |Views: 464

tags: another

Open Source .NET report printing library released(teamdistinction.com)

submitted by gergely.oroszgergely.orosz(645) 1 year, 11 months ago

Using this report printing library, you’ll be able to print professional reports with multiple sections fast and easily, with only a few lines of code. read more...

add a comment |category: |Views: 973

tags: another

Become a SharePoint Knight with IronRuby(ironruby-rocks.com)

submitted by ThorstenHansThorstenHans(49) 2 years ago

Feel the Power of SharePoint and IronRuby, learn how to script your SharePoint Solutions. read more...

add a comment |category: |Views: 18

tags: another

SQL SERVER – GUID vs INT – Your Opinion(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 2 years ago

Take your side. State your case. Learn the reality. read more...

1 comment |category: |Views: 773

tags: another

Domain-Driven Design: Protect your persistence required methods(www.developmentalmadness.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 1 month ago

Create "hidden" methods on your model which are still easily accessible to your persistence layer without the use of reflection. read more...

add a comment |category: |Views: 14

tags: another

Video: SketchFlow in 90 seconds(electricbeach.org)

submitted by mopenmopen(3596) 2 years, 1 month ago

You are pressed for time, but you are dying to know what SketchFlow is? The thought of watching an hour of demo video, like presented here, makes you look frantically at your watch? read more...

add a comment |category: |Views: 26

tags: another

Silverlight 4 Released(www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 1 month ago

..and the much awaited announcement is finally here! Silverlight 4 was announced by Scott Guthrie at DevConnections! Here are some important links read more...

add a comment |category: |Views: 95

tags: another

It’s Time for This: ActiveRecordEngine for ASP.NET MVC(blog.wekeroad.com)

submitted by senfosenfo(881) 2 years, 6 months ago

Rob Conery speaks about his idea for implementing an ActiveRecordEngine for ASP.NET MVC. Kind of like how Rails does it, but more loosely coupled. read more...

add a comment |category: |Views: 271

tags: another

Performing Static Page Checking in MVC(dimecasts.net)

submitted by tryfailretrytryfailretry(90) 2 years, 8 months ago

Taking a look at how you can setup Static Type checking within your ASP.Net MVC web project. Having static checking is a great asset as it can reduce the chances of run time errors due to refactoring. Static checking will also allow the compiler to verify all your strongly typed objects are being called correctly. read more...

add a comment |category: |Views: 203

tags: another