|
|
mkennedy66996693
mkennedy66996693
 |
|
Stories kicked by mkennedy66996693
|
|
submitted by
mkennedy66996693
2 months, 1 day ago
michaelckennedy.net — 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...
|
|
tags:
WWF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 2 days ago, submitted by
mosessaur
2 months, 3 days ago
hanselman.com — 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: ASP.NET | Views: 139
|
|
tags:
jQuery, asp.netmvc, Microsoft, ASPNETMVC, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
alashcraft
2 months, 13 days ago
alvinashcraft.com — 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: Community | Views: 4
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mkennedy66996693
3 months, 4 days ago
michaelckennedy.net — 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...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mkennedy66996693
4 months, 29 days ago
michaelckennedy.net — 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: Linq | Views: 26
|
|
tags:
.net3.5, .Net, 3.5, LINQ, C#3.0 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 21 days ago, submitted by
QuantumBitDesigns
5 months, 21 days ago
blog.quantumbitdesigns.com — 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: C# | Views: 432
|
|
tags:
C#, threads | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mkennedy66996693
7 months, 3 days ago
michaelckennedy.net — There appears to be some confusion about this .NET 2.0 SP1 ThreadPool bug I found. Can you believe someone might be wrong on the internet? Maybe this will clear it up. read more...
add a comment
|
category: CLR | Views: 2
|
|
tags:
CLR | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mkennedy66996693
7 months, 27 days ago
michaelckennedy.net — So who wouldn't want to curl up with a cold beer, a warm laptop, and a bunch of .NET presentations? That's what I want to know. But, maybe you don't have time to go through all 89 sessions? Don't despair, I'll distill them down for you. read more...
add a comment
|
category: Silverlight | Views: 1
|
|
tags:
WCF, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mkennedy66996693
8 months, 6 days ago
codeplex.com — Manage your recent projects and solutions list for Visual Studio. Supports VS 2003, 2005, and 2008. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 7 days ago, submitted by
DuncanChud
8 months, 7 days ago
mikeduncan.com — How posts from DotNetKicks are being copy-and-pasted wholesale into other sites. Is your hard work blogging just being stolen for other companies traffic? read more...
3 comments
|
category: Community | Views: 2
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 6 days ago, submitted by
mkennedy66996693
8 months, 7 days ago
projects.nikhilk.net — Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. It allows you to use standard .NET tools like msbuild projects, Visual Studio and IDE intellisense, reflector, refactoring tools, amongst various others. read more...
2 comments
|
category: ASP.NET | Views: 16
|
|
tags:
JavaScript, AJAX, ASP.NET, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 9 days ago, submitted by
mehfuzh
8 months, 10 days ago
weblogs.asp.net — Last month I blogged about our ASP.NET MVC Roadmap. Two weeks ago we shipped the ASP.NET Preview 2 Release. Phil Haack from the ASP.NET team published a good blog post about the release here. Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more about it here.... read more...
add a comment
|
category: ASP.NET | Views: 9
|
|
tags:
MVC, ASP.NET, Code | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mkennedy66996693
8 months, 13 days ago
michaelckennedy.net — I often have to send large files around by email. For example, I had to email a colleague a 10 MB file. It seems a little rude to hit him out of the blue with a 10 MB email. I wanted something cleaner and less intrusive.
So I created a simple utility I called "Big Mailer". I figured I'd blog about it and share it with the world. Feel free to use it as you see fit. This program consists of both a client and server piece that simplifies uploading content to your web site. Then the program gives you a regular web link you can send via email. read more...
1 comment
|
category: ASP.NET | Views: 1
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|