KodefuGuru

Stories submitted by friends of KodefuGuru

An Introduction to NuGet(codersbarn.com)

submitted by BognitBognit(2125) 16 days, 11 hours ago

Getting started with NuGet can be very confusing because there are really four parts to it with separate downloads. This post is an effort to make it easier to grasp and get started. read more...

add a comment |category: |Views: 2

tags: another

Open Tabs to the Right in Visual Studio 2011 Beta(www.codersbarn.com)

submitted by BognitBognit(2125) 28 days, 16 hours ago

I've previously shown how to set this in VS 2010. In the new VS 2011 beta, it's a little harder to find. read more...

add a comment |category: |Views: 2

tags: another

The Future of ASP.NET Web Forms(www.codersbarn.com)

submitted by BognitBognit(2125) 1 month, 8 days ago

We've all seen the growing popularity of ASP.NET MVC over recent years and the most common reaction is to want to play with it but when it comes time to making the switch, we often experience the "don't move my cheese" syndrome. read more...

add a comment |category: |Views: 17

tags: another

Open Tabs to the Right in Visual Studio 2010(www.codersbarn.com)

submitted by BognitBognit(2125) 4 months, 11 days ago

It really annoys me that files are opened in the tab bar in Visual Studio by default to the left. read more...

add a comment |category: |Views: 4

tags: another

Web Testing with MbUnit and WatiN: Testing Asynchronous AJAX calls(www.developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 5 months, 13 days ago

Concluding his look at combining MbUnit and Watin to produce clean web integration tests, Yann Trevin looks at testing asynchronous calls read more...

add a comment |category: |Views: 92

tags: another

Using QUnit with ASP.NET MVC Razor Layouts(haacked.com)

submitted by vijaystvijayst(1311) 5 months, 15 days ago

QUnit is a Javascript unit testing framework. The post explains how to use QUnit with ASP.NET MVC Razor Layout. read more...

add a comment |category: |Views: 30

tags: another

A look back at the ASP.NET site through the years(weblogs.asp.net)

submitted by vijaystvijayst(1311) 5 months, 24 days ago

The post looks back at the UI design of the ASP.NET site through the years from 2001 to 2011. read more...

add a comment |category: |Views: 28

tags: another

Microsoft moved my cheese again(realworldsa.blogspot.com)

submitted by vijaystvijayst(1311) 5 months, 27 days ago

The post describes the frustrations experienced by an architect while using the Microsoft development platform. With the new Metro based development platform, and the fall of Silverlight, there are a few more reasons why a developer in the Microsoft community has to worry. read more...

1 comment |category: |Views: 116

tags: another

Creating and publishing a web application to Windows azure(blogs.msdn.com)

submitted by vijaystvijayst(1311) 5 months, 27 days ago

The post describes how to create and publish a web application to Windows azure in 15 minutes. The post describes some of the configuration that must be done on Azure to ensure that the publishing process is smooth and easy. read more...

add a comment |category: |Views: 0

tags: another

Fun with SignalR(sumitmaitra.wordpress.com)

submitted by vijaystvijayst(1311) 5 months, 29 days ago

The post explains how to set up a simple chat application using SignalR - asynchronous signalling library for ASP.NET read more...

add a comment |category: |Views: 32

tags: another

Is Windows Phone the best mobile platform that you are not using?(mashable.com)

submitted by vijaystvijayst(1311) 6 months, 5 days ago

The post talks about Windows phone and the features that it offers. It does a good job of comparing the Windows phone platform with the Google's Android and Apple's iOS mobile platforms. read more...

1 comment |category: |Views: 36

tags: another

MVVM Basics and Commands(www.silverlightshow.net)

submitted by vijaystvijayst(1311) 6 months, 5 days ago

The post explains the command pattern used in Silverlight MVVM applications. It also explains how Prism provides the framework to implement the MVVM and Command pattern in a Silverlight application. read more...

1 comment |category: |Views: 38

tags: another

What is new in .Net framework 4.5?(www.heikniemi.net)

submitted by vijaystvijayst(1311) 6 months, 7 days ago

The post has all the new features in .Net framework 4.5 in a single poster. What is nice about the poster is that it marks the feature as a significant improvement, a performance improvement, asynchronous improvement wherever applicable. It is definitely nice poster to zoom and print. read more...

5 comments |category: |Views: 710

tags: another

ASP.NET Best practices(www.ganshani.com)

submitted by vijaystvijayst(1311) 6 months, 10 days ago

The post gives some of the best practices that can be used while programming an ASP.NET web application. read more...

5 comments |category: |Views: 681

tags: another

What Windows 8 should learn from Windows Phone(wildermuth.com)

submitted by vijaystvijayst(1311) 6 months, 11 days ago

A nice post highlighting the good things in Windows Phone that Windows 8 could imitate. read more...

1 comment |category: |Views: 27

tags: another

Implementing Chain of Responsibility Pattern(www.amazedsaint.com)

submitted by vijaystvijayst(1311) 6 months, 13 days ago

The Chain of Responsibility Pattern is implemented when a request or process is handled by multiple objects each fulfilling a single responsibility. This post describes how to implement a chain of responsibility pattern in .Net. read more...

add a comment |category: |Views: 50

tags: another