mkennedy66996693

Stories kicked by mkennedy66996693

The NoSQL Movement, LINQ, and MongoDB - Oh My!(www.michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 2 years, 1 month ago

Maybe you’ve heard people talking about ditching their SQL Servers and other RDBMS entirely. There is a movement out in the software development world called the "No SQL" movement and it’s taking the web application world by storm. read more...

add a comment |category: |Views: 86

tags: another

Resharper Tip : To-do Explorer(programmer.brettveenstra.com)

submitted by brettveenstrabrettveenstra(125) 2 years, 10 months ago

Resharper provides a hidden gem for those of us who get bitten by "throw new NotImplementedException()". read more...

add a comment |category: |Views: 490

tags: another

Article: Azure Storage(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 2 years, 10 months ago

In this article, we will cover just the basics of the three storage services of Windows Azure. I want to give you a sense for what it's like to program against Azure Storage. At the base level all access to Azure Storage uses pure REST APIs. This means that you can access it from any HTTP enabled platform / language. read more...

add a comment |category: |Views: 6

tags: another

ASP.NET Routing in Windows Azure Using WebForms(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years ago

In this brief post, I'll cover how to using ASP.NET routing and ASP.NET WebForms in Azure. The sample project can be downloaded if you want to follow along. read more...

add a comment |category: |Views: 14

tags: another

RESTful Web Services with WCF Screencast(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 2 months ago

I cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. read more...

add a comment |category: |Views: 29

tags: another

Debugging the Future (Advanced .NET Debugging) Video Presentation(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 2 months ago

My esteemed colleague, friend, and fellow instructor at DevelopMentor Jason Whittington gave a great presentation on advanced .NET debugging recently at the Oklahoma City Developer's Group. They luckily recorded it on video and published it on their website so that it may "live on in the Google". read more...

add a comment |category: |Views: 30

tags: another

Significant Advances in Unit Testing Windows Workflow(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 4 months ago

This post describes a unit testing library for testing Windows Workflow Foundations. It is not a framework like HarnessIt, NUnit, or MsTest. Rather it's a library that can be used in conjunction with any of these testing frameworks. read more...

add a comment |category: |Views: 17

tags: another

Test Driven Development, Approval Testing, and a Song - Oh Boy!(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 4 months ago

So my buddies Dan Gilkerson and Llewellyn Falco have been doing some brilliant, ground breaking work on advancing the state of unit testing and TDD with a concept they call Approval Testing. read more...

add a comment |category: |Views: 13

tags: another

Just Launch: .Net Developer Buzz Community Site(dotnet.ubbuzz.com)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 7 months ago

Bringing you absolutely fresh conversations about .NET and the Microsoft developer community. read more...

add a comment |category: |Views: 20

tags: another

Unit Testing Coming to a Workflow Near You(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 7 months ago

If you've been working with Windows Workflow, you'll find it has some cool features for orchestration, long running operations, state machines, etc. However you won't find very much support for Test Driven Development (TDD) or unit testing in general. In fact the architecture that makes Windows Workflow powerful (strict separation of workflow, activities, and the host for example) really gets in the way of unit test. read more...

add a comment |category: |Views: 16

tags: another

jQuery to ship with ASP.NET MVC and Visual Studio(hanselman.com)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

Microsoft is going to make jQuery part of the official dev platform. JQuery will come with Visual Studio in the long term, and in the short term it'll ship with ASP.NET MVC. We'll also ship a version includes Intellisense in Visual Studio. read more...

add a comment |category: |Views: 140

tags: another

Philly .NET Code Camp 2008.3 – Registration Is Now Open(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 3 years, 8 months ago

You can now register for Philly .NET Code Camp 2008.3 which will be held Saturday, October 11, 2008. Get all the details and register here. I will be there, presenting a beginner session on TDD as part of the ALT.NET track. read more...

add a comment |category: |Views: 4

tags: another

ClickOnce Deployment for Unmanaged Code (C++, VB6, etc) (michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 9 months ago

ClickOnce is a great deployment model for many Windows applications built with the .NET Framework. Too bad it isn't supported for C++, VB 6, or other technologies. Or is it... Surprisingly, you can deploy your unmanaged apps with ClickOnce. You just need a tiny .NET app to get it started. read more...

add a comment |category: |Views: 60

tags: another

Dynamic Data Access with LINQ(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 10 months ago

When I talk about LINQ people often ask whether it’s possible to have dynamic queries with LINQ. An example of this is presenting the user with a UI that allows them to optionally filter by some criteria or other and sort by some criteria. This was straightforward if you built-up a SQL string in code. The compiled, static nature of LINQ makes this appear difficult at first. They are not and this video and sample application shows you how to accomplish just this. read more...

1 comment |category: |Views: 33

tags: another

Stop Polluting the UI Thread - Use a ThreadBarrier(blog.quantumbitdesigns.com)

submitted by QuantumBitDesignsQuantumBitDesigns(325) 3 years, 11 months ago

A ThreadBarrier is a technique for simplifying the interaction between the UI and a worker thread. No longer do UI Controls need to check InvokeRequired and do the posting of events from a worker thread. read more...

add a comment |category: |Views: 465

tags: another

Commercial Skip and Instant Replay for Any Computer(michaelckennedy.net)

submitted by mkennedy66996693mkennedy66996693(480) 3 years, 11 months ago

This simple program allows you to add remote control, commercial skip, and instant replay functionality to any Windows computer - not just Media Center. read more...

add a comment |category: |Views: 11

tags: another