setconndevp

Stories kicked by setconndevp

Introducing: Workspace Reloader by Scott Hansleman(www.hanselman.com)

submitted by dpetersondpeterson(4397) 24 days, 10 hours ago

Scott Hansleman has thrown together a nifty Visual Studio extension that allows you to reload your workspace without losing all your open windows. Very handy for anyone using distributed version control with Visual Studio. read more...

1 comment |category: |Views: 174

tags: another

Running multiple browsers in one test run with Selenium(deanhume.com)

submitted by deanomachinodeanomachino(764) 1 month, 2 days ago

The beauty of Selenium is that it allows you to test your UI against all of the common browsers out there at the moment. Writing the code to test for a test scenario is quick and easy and getting up and running with Selenium can be done in a matter of minutes. Selenium works alongside Nunit and also nicely slots in with your automated build environment. read more...

add a comment |category: |Views: 104

tags: another

What's new in Razor v2?(vibrantcode.com)

submitted by dpetersondpeterson(4397) 1 month, 16 days ago

Check out some of the new features and changes in the upcoming Razor view engine v2.0. Don't forget the source code is also now available on Codeplex! read more...

1 comment |category: |Views: 621

tags: another

ASP.NET MVC4, WebAPI, and Razor are now all open source!(www.hanselman.com)

submitted by dpetersondpeterson(4397) 1 month, 29 days ago

Microsoft just announced today that they are open sourcing ASP.NET MVC 4, ASP.NET Web API, ASP.NET Web Pages v2 (Razor) all with contributions under the Apache 2.0 license. The source code is available on codeplex. This is great news for ASP.NET developers! read more...

2 comments |category: |Views: 214

tags: another

How to mock DateTime.Now in unit tests(catchblock.com)

submitted by tparvitparvi(75) 2 months, 22 days ago

Different ways to mock DateTime.Now in unit tests read more...

2 comments |category: |Views: 292

tags: another

INotifyPropertyChanged, The .NET 4.5 Way(danrigby.com)

submitted by CodeM0nkeyCodeM0nkey(96) 2 months, 25 days ago

Included in the .NET 4.5 Beta comes a handy new feature, the CallerMemberName attribute. It is one of three new Caller Information attributes that have been added in this .NET Framework release. With this new functionality we can code such things a logging & tracing routines and INotifyPropertyChanged implementations without having to use string literals, slow reflection code, complex expression tree logic, or code weaving. read more...

1 comment |category: |Views: 467

tags: another

MS WebAPI in ASP.NET MVC 4 - HTTP Communication got a whole lot easier(www.dotnetcurry.com)

submitted by pardogopardogo(80) 2 months, 28 days ago

In this article, we will see what it takes to use the newly launched WebAPI in an existing MVC 3 application by upgrading it to ASP.NET MVC 4 and extending it to provide http services using the WebAPI read more...

add a comment |category: |Views: 267

tags: another

C#/.NET Little Wonders–The List<T> Range Methods(www.blackrabbitcoder.net)

submitted by BlackRabbitCoderBlackRabbitCoder(661) 3 months, 4 days ago

While LINQ gives a lot of power to query IEnumerable<T> sequences in general, many of the collections themselves have specialized methods that allow manipulation and efficient queries. In particular, the List<T> class contains four methods to query and manipulate ranges of items: AddRange(), InsertRange(), RemoveRange(), and GetRange(). read more...

1 comment |category: |Views: 266

tags: another

WebAPI for the MVC Guy(wildermuth.com)

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

Shawn Wildermuth has written up an excellent introduction to the new WebAPI in ASP.NET 4, targeted at current ASP.NET MVC users. Check it out and get up to speed! read more...

add a comment |category: |Views: 321

tags: another

Building Single-Page Webapps in ASP.NET MVC 4(channel9.msdn.com)

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

Steve Sanderson, Program Manager for ASP.NET, gives a talk at Techdays 2012 in the Netherlands about building single-page web applications in the upcoming ASP.NET MVC 4. He discusses targeting desktop, mobile, and tablet clients using a mix of client and server-side technologies such as Knockout.js and Upshot.js read more...

add a comment |category: |Views: 370

tags: another

ASP.NET Web API: Fun with verbs(blogs.microsoft.co.il)

submitted by roadanroadan(135) 3 months, 6 days ago

Over the last weekend Microsoft announced that WCF web API was reborn ed as the ASP.NET web API. While the new API might feel natural for an ASP.NET MVC for a WCF developer there are a few things to notice. read more...

1 comment |category: |Views: 276

tags: another

New tools for your TDD arsenal(www.beletsky.net)

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

Alexander Beletsky shares a list of sweet new TDD tools to retrofit into your current load-out, including a tool to automatically re-run tests as you make changes to source code, a replacement for Moq, and some awesome fluent assertions. read more...

add a comment |category: |Views: 393

tags: another

Microsoft Visual Studio Tips and Tricks(channel9.msdn.com)

submitted by setconndevpsetconndevp(233) 4 months, 9 days ago

Learn how to become a Visual Studio coding guru! In this fast-paced session,learn to write code faster than a speeding bullet,leap around large projects in a single bound,and become more powerful than a locomotive with the debugger. We take a wild ride through C# and Visual Basic IDE features in Microsoft Visual Studio 2010 and indispensible out-of-the-box solutions that will help you get your job done better and faster. read more...

add a comment |category: |Views: 15

tags: another

Using RavenDB in Brown-Field ASP.NET MVC projects(www.dotnetcurry.com)

submitted by setconndevpsetconndevp(233) 4 months, 9 days ago

In this article, we will see how RavenDB can be used as Auto-Save cache in an ASP.NET MVC application. We will explore a use case that is typical of brown-field projects (projects involving enhancements to an existing application), where a handy functionality in an ASP.NET MVC application can be achieved by using RavenDB read more...

2 comments |category: |Views: 151

tags: another

10 Things ASP.NET Developers Should Know About Web.config Inheritance(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 months, 9 days ago

Ten things you should know about Web.config inheritance and overrides that will simplify some configuration challenges and help with debugging. Bet there are some you didn't know about! read more...

5 comments |category: |Views: 1282

tags: another

Redis 2.4.6 has been released(data.story.lu)

submitted by pardogopardogo(80) 4 months, 14 days ago

Redis 2.4.6 has been release,it fixes a critical replication bug and adds a minor feature read more...

add a comment |category: |Views: 31

tags: another