dengar007

Stories kicked by friends of dengar007

An Introduction to NuGet(codersbarn.com)

submitted by BognitBognit(2125) 16 days, 15 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, 20 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

5:01 developers are visionless hacks(debuggerdotbreak.wordpress.com)

submitted by JudahGabrielJudahGabriel(814) 1 month, 7 days ago

5:01 developers -- those developers who punch out at 5:01 and never think about technology again until 9am, the people who don't read programming blogs or attempt to advance their craft, these developers have neither vision for technology, nor ambition in their field. Where the 501 Manifesto errs. read more...

1 comment |category: |Views: 336

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

Your own sports news site with ESPN API and Knockout.js(www.strathweb.com)

submitted by fdubfdub(281) 1 month, 18 days ago

Build your own sports news hub with ESPN API, knockout.js, jQuery and Twitter boostrap. Source code included. read more...

add a comment |category: |Views: 246

tags: another

Tackling Metro Performance Killers(blogs.msdn.com)

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

Dave Tepper, the Program Manager for Windows, shows us how to take care of common performance problems that pop up in Metro-style applications. Some of these performance problems extend to normal web development as well. read more...

add a comment |category: |Views: 87

tags: another

Rx - Join(blogs.microsoft.co.il)

submitted by bnayabnaya(431) 1 month, 22 days ago

this post is an advance one so you haven't yet master the Rx basic practice you might want to start in here. the post will focus on the Join and GroupJoin operators and we will try to get a solid understanding of what does it really means to join multiple data streams. the Rx notion of join is quit different than the join we has used to know in SQL queries. read more...

add a comment |category: |Views: 109

tags: another

Async/Await Could Be Better(www.codeproject.com)

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

I think just about everyone is excited about the new async/await features in C#5. They make for cleaner code and easier multithreading. However, Paulo Zemek has thought of a few ways in which they could be better. read more...

add a comment |category: |Views: 230

tags: another

Using Reactive Extensions for Streaming Data from Database(www.aboutmycode.com)

submitted by mcnamaragiomcnamaragio(283) 1 month, 24 days ago

You have probably heard about Reactive Extensions, a library from Microsoft that greatly simplifies working with asynchronous data streams and allows to query them with Linq operators. There are many different scenarios where using rx results in a much more simple and flexible code. This post demonstrates how to use reactive extensions for loading data from database asynchronously in chunks. read more...

add a comment |category: |Views: 168

tags: another

10 Questions, 10 Answers on Roslyn -- Visual Studio Magazine(visualstudiomagazine.com)

submitted by pwhe23pwhe23(972) 1 month, 26 days ago

10 questions and answers to help understand the Roslyn complier-as-a-service project for Visual Basic and C# developers. read more...

add a comment |category: |Views: 198

tags: another

.NET vs Windows 8(geekswithblogs.net)

submitted by pwhe23pwhe23(972) 1 month, 27 days ago

So, day 1 of DevWeek. Lots and lots of Windows 8 and WinRT, as you would expect. What I want to focus on is this: Windows 8 does not make .NET developers obsolete. read more...

2 comments |category: |Views: 342

tags: another

Windows 8 does not make .NET developers obsolete(www.simple-talk.com)

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

Simon Cooper reports the good news straight from DevWeek that Windows 8 is not going to leave us out in the cold, and that .Net applications are fully supported on the Windows 8 desktop. read more...

1 comment |category: |Views: 327

tags: another

WinRT Samples: Running Background Tasks(www.srtsolutions.com)

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

Bill Wagner has thrown together an example of running background tasks under WinRT. Background tasks allow your application to be woken by the OS in response to certain events or conditions. read more...

add a comment |category: |Views: 108

tags: another

Asynchronous and synchronous flexibility with jQuery.when()(lostechies.com)

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

Derick Bailey shows us how you can use jQuery to support both synchronous and asynchronous code, with the `$.when` function, and your code doesn’t have to care whether or not it’s async. read more...

add a comment |category: |Views: 196

tags: another

5 1/2 Features every C# programmer should lust after(www.mindscapehq.com)

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

Ivan Towlson at Mindscape shares 5 1/2 features in F# that every C# programmer should be drooling over. Particularly interesting are Object Expressions and Partial Applications. read more...

add a comment |category: |Views: 633

tags: another

Build Facebook style infinite scroll with knockout.js and Last.fm API(www.strathweb.com)

submitted by rapackirapacki(55) 2 months, 7 days ago

Learn knockout.js by building a dynamic music history web app on top of Last.FM API, featuring FB/twitter style infinite scroll. read more...

add a comment |category: |Views: 223

tags: another