artduane

Stories kicked by friends of artduane

Building a Windows Azure App using Azure Queue, Azure Table (weblogs.asp.net)

submitted by mvcguymvcguy(265) 5 months, 25 days ago

Demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes the data) put into Azure Queue and an Azure Work Role will persist the data into Azure Table from Queue messages for the read operations. read more...

add a comment |category: |Views: 11

tags: another

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

submitted by bradygasterbradygaster(4897) 6 months 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

Silverlight’s Broken Promise(davybrion.com)

submitted by rcashrcash(4149) 6 months, 2 days ago

This blogger talks about the future problems Silverlight developers might run into. Especially those who invested in the cross-platform functionality that Silverlight promised. Will Windows 8, Metro Style Apps, and IE 10 be the end of Silverlight? read more...

2 comments |category: |Views: 77

tags: another

Real-time UI Syncing with ASP.NET, SignalR, Knockout.js, and EF(www.amazedsaint.com)

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

Anoop Madhusudanan shows off his KsigDo to-do example application leveraging ASP.NET, SignalR, Knockout.js, and Entity Framework to provide real-time UI view-model syncing. read more...

add a comment |category: |Views: 622

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

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

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

Is Continuous Delivery the Key to Software Success?(paulstack.co.uk)

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

Paul Stack discusses the importance of Continuous Delivery, the method of delivering software early and often. This is akin to Continuous Integration, and may be the key to success in selling and shipping your software. Paul also puts to bed the concept that shipping early means sacrificing quality. read more...

2 comments |category: |Views: 238

tags: another

I, Interface(garymcleanhall.wordpress.com)

submitted by gurhallgurhall(85) 6 months, 9 days ago

The wonderful things that decorating a trivial interface can produce. read more...

2 comments |category: |Views: 706

tags: another

The bell tolls for Flash, and Silverlight isn't far behind(debuggerdotbreak.wordpress.com)

submitted by JudahGabrielJudahGabriel(814) 6 months, 13 days ago

Flash and Silverlight developers: now is the time to reinvest your skills in another platform. The Great Browser Plugin War of the 21st century has come to a close, and the plugins have lost. Long live HTML5. read more...

2 comments |category: |Views: 46

tags: another

C#/.NET Little Wonders: The Generic Action Delegates(www.blackrabbitcoder.net)

submitted by BlackRabbitCoderBlackRabbitCoder(661) 6 months, 23 days ago

Back in one of my three original “Little Wonders” Trilogy of posts, I had listed generic delegates as one of the Little Wonders of .NET. Later, someone posted a comment saying said that they would love more detail on the generic delegates and their uses, since my original entry just scratched the surface on them. So over the next few weeks, I’ll be looking at some of the handy generic delegates built into .NET. For this week, I’ll give a quick overview of delegates and their usefulness. Then I’ll launch into a look at the Action generic delegates and how they can be used to support more generic, reusable algorithms and classes. read more...

2 comments |category: |Views: 340

tags: another

Embedding RavenDB into an ASP.NET MVC 3 Application(msdn.microsoft.com)

submitted by schwartyschwarty(125) 6 months, 23 days ago

Learn how to use the embedded version of RavenDB in an ASP.NET MVC 3 web application. read more...

add a comment |category: |Views: 235

tags: another

Embedding RavenDB into an ASP.NET MVC 3 Application(msdn.microsoft.com)

submitted by schwartyschwarty(125) 6 months, 23 days ago

Learn how to use the embedded version of RavenDB in an ASP.NET MVC 3 web application. read more...

add a comment |category: |Views: 235

tags: another

5 Tips and Techniques for Avoiding Automatic Garbage Collections(www.simple-talk.com)

submitted by dpetersondpeterson(4397) 6 months, 23 days ago

We've seen a few articles lately on ensuring that your memory is properly cleaned up during garbage collection, but today Michael McLaughlin comes in with tips to avoid automatic collection of your objects. Generally speaking, this is for performance reasons. Garbage collection in .Net 4 and earlier happens automatically and blocks program execution, which can be disastrous for certain types of applications (games, real-time analysis, etc). read more...

2 comments |category: |Views: 231

tags: another

Best of DNK - .Net Articles of October 2011 – Fresh Off the Presses!(blogs.dotnetkicks.com)

submitted by dpetersondpeterson(4397) 6 months, 23 days ago

We’ve been seeing fantastic growth, month after month at DNK. October was no different with great articles and even more participation from the community. We’ve seen an increase in the number of comments on articles, as well as an increase in authors coming to DNK to join in on the discussion on their work. read more...

add a comment |category: |Views: 386

tags: another

C#/.NET Little Wonders: The Complete Collection(blackrabbitcoder.net)

submitted by SkalpSkalp(16) 6 months, 24 days ago

I will be giving my C#/.NET Little Wonders presentation to the St. Louis .NET User Group this week (www.stlnet.org). In preparation, I wanted to repost the index of all the Little Wonders and Little Pitfalls posts and presentations so that they would be readily visible for anyone new to these series. I also linked in my C#/.NET Fundamentals presentation "Of Lambdas and Linq", a short primer for those just starting with LINQ and lambda expressions. read more...

2 comments |category: |Views: 82

tags: another