mdopp

Stories submitted by friends of mdopp

Herding Code 142 - Scott Guthrie on the open source announcement(herdingcode.com)

submitted by jongallowayjongalloway(4380) 1 month, 3 days ago

The Herding Code guys talk to Scott Guthrie about the recent open source announcement for ASP.NET MVC, Web API, and Razor. read more...

1 comment |category: |Views: 113

tags: another

Phil Haack, Keith Dahlby and Paul Betts on Git for Windows(herdingcode.com)

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

Herding Code podcast talking to Phil Haack and Paul Betts (both new GitHubbers) and Keith Dahlby (author of posh-git, a set of PowerShell scripts which provide Git/PowerShell integration) about using Git on Windows. read more...

4 comments |category: |Views: 241

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

Herding Code 130: Dave Weaver on Loggr – a realtime analytics service (herdingcode.com)

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

Herding Code podcast with Dave Weaver about Loggr, a complete logging, analytics and notification service built with ASP.NET MVC, SignalR, and MongoDB. read more...

3 comments |category: |Views: 82

tags: another

Home Security with Kinect, Azure Service Bus, and SignalR(www.bradygaster.com)

submitted by bradygasterbradygaster(4897) 6 months, 1 day ago

Suppose you had a some scary-looking hoodlum walking around your house when you were out? You’d want to know about it, wouldn’t you? Take one Kinect, mix in a little Windows Azure Service Bus, sprinkle in some SignalR, and mix it all together with some elbow grease, and you could watch in near-real-time as sinewy folks romp through your living room. Here’s how. read more...

1 comment |category: |Views: 71

tags: another

JSON-based WCF in Windows Azure(www.bradygaster.com)

submitted by bradygasterbradygaster(4897) 6 months, 7 days ago

Developers need to grok Windows Azure, especially developers who want to distribute consumption of an application in a web-based API. A great use for Microsoft Azure, obviously, is to use it to host an application’s web service API layer. This post will demonstrate how to host WCF services in an Azure worker role in a manner that will offer REST-like JSON API support. read more...

2 comments |category: |Views: 54

tags: another

Working with Wijmo Expanders and jQuery(www.developingfor.net)

submitted by joelcochranjoelcochran(333) 6 months, 25 days ago

Discusses Wijmo a jQuery UI Widget kit. Specifically addresses how to work with the Expander widget and how to dynamically expand and collapse expanders in jQuery. read more...

add a comment |category: |Views: 4

tags: another

Using Node.js in an ASP.NET MVC application with iisnode(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 7 months ago

iisnode makes it easy to run Node.js on Windows, and since it's an HTTP Handler you can integrate it directly into an ASP.NET application. Neat, huh? read more...

4 comments |category: |Views: 105

tags: another

Testing SignalR Connections with NUnit(www.bradygaster.com)

submitted by bradygasterbradygaster(4897) 7 months, 1 day ago

The SignalR GitHub site has an example wherein a SignalR PersistentConnection instance is used from a non-HTML client. The idea of being able to use SignalR connections in applications other than those that run in a web browser raises some interesting challenges. Likewise, there aren’t too many examples on how to use SignalR connections. This post will demonstrate asynchronously testing a SignalR connection in an end-to-end scenario using NUnit. read more...

1 comment |category: |Views: 31

tags: another

Herding Code 124: Anthony van der Hoorn and Nik Molnar on Glimpse(herdingcode.com)

submitted by jongallowayjongalloway(4380) 7 months, 2 days ago

In this podcast, the Herding Code gang talks to Anthony and Nik, the creators of Glimpse. Glimpse is a system which allows you to view server-side information in the browser (think Firebug for server code) read more...

add a comment |category: |Views: 11

tags: another

From the Cloud to the Client(www.bradygaster.com)

submitted by bradygasterbradygaster(4897) 7 months, 10 days ago

That title sums up what this blog post will summarize and explain; how to get data instantly from the cloud – in this case, the Azure cloud platform – all the way down to an HTML 5.0 browser. The point of this exercise is to take a slightly deeper dive into using SignalR. Secondary to the SignalR deep dive, this article will explain how to use the Azure Service Bus. read more...

1 comment |category: |Views: 74

tags: another

The Robot Factory Code Kata(bradygaster.com)

submitted by bradygasterbradygaster(4897) 7 months, 13 days ago

On the drive home from my last Behavior Driven Development talk, I began thinking about the idea of Code Katas and how one might be appropriate in my future disucssions of Behavior Driven Development. Given that BDD tries to solve things in as simple and direct a path as possible, and given that BDD takes some of the lessons learned via TDD and applies them in slightly more business-centric language, a Kata would demonstrate well the effectiveness of BDD when applied to a problem domain. So, I took the example problem domain of a robotic assembly line that I've been using since I was a full-time trainer and implemented it using SpecFlow and Moq. read more...

add a comment |category: |Views: 15

tags: another

Geo-Load Balancing with the Azure Traffic Manager(blog.structuretoobig.com)

submitted by bradygasterbradygaster(4897) 7 months, 16 days ago

When you deploy a typical web role in Azure, each instance is automatically load balanced at the datacenter level. The Azure Fabric Controller manages upgrades and maintenance of those instances to ensure uptime. But what about if you want to have a web solution closer to where your users are? Or automatically direct traffic to a location in the event of an outage? This is where the Azure Traffic Manager comes in, and I have to say, it is so easy to set up – it boggles my mind that in today’s day and age, individuals can prop up large, redundant, durable, distributed applications in seconds that would rival the infrastructure of the largest websites. read more...

4 comments |category: |Views: 40

tags: another

Do you swear while coding?(dotnetslackers.com)

submitted by xxXdxxXd(1461) 7 months, 21 days ago

Do you swear while coding? Probably. What language make you unconsciously swear more? Believe it or not, there is data. Cussing data, but data still. read more...

add a comment |category: |Views: 7

tags: another

Automating Code Changes with Studioshell(www.beefycode.com)

submitted by bradygasterbradygaster(4897) 7 months, 23 days ago

Jim Christopher, author of StudioShell, talks about how he used his product to scour through hundreds of thousands of lines of code to make tiny changes. He uses StudioShell to automate the task, saving potentially weeks of work in the process. read more...

1 comment |category: |Views: 29

tags: another

Funny (and insightful) quotes about programming(dotnetslackers.com)

submitted by xxXdxxXd(1461) 7 months, 29 days ago

Some funny (and insightful) quotes about programming to relieve the day read more...

add a comment |category: |Views: 13

tags: another