Comparison extension method for unit testing Denis Pitcher, January 1, 0001 In trying to comparing complex objects to confirm a unit test, I thought rather than going through the hassle of trying to implement IComparable or overriding .Equals that perhaps reflection would be a ... Comparison extension method for unit testing 0 0 0
SSIS Tools Kevin Shyr, January 1, 0001 Somebody told me this and I'm ready to try some of the components: http://www.konesans.com/products.aspx FileWatcher, Regex Clean, RowNumber Transform SSIS Tools 0 0 0
DAG's and reseeding marc dekeyser, January 1, 0001 Sometimes you just wish Exchange would not act as a total baby! I worked on a case today which had 2 Exchange 2010 servers in a DAG with about 6 mailboxes, all in healthy status. All but one that is. This ... DAG's and reseeding 0 0 5
Making HTML5 Video work with IIS Express Harish Ranganathan, January 1, 0001 One of the cool things about HTML5 is the ability to play audio/video files out of the box without the dependency on plugins. Earlier I had written about HTML5 Video and the fallback using Silverlight ... Making HTML5 Video work with IIS Express 0 0 9
Disabling IPv6 marc dekeyser, January 1, 0001 I often see that people want to disable IP v6 on their windows machine but instead of disabling it completly they uncheck the box on the network adaptor. Unfortunately that is not enough.... In general ... Disabling IPv6 0 0 0
Block Application pages and Form Pages in Sharepoint 2010 Gino Abraham, January 1, 0001 By default Sharepoint doesn’t blocks user with limited access from visiting application pages (for ex _layouts/viewlsts.aspx). Someone who knows the URL, can go to this page. We can avoid this by change ... Block Application pages and Form Pages in Sharepoint 2010 0 0 0
APress Deal of the Day - 3/Nov/2011 - Pro ASP.NET 4 in VB 2010 TATWORTH, January 1, 0001 Today's APress Deal of the day at http://www.apress.com/97814... is Pro ASP.NET 4 in VB 2010 "ASP.NET 4 is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET ... APress Deal of the Day - 3/Nov/2011 - Pro ASP.NET 4 in VB 2010 0 0 0
TDD – Static Methods MarkPearl, January 1, 0001 So I am new to TDD and have been enjoying the ride of learning a new approach – today I came across an interesting situation that I thought I would blog about. I was writing a class that had all sorts ... TDD – Static Methods 0 0 6
Silverlight Cream for November 01, 2011 -- #1160 Dave Campbell, January 1, 0001 In this all-submittal post-"GoLive" 3 week marathon Issue: Vikas, Rene Schulte, Ollie Riches, Alex van Beek, Kevin Dockx, Michael Crump(-2-), Michael Washington, Antoni Dol, Colin Eberhardt(-2-, -3-), ... Silverlight Cream for November 01, 2011 -- #1160 0 0 0
Javascript memory leaks jkrebsbach, January 1, 0001 Last week I pushed a new application up to production, and started hearing complaints of a memory leak. After running some diagnostics I learned two exciting things: http://bugs.jqueryui.com/ti... ... Javascript memory leaks 0 0 1
Windows Phone Code Camp in Calgary on Saturday, Nov 5th David Paquette, January 1, 0001 Windows Phone 7.5 represents a new and credible challenge in the smartphone space for both consumers and businesses to adopt with confidence. With strong predictions from some of the leading think tank ... Windows Phone Code Camp in Calgary on Saturday, Nov 5th 0 0 0
Using Windows Azure table storage Shervin Shakibi, January 1, 0001 The Azure Table service, provides a semi-structured storage in the form of tables that contain a collection of entities, these entities have primary keys and set of properties. A property is a name, typed-value ... Using Windows Azure table storage 0 0 19
Creating a Windows Azure VM Role Shervin Shakibi, January 1, 0001 I wanted to have a VM that I could access remotely and thought why not take advantage of the VM role. So I just documented my steps, for those of you might be interested, but more importantly for myself, ... Creating a Windows Azure VM Role 0 0 17
SilverlightShow for October 24 - 30, 2011 Dave Campbell, January 1, 0001 Check out the Top Five most popular news at SilverlightShow for October 24 - 30, 2011. Here are the top 5 news on SilverlightShow for last week: Photoshop in METRO style Nokia giving away 25,000 Lumia ... SilverlightShow for October 24 - 30, 2011 0 0 0
Custom assemblies for Reporting Services jkrebsbach, January 1, 0001 With SSRS we can quickly generate reports that can be exported to multiple formats. What happens when you want to extend your report with custom code? Friday November 11th 2011 (this Veteran's Day) I'll ... Custom assemblies for Reporting Services 0 0 1
My guest-blog post on Kinect for the MVP Award Program Blog mbcrump, January 1, 0001 Introduction I’m sure by now you have heard that the Kinect SDK has been released by Microsoft. I recently had a chance to Guest Blog for the Microsoft MVP Award Program Blog on “Getting the Most out of ... My guest-blog post on Kinect for the MVP Award Program Blog 0 0 0
MVC 3.0: Ipad access–ID vs Name xamlnotes, January 1, 0001 I have been working for months on converting an ASP classic app to MVC 3. This new version needs to run on FF and Ipad Safari. one of the things we found was the user of just the Name attribute for controls ... MVC 3.0: Ipad access–ID vs Name 0 0 0
Windows Azure: AppFabric sdk 1.5 xamlnotes, January 1, 0001 When you download the samples for this sdk, they are going to be read only as they are coming from the web. Windows 7 is pretty smart about this and automatically marks them read only, then VS 2010 picks ... Windows Azure: AppFabric sdk 1.5 0 0 0
Some myths of 'Textbook-TDD', and why they are wrong Thomas Weller, January 1, 0001 During the last months, I was (for some reasons that are not related to programming) working for a dev shop where software development was done the 'traditional' way: You just write your application's ... Some myths of 'Textbook-TDD', and why they are wrong 0 0 17
New Mobile Application and Web Application Templates in ASP.NET M... ChrisD, January 1, 0001 In the past weeks I have discussed about the Preview ASP.NET MVC 4. So, now I will show another great features in ASP.NET MVC 4. After installing, you will have new ASP.NET MVC4 Web Application template ... New Mobile Application and Web Application Templates in ASP.NET M... 0 0 0
MEF 101 - Part2 Abhijeet Patel, January 1, 0001 This is part 2 of a 2 part series exploring the MEF.We covered some of the basics in Part 1 In this part we'll cover the following: Catalogs Recomposition Export Providers Catalogs: Catalogs provide one ... MEF 101 - Part2 0 0 2
Sharing session state between Classic ASP and ASP.NET TATWORTH, January 1, 0001 On CodePlex there is a new project at http://nsession.codeplex.com for sharing session state between classic ASP and ASP.NET "The objective of this project is to allow ASP Classic to access ASP.NET out-of-process ... Sharing session state between Classic ASP and ASP.NET 0 0 0
A follow up to installing a Dev SharePoint 2010 environment on Wi... Enrique Lima, January 1, 0001 Sometime ago, say around mid April, 2011 I posted about Installing SharePoint 2010 on Windows 7 by going in a different path than using the standalone installation. This post is about what happens after ... A follow up to installing a Dev SharePoint 2010 environment on Wi... 0 0 0
Post-Build C++ Skill Rebuild JoshReuben, January 1, 0001 · For the last decade, the majority of my dev work has leveraged the .NET Framework for construction of information systems. However, my interest has lain in numerical computing. · Is it possible to have ... Post-Build C++ Skill Rebuild 0 0 1
Working with the Windows Azure Platform Training Kit–Web In... Enrique Lima, January 1, 0001 We have gone through several iterations of the Windows Azure Platform Training Kit in the past, and while it was not a complex process to get up and running for me, well that was not the story for many. ... Working with the Windows Azure Platform Training Kit–Web In... 0 0 0
Silverlight 4 DataGrid - Bulk Validation Using INotifyDataErrorIn... Lori Lalonde, January 1, 0001 Level: Beginner In working with the Silverlight 4 DataGrid control, I found that documentation and online examples tend to focus on validation either at the cell level, or row level. However, there could ... Silverlight 4 DataGrid - Bulk Validation Using INotifyDataErrorIn... 0 0 1
Go Crazy Folks! Go Crazy! MOSSLover, January 1, 0001 I was born in 1982 in March. That year the St. Louis Cardinal’s won the world series for the first time in a long time. When I was growing up my dad, my brother, and I would go to games. We would cheer ... Go Crazy Folks! Go Crazy! 0 0 0
[Visual Studio 11 ALM] Hands on Labs in Hindi Tarun Arora [Microsoft MVP], January 1, 0001 ????? ???????? ?? 17% ???? ??? ???? ??, ???? ?? ??? ??? ??? ???? 500,000 ?????????? ?? ??????? ???? ??. ???? ?? ????????? ???? ????? ??, 2007 ?? ?????? ??????????? ?? ?????? ?????? ?? ?? ????? 336 ?????? ... [Visual Studio 11 ALM] Hands on Labs in Hindi 0 0 2
Windows Embedded Standar - Proceso de Construcción de un s... Carlos Alberto Chavez Villafuerte, January 1, 0001 Carlos Chávez : Exacto Soluciones En este video veremos el proceso de desarrollo desde un alto nivel. Las herramientas y procesos para dar inicio a un proyecto. ¿Qué necesito para desarrollar un sistema ... Windows Embedded Standar - Proceso de Construcción de un s... 0 0 0
O Reilly Deals - 2 of them on 28/Oct/2011! TATWORTH, January 1, 0001 Today O'Reilly have two excellent deals! Data Science Starter Kit Fundamentals of Microsoft .NET Programming Grasp the basic concepts that drive all Microsoft® .NET-based languages—and prepare yourself ... O Reilly Deals - 2 of them on 28/Oct/2011! 0 0 0
My Silverlight Show Featured Article Series on Silverlight 5 mbcrump, January 1, 0001 Introduction In case you missed it, I have a 10-part series on Silverlight 5 on SilverlightShow.net. In this extensive guide to Silverlight 5, I give a step-by-step introduction to Silverlight 5, and dives ... My Silverlight Show Featured Article Series on Silverlight 5 0 0 2
InternalsVisibleTo, PublicKey and PublicKeyToken Marko Apfel, January 1, 0001 Intro If you want to test the internals of a productive assembly you must mark the assembly with the InternalsVisibleTo-attribute. This attribute has only one constructor which needs the name of the testing ... InternalsVisibleTo, PublicKey and PublicKeyToken 0 0 6
COM Interop Memory Leaks With Outlook 2007 VSTO Add-ins Tim Murphy, January 1, 0001 Memory leaks can cause strange and unexpected behaviors in your applications. Of course in this day of managed code we don’t see it as often as we used to and many of us are getting rusty in our skill ... COM Interop Memory Leaks With Outlook 2007 VSTO Add-ins 0 0 0
Registering… Chris Skardon, January 1, 0001 So, I want potential clients to have to enter the least amount of info possible to get an account, to that end, I really don’t see the benefit of a username and email address, I’d rather just use the email ... Registering… 0 0 0
How do I know what version of Ubuntu I am running? Paula DiTallo, January 1, 0001 From the terminal type: lsb_release -a ... How do I know what version of Ubuntu I am running? 0 0 0
MVC–Hooking up my randomizer Chris Skardon, January 1, 0001 Structurally, I have 3 projects, the site, the EF database and the randomizer. The randomizer uses entities from the EF database, so all is good on that front. So, first cut, add a method to my Controller ... MVC–Hooking up my randomizer 0 0 0
EDI Party Resolution (& trading partners) in BizTalk 2010 Bill Osuch, January 1, 0001 In my last BizTalk post, I showed a project that routed xml messages to different parties based on the destination party name. It worked for simple xml messages, but if you want to work with EDI files ... EDI Party Resolution (& trading partners) in BizTalk 2010 0 0 1
Enabling Facebook Timeline view on IE10 Developer Preview Harish Ranganathan, January 1, 0001 If you are active on Facebook, there is very less chance that you missed on the recent Facebook UI update “Social Graph” or more popularly referred as “Timeline” (a screenshot of how the Timeline profile ... Enabling Facebook Timeline view on IE10 Developer Preview 0 0 38
Installing MVC 3 for Visual Studio 2010 on Windows Developer Prev... Harish Ranganathan, January 1, 0001 I am playing more with the Windows Developer Preview and simply love the backward compatibility it has for applications that used to work in Windows 7. And one of the applications critical to my day-to-day ... Installing MVC 3 for Visual Studio 2010 on Windows Developer Prev... 0 0 3
SSIS design consideration Kevin Shyr, January 1, 0001 The following is my experience with SSIS building: Make sure you understand the 3 modes of Lookup. General, I would only do full cache if the lookup table only return less than 200 rows Never use the table ... SSIS design consideration 0 0 0
Performing Case-Insensitive joins using EXCEPT operator in LINQ ChrisD, January 1, 0001 1: var daysOfWeek = new[] { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" }; 2: var workDays = daysOfWeek.Except( new []{ "SUNDAY", "SaTURdaY"}); // Performs a case sensitive ... Performing Case-Insensitive joins using EXCEPT operator in LINQ 0 0 1
Code Documentation Generation with SandCastle Stacy Vicknair, January 1, 0001 If you, like me, have ever looked over the MSDN documentation and though how nice it would be to have that type of documentation for your codebase, SandCastle is the tool you’ve been looking for. SandCastle ... Code Documentation Generation with SandCastle 0 0 0
List of recommended books on TFS, Visual Studio, C# and C++ codin... terje, January 1, 0001 UPDATED Jul 3rd 2013: Added Art of Unit Testing Version 2 UPDATED Apr 11th 2013: Added Instant TFS 2012 and Project Server 2012 Integration How-to UPDATED Jan 12th 2013: Added Prof TFS Server 2012, TFS ... List of recommended books on TFS, Visual Studio, C# and C++ codin... 0 0 0
DropkicK–Deploy Fluently Robz / Fervent Coder, January 1, 0001 DropkicK (DK) has been in development for over two years and has been used for production deployments for over a year. Dru Sellers originally posted about DK back in 2009. While DK isn’t yet as super easy ... DropkicK–Deploy Fluently 0 0 0
SSRS Multi-Data Source DPE (Data Processing Extension) jkrebsbach, January 1, 0001 SSRS is a wonderful tool for quickly retrieving data from many different data sources and presenting the data to the user at a run-time decided format. One area where SSRS often falls short is when the ... SSRS Multi-Data Source DPE (Data Processing Extension) 0 0 0
Visual Studio 11 Developer Preview Training Kit Enrique Lima, January 1, 0001 Just in line with the release of the Visual Developer Preview and the availability of the Visual Studio Developer Preview 11 ALM virtual machine, now we have access to the Developer Preview Training kit. ... Visual Studio 11 Developer Preview Training Kit 0 0 0
Writing to an HttpListenerResponse output stream: Small Change - ... mknapp, January 1, 0001 Recently I looked at a performance problem when transferring image data from a custom HttpListener to web browser clients. In the end it came down to one change I had done which was writing the image data ... Writing to an HttpListenerResponse output stream: Small Change - ... 0 0 0
TechEd Africa 2011 – MVVM Programming - Slides & Code S... MarkPearl, January 1, 0001 Here are the slides and code samples for MVVM Programming Introduction given at TechEd Africa 2011 ... TechEd Africa 2011 – MVVM Programming - Slides & Code S... 0 0 0
TechEd Africa 2011 - Async Talk - Slides & Code Snippets MarkPearl, January 1, 0001 For those that attended my session on the complexities of asynchronous programming in WPF & Silverlight, find below the latest slide deck and code samples for download ... TechEd Africa 2011 - Async Talk - Slides & Code Snippets 0 0 0
Jquery - Learning Prasanna, January 1, 0001 http://www.codeproject.com/KB/scripting/LearnJQueryByLab.aspx Jquery - Learning 0 0 0