Bing Maps WPF Hack Chris Gardner, January 1, 0001 I've spent the past couple of days adding the Bing Maps WFP Control to an application I'm developing. I kept running into a strange thing that was driving me crazy. I have the control in the bottom of ... Bing Maps WPF Hack 0 0 0
Dadaism and Agility alexhildyard, January 1, 0001 We all have our little bugbears, and something that has given me particular pause over the years is the place of Agility in the software development life cycle. While I have seen it used successfully on ... Dadaism and Agility 0 0 0
Resources for Service Bus Projects Michael Stephenson, January 1, 0001 Having recently been involves in the Windows Server Service Bus TAP and also working on a project using Azure Service Bus I thought it would be useful to bring together some of the excellent community ... Resources for Service Bus Projects 0 0 2
Challenges and Lessons Learnt from our Windows Azure Service Bus ... Michael Stephenson, January 1, 0001 Recently one of the clients I work with completed a project which put live a solution using Microsoft Dynamics CRM Online using the Windows Azure Service Bus to do a hybrid integration solution to integrate ... Challenges and Lessons Learnt from our Windows Azure Service Bus ... 0 0 4
Integration Patterns with Azure Service Bus Relay, Part 3: Anonym... Elton Stoneman, January 1, 0001 This is the third in the IPASBR series, see also: Integration Patterns with Azure Service Bus Relay, Part 1: Exposing the on-premise service Integration Patterns with Azure Service Bus Relay, Part 2: Anonymous ... Integration Patterns with Azure Service Bus Relay, Part 3: Anonym... 0 0 32
BizTalk Mapping Challenge – Many To One Looping ruimachado, January 1, 0001 BizTalk Server 2010 Mapping ChallengeMany to One LoopingImagine that you have a scenario where in the source schema you have a structure with three records with the same elements, however the first record ... BizTalk Mapping Challenge – Many To One Looping 0 0 0
BizTalk Pipeline Custom Component Message Unzippper ruimachado, January 1, 0001 Introduction This Custom Pipeline Component for BizTalk Server 2010, receives a compressed message, unzips it and sends one message per each file that the compressed file as in it. Imagine the following ... BizTalk Pipeline Custom Component Message Unzippper 0 0 0
Feedback Filtration–Processing Negative Comments for Positi... D'Arcy Lussier, January 1, 0001 After doing 7 conferences, 5 code camps, and countless user group events, I feel that this is a post I need to write. I actually toyed with other names for this post, however those names would just lend ... Feedback Filtration–Processing Negative Comments for Positi... 0 0 3
Building a Repository Pattern against an EF 5 EDMX Model - Part 1 JuansAndZeros, January 1, 0001 I am part of a year long plus project that is re-writing an existing application for a client. We have decided to develop the project using Visual Studio 2012 and .NET 4.5. The project will be using a ... Building a Repository Pattern against an EF 5 EDMX Model - Part 1 0 0 6
Get the Windows 7 Start Menu Back in Windows 8 with Classic Shell deadlydog, January 1, 0001 I just thought I’d give readers a heads up that you can use Classic Shell to get the old Windows 7 style of start menu back instead of using the new crappy Windows 8 metro start screen; plus it’s free ... Get the Windows 7 Start Menu Back in Windows 8 with Classic Shell 0 0 0
TypeScript Resources csmith18119, January 1, 0001 TypeScript looks like a great start to evolving javascript. I am going to start playing with it seeing what it is like. This is the post I will update will all the resources I've found. Welcome to TypeScript ... TypeScript Resources 0 0 0
Mozilla Persona to the login rescue? Matt Watson, January 1, 0001 A lot of websites now allow us to login or create accounts via OAuth or OpenID. We can use our Facebook, Twitter, Google, Windows Live account and others. The problem with a lot of these is we have to ... Mozilla Persona to the login rescue? 0 0 2
How to select distinct rows from a DataTable Sglima, January 1, 0001 DataView view = new DataView(table);DataTable distinctValues = view.ToTable(true, "Column1", "Column2" ...); Source: http://stackoverflow.com/qu... ... How to select distinct rows from a DataTable 0 0 0
Creating classes in JavaScript Renso, January 1, 0001 Goal:Creating class instances in JavaScript is not available since you define "classes" in js with object literals. In order to create classical classes like you would in c#, ruby, java, etc, with inheritance ... Creating classes in JavaScript 0 0 5
Understanding Asynchronous Programming with .NET Reflector Nick Harrison, January 1, 0001 When trying to understand and learn the .NET framework, there is no substitute for being able to see what is going on behind at the scenes inside even the most confusing assemblies, and .NET Reflector ... Understanding Asynchronous Programming with .NET Reflector 0 0 0
Strings in .NET are Enumerable Scott Dorman, January 1, 0001 It seems like there is always some confusion concerning strings in .NET. This is both from developers who are new to the Framework and those that have been working with it for quite some time. Strings ... Strings in .NET are Enumerable 0 0 2
Give Full control Access to IIS anirudha, January 1, 0001 Do you got the error when you install “Wordpress” something like “Sorry, but I can't write the wp-config.php file ” For this issue you need to give access to IIS to be able to access the directory where ... Give Full control Access to IIS 0 0 0
Nokia vs. The World Michael B. McLaughlin, January 1, 0001 I’m looking forward to the launch of the Nokia Lumia 920. Why? Well, it stacks up better than the competition for one thing. Then there’s also that security problem that certain other phones have. Mostly, ... Nokia vs. The World 0 0 0
Adding Async=true to the page- no side effects noticed. Michael Freidgeim, January 1, 0001 Recently I needed to implement PageAsyncTask in .Net 4 web forms application.According to http://msdn.microsoft.com/e... PageAsyncTask object must be registered ... Adding Async=true to the page- no side effects noticed. 0 0 0
Monitoring Database disk space Michael Freidgeim, January 1, 0001 An article Data files: To Autogrow Or Not To Autogrow? recommends NOT to rely on auto-grow, because it causing delays in unplanned times.We should mtonitor database files(both data and log), and if they ... Monitoring Database disk space 0 0 0
Assign multiple test categories using TestCategoryAttribute Michael Freidgeim, January 1, 0001 I am using TestCategoryAttribute to filter which tests to run during builds and wandered, how to -how to assign multiple test categories.According to constructor documentation only single category can ... Assign multiple test categories using TestCategoryAttribute 0 0 0
Stylecop 4.7.39.0 has been released TATWORTH, January 1, 0001 Stylecop 4.7.38.0 has been released at http://stylecop.codeplex.co... release notes follow:Allow case sensitivity in the deprecated words and recognised words listStyleing fixes.Fix ... Stylecop 4.7.39.0 has been released 0 0 0
Desktop Apps in the Windows 8 Store?!?! That’s Impossible!!... David Paquette, January 1, 0001 Or is it? Since Microsoft announced the Windows Store, the official word has been that desktop apps could not be distributed in the store. But this morning I noticed this: That’s odd, but after clicking ... Desktop Apps in the Windows 8 Store?!?! That’s Impossible!!... 0 0 0
Windows Azure Virtual Machine Test Drive Kit Clint Edmonson, January 1, 0001 The public preview of hosted Virtual Machines in Windows Azure is now available to the general public. This platform preview enables you to evaluate our new IaaS and Enterprise Networking capabilities. ... Windows Azure Virtual Machine Test Drive Kit 0 0 0
Book Review: Professional ASP.NET Design Patterns by Scott Millet... Sam Abraham, January 1, 0001 In the next few lines, I will be providing a brief review of Wrox’s Professional ASP.NET Design Patterns by Scott Millett. Design patterns have been a hot topic for many years as developers looked to do ... Book Review: Professional ASP.NET Design Patterns by Scott Millet... 0 0 0
Databind Wijmo Grid to Salesforce.com Data dataintegration, January 1, 0001 The Salesforce Cloud Driver provides Salesforce data as Web services, which enable connectivity to the live data. This article shows how to consume JSONP-formatted Salesforce data from a Wijmo Grid.If ... Databind Wijmo Grid to Salesforce.com Data 0 0 0
Files for .NET Montreal and VTCC4 conference Vincent Grondin, January 1, 0001 Hi, here are the files for both the .NET Montreal presentation made Sept the 24th and at the Vermont Code Camp #4 on Sept the 22nd regarding Architecture problems and solutions linked to EF4.0, Async-await ... Files for .NET Montreal and VTCC4 conference 0 0 0
Integration Patterns with Azure Service Bus Relay, Part 2: Anonym... Elton Stoneman, January 1, 0001 This is the second in the IPASBR series, see also: Integration Patterns with Azure Service Bus Relay, Part 1: Exposing the on-premise service Part 2 is nice and easy. From Part 1 we exposed our service ... Integration Patterns with Azure Service Bus Relay, Part 2: Anonym... 0 0 0
StyleCop Custom Rules Aligned, January 1, 0001 There are several blogs on how to do this (http://scottwhite.blogspot... etc). I’ve found a few useful things to point out: Debugging is difficult, but ... StyleCop Custom Rules 0 0 3
Convert VARCHAR() columns to NVARCHAR() ChrisD, January 1, 0001 We recently underwent an upgrade that required us to change our database columns from varchar to NVarchar, to support unicode characters. Digging through the internet, I found a base script which I modified ... Convert VARCHAR() columns to NVARCHAR() 0 0 1
Get Func-y v2.0 PhubarBaz, January 1, 0001 In my last post I talked about using funcs in C# to do async calls in WinForms to free up the main thread for the UI. In that post I demonstrated calling a method and then waiting until the value came ... Get Func-y v2.0 0 0 0
Access Salesforce Data as OData Feeds in Tableau dataintegration, January 1, 0001 This article will explain how to use the Salesforce Cloud Driver to provide the underlying connectivity to Salesforce data in Tableau's business intelligence tool.If you have not already connected successfully ... Access Salesforce Data as OData Feeds in Tableau 0 0 0
Webmatrix 2 Released ! anirudha, January 1, 0001 In last weeks I hear about Webmatrix 2 released. Webmatrix 2 is a nice tool for getting started working on html,css,javascript. it's supported one click installation of framework in php like Wordpres,joomla ... Webmatrix 2 Released ! 0 0 0
Adding and accessing custom sections in your C# App.config deadlydog, January 1, 0001 So I recently thought I’d try using the app.config file to specify some data for my application (such as URLs) rather than hard-coding it into my app, which would require a recompile and redeploy of my ... Adding and accessing custom sections in your C# App.config 0 0 1
Move over DFS and Robocopy, here is SyncToy! andywe, January 1, 0001 Ever since Windows 2000, I have always had the need to replicate data to multiple endpoints with the same content. Until DFS was introduced, the method of thinking was to either manually copy the data ... Move over DFS and Robocopy, here is SyncToy! 0 0 0
Capture a Query Executed By An Application Or User Against a SQL ... Compudicted, January 1, 0001 At times a Database Administrator, or even a developer is required to wear a spy’s hat. This necessity oftentimes is dictated by a need to take a glimpse into a black-box application for reasons varying ... Capture a Query Executed By An Application Or User Against a SQL ... 0 0 1
Node.js Adventure - Storage Services and Service Runtime Shaun, January 1, 0001 When I described on how to host a Node.js application on Windows Azure, one of questions might be raised about how to consume the vary Windows Azure services, such as the storage, service bus, access control, ... Node.js Adventure - Storage Services and Service Runtime 0 0 0
Stylecop 4.7.38.0 has been released TATWORTH, January 1, 0001 Stylecop 4.7.38.0 has been released at http://stylecop.codeplex.co... release notes follow:Move Registry functions into common Utils class. Styling fixes.Dictionary updatesStyling ... Stylecop 4.7.38.0 has been released 0 0 0
SanjayP’s venture after Microsoft involves no Microsoft eddraper, January 1, 0001 When I was at Microsoft, I always found Sanjay Parthasarathy to be a bright and passionate leader. While he was a bit disconnected at times with what was really going on out in the trenches, I always thought ... SanjayP’s venture after Microsoft involves no Microsoft 0 0 2
Cleaning Up After Chrome Mark Treadwell, January 1, 0001 I find Google Chrome, which I have no interest in, is continually getting installed on machines in my house, mostly due to Adobe Shockwave bringing it along as an install package. (Family members are agreeing ... Cleaning Up After Chrome 0 0 0
Real World Nuget JoshReuben, January 1, 0001 Why Nuget A higher level of granularity for managing references When you have solutions of many projects that depend on solutions of many projects etc à escape from Solution Hell. Links · Using A GUI (Package ... Real World Nuget 0 0 1
Production Access Denied! Who caused this rule anyways? Matt Watson, January 1, 0001 One of the biggest challenges for developers is getting access to production servers. In smaller dev teams of 5 or less people everyone usually has access. Then you hire developer #6, he messes something ... Production Access Denied! Who caused this rule anyways? 0 0 4
More Win 8 Education is Needed D'Arcy Lussier, January 1, 0001 “My mail doesn’t work”. That’s what a colleague running Windows 8 said to me the day after he installed Windows 8 on his work laptop. “When I click my email, nothing comes up.” I took a look and realized ... More Win 8 Education is Needed 0 0 7
Use the Cloud Driver to Access SQLite Data in Microsoft PowerPivo... dataintegration, January 1, 0001 Use the CData SQLite Cloud Driver to connect to live SQLite data in the PowerPivot business intelligence tool.This article will explain how to use the cloud driver to provide SQLite data as OData services ... Use the Cloud Driver to Access SQLite Data in Microsoft PowerPivo... 0 0 0
Extending QuickBooks Reporting with the QuickBooks ADO.NET Data P... dataintegration, January 1, 0001 The ADO.NET Provider for QuickBooks enables you to request almost any report available in QuickBooks Desktop and QuickBooks Online. The ADO.NET Provider for QuickBooks enables you to access reports as ... Extending QuickBooks Reporting with the QuickBooks ADO.NET Data P... 0 0 0
Converting LINQ to Twitter to Twitter API v1.1 Joe Mayo, January 1, 0001 Twitter recently updated their API to v1.1 (Current status: API v1.1). Naturally, LINQ to Twitter needed to be updated too. This blog post outlines the changes made to LINQ to Twitter during this conversion ... Converting LINQ to Twitter to Twitter API v1.1 0 0 1
Windows 8 App Wish List Tim Murphy, January 1, 0001 As I have been using Windows 8 more some of them apps that come with the system have been missing some features that I would like to see. So Microsoft, here is my wish list for some new features. Skydrive ... Windows 8 App Wish List 0 0 0
GitHub Integration in Windows Azure Web Site Shaun, January 1, 0001 Microsoft had just announced an update for Windows Azure Web Site (a.k.a. WAWS). There are four major features added in WAWS which are free scaling mode, GitHub integration, custom domain and multi branches. ... GitHub Integration in Windows Azure Web Site 0 0 7
Get to Know a Candidate (19-25 of 25): Independent Candidates Brian Lanham, January 1, 0001 DISCLAIMER: This is not a post about “Romney” or “Obama”. This is not a post for whom I am voting. Information sourced for Wikipedia. The following independent candidates have gained access to at least ... Get to Know a Candidate (19-25 of 25): Independent Candidates 0 0 1
Zenoss Setup for Windows Servers Jay Fox, January 1, 0001 Recently I was saddled with standing up Zenoss for our enterprise. We're running about 1200 servers, so manually touching each box was not an option. We use LANDesk for a lot of automated installs and ... Zenoss Setup for Windows Servers 0 0 0