xcopy file, suppress “Does xxx specify a file name…&... MarkPearl, January 1, 0001 Today we had an interesting problem with file copying. We wanted to use xcopy to copy a file from one location to another and rename the copied file but do this impersonating another user. Getting the ... xcopy file, suppress “Does xxx specify a file name…&... 0 0 0
Silverlight Cream for November 08, 2011 -- #1165 Dave Campbell, January 1, 0001 In this Issue: Brian Noyes, Michael Crump, WindowsPhoneGeek, Erno de Weerd, Jesse Liberty, Derik Whittaker, Sumit Dutta, Asim Sajjad, Dhananjay Kumar, Kunal Chowdhury, and Beth Massi. Above the Fold: Silverlight: ... Silverlight Cream for November 08, 2011 -- #1165 0 0 0
Visual Studio Extension: Web Essentials BizTalk Visionary, January 1, 0001 To quote Scott Hanselman…. Visual Studio 2010 is really extensible and that's allowed many folks on the team to try out new features for Web Development without having to rebuild Visual Studio itself. ... Visual Studio Extension: Web Essentials 0 0 2
Setup license stuff for PostSharp 2.1 Marko Apfel, January 1, 0001 Problem Normally PostSharp runs fine on unattended build servers. So on our global Jenkins continuous integration server PostSharp does the job. But on my local TeamCity continuous integration server I ... Setup license stuff for PostSharp 2.1 0 0 0
Load and Web Performance Testing using Visual Studio Ultimate 201... Tarun Arora, January 1, 0001 Performance testing is almost always conducted to address one or more risks related to expense, opportunity costs, continuity, and/or corporate reputation. But not everyone thinks their application requires ... Load and Web Performance Testing using Visual Studio Ultimate 201... 0 0 3
Testing Entity Framework applications, pt. 2: Typemock Thomas Weller, January 1, 0001 This is the second of a three part series that deals with the issue of faking test data in the context of a legacy app that was built with Microsoft's Entity Framework (EF) on top of an MS SQL Server database ... Testing Entity Framework applications, pt. 2: Typemock 0 0 9
Silverlight Cream for November 07, 2011 -- #1164 Dave Campbell, January 1, 0001 In this Issue: Colin Eberhardt, WindowsPhoneGeek, John Papa, Jesse Liberty, Derik Whittaker, Sumit Dutta, Asim Sajjad, Dhananjay Kumar, Charles Petzold, Peter Kuhn, and Ollie Riches. Above the Fold: Silverlight: ... Silverlight Cream for November 07, 2011 -- #1164 0 0 0
Creating a simple sparse ARFF file Razan, January 1, 0001 Here you will find a sample java program to generate sparse ARFF file. The following italic text text has been taken from: http://www.cs.waikato.ac.nz... Sparse ARFF files are very similar ... Creating a simple sparse ARFF file 0 0 0
Silverlight Cream for November 06, 2011 -- #1163 Dave Campbell, January 1, 0001 Yikes... left off all my information last night! In this Issue: Jay Kimble, Charles Petzold, Peter Kuhn, Adam Kinney, Ollie Riches, Abhinaba Basu, Mike Taulty, Erik Mork, Kunal Chowdhury, Cheryl Simmons, ... Silverlight Cream for November 06, 2011 -- #1163 0 0 0
Bind List<T> to a DataGridView Jim Lahman, January 1, 0001 Here is a technique to bind a List (of objects) to a DataGridView so that the public Properties appear as columns. In this example, the columns are binded to the individual public property of the object. ... Bind List<T> to a DataGridView 0 0 0
SourceMonitor V3.2.0.208? TATWORTH, January 1, 0001 A new version of SourceMonitor (V3.2.0.208) is available from http://www.campwoodsw.com/s... "The freeware program SourceMonitor lets you see inside your software source code to find out ... SourceMonitor V3.2.0.208? 0 0 0
Testing Entity Framework applications, pt. 1 Thomas Weller, January 1, 0001 For good or bad, Microsoft’s Entity Framework (EF) has become one of the most widely used ORM tools out there. While some may state that it's not among the better ones (or that it's not even a real ORM), ... Testing Entity Framework applications, pt. 1 0 0 2
Getting started with the Azure Hosted TFS (aka TFSPreview): Conne... Enrique Lima, January 1, 0001 The updates are installed, all you want to do now is get connected, authenticated and get going. The first step needed here is to open Visual Studio 2010, once opened then you need to get to Team Explorer. ... Getting started with the Azure Hosted TFS (aka TFSPreview): Conne... 0 0 0
Getting started with the Azure Hosted TFS (aka TFSPreview): Updat... Enrique Lima, January 1, 0001 Once you have configured your online preview, then you can proceed to connect to it using Visual Studio 2010. In order to get Live ID authentication working and such, there is an update you need to apply. ... Getting started with the Azure Hosted TFS (aka TFSPreview): Updat... 0 0 0
Learning VIM – A windows fanboy’s progression from de... MarkPearl, January 1, 0001 A while back read a book called the “pragmatic programmer”. Great book and I highly recommend – A section in the book was titled “Power Editing” and a suggestion they made was to have one editor. The motivation ... Learning VIM – A windows fanboy’s progression from de... 0 0 5
The maligned Distinguished Field or why Distinguished Fields are ... Thomas Canter, January 1, 0001 The Distinguished Field is often seen as the weaker of the two types of Fields when handling Fields in BizTalk. After all, the Distinguished Field can’t be used as a filter on a message, and it’s slower ... The maligned Distinguished Field or why Distinguished Fields are ... 0 0 0
Silverlight Cream for November 04, 2011 -- #1162 Dave Campbell, January 1, 0001 In this Issue: Michael Washington, WindowsPhoneGeek, Jeremy Likness, Mike Taulty, Erno de Weerd, Jesse Liberty, Derik Whittaker, Sumit Dutta, Asim Sajjad, Dhananjay Kumar, and Avi Pilosof. Above the Fold: ... Silverlight Cream for November 04, 2011 -- #1162 0 0 0
Silverlight Cream for November 03, 2011 -- #1161 Dave Campbell, January 1, 0001 In this Issue: Andrea Boschin, Mark Monster, Antoni Dol, Chaitanya Venneti, Erik Arthur and Jeffrey Ferman, David Kelley, Jose Fajardo(-2-), Andy Beaulieu, Rudi Grobler, Chad Campbell, and Andrej Tozon. ... Silverlight Cream for November 03, 2011 -- #1161 0 0 0
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
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
Using FluentValidation with FubuMvc Jon Canning, January 1, 0001 Create the validation behavior public class ValidationBehaviour<T> : BasicBehavior where T : class { private readonly IContinuationDirector continuationDirector; private readonly BehaviorGraph behaviorGraph; ... Using FluentValidation with FubuMvc 0 0 1
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
Silverlight 5 RC now available for download Harish Ranganathan, January 1, 0001 Much has been the expectation about Silverlight 5 ever since the fire-starter in December 2010 Silverlight 5 has been the expectation of every SL developer ever since the SL4 release and the huge momentum ... Silverlight 5 RC now available for download 0 0 5
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
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
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
SQL Injection Attack - some further information TATWORTH, January 1, 0001 At http://www.darkreading.com/... you will find details of the mass SQL Injection Attacks that have ... SQL Injection Attack - some further information 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
[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
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
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
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
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
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
Free Anti-Virus software that is reliable Renso, January 1, 0001 I often get this question: "I want a free but good and reliable anti-virus software". I can honestly say that the AVG anti-virus package is not only free, but well supported and I have used it for probably ... Free Anti-Virus software that is reliable 0 0 1
SQL Injection Attacks Continue - 1,000,000+ pages affected TATWORTH, January 1, 0001 At http://www.darkreading.com/... there is a disturbing report on the extent of SQL injection attacks. ... SQL Injection Attacks Continue - 1,000,000+ pages affected 0 0 0
Using HTML5 Canvas tag for Simple Video Animation Dittenhafer Solutions, January 1, 0001 This post has been moved to my new blog. The new URL is: http://dwdii.github.io/2011... Unfortunately, I am unable to redirect you automatically ... Using HTML5 Canvas tag for Simple Video Animation 0 0 0
Nice to have tools for the SharePoint IT Pro Enrique Lima, January 1, 0001 Coming from SPC a couple of weeks ago, during the keynote there was a demo on some great Visio Diagrams. It was created using the following: http://visiospfarmaddin.cod... Expect a post here in ... Nice to have tools for the SharePoint IT Pro 0 0 0
RoundhousE–Intelligent Database Migrations And Versioning Robz / Fervent Coder, January 1, 0001 “Because everyone wants to kick their database, but sometimes kicking your database is a good thing!” Many would not argue that you should version your code, and few would argue against versioning your ... RoundhousE–Intelligent Database Migrations And Versioning 0 0 2
Ajaxtoolkit HTMLEditor color picker position not visible off scre... BenAdler, January 1, 0001 I was working with the built in ajaxtooljit HTMLEditor and for some odd reason, the color picker was showing off the screen. I noticed that the "TextEditorDivContainer" class of the control had position ... Ajaxtoolkit HTMLEditor color picker position not visible off scre... 0 0 2
Web Page Performance - Improvements Prasanna, January 1, 0001 Being web application developer, over 10 years. I was involved in so many external and internal website development. I would be documenting all my web page performance improvements and tools I have used. ... Web Page Performance - Improvements 0 0 0
HTML 5 - Tags Prasanna, January 1, 0001 I am in the process learning HTML 5 ,Jquery and CSS 3- I would be documenting my finding going forword as and when i come up with new tags. Audio tag - This tag helps to display any type of audio information. ... HTML 5 - Tags 0 0 0
October 2011 Chicago IT Architects Group Recap Tim Murphy, January 1, 0001 It was another engaging presentation at this month’s CITAG meeting as Joe Hummel presented functional programming and its implementation using F#. Some times it is fun to attack a mind bending problem ... October 2011 Chicago IT Architects Group Recap 0 0 0
Silverlight Cream for October 18, 2011 -- #1159 Dave Campbell, January 1, 0001 In this Issue: Michael Crump, Kevin Dockx, Ollie Riches, Shawn Wildermuth, Kunal Chowdhury, Beth Massi, Joost van Shaik, Colin Eberhardt, Tony Champion, David Catuhe, Igor, Jeremy Likness, and Dhananjay ... Silverlight Cream for October 18, 2011 -- #1159 0 0 0
My Windows 8 Development Article Collection. mbcrump, January 1, 0001 Below you will find my entire collection of Windows 8 Development Articles. I will focusing on XAML / C# Metro Applications in Windows 8, but may occasionally post on HTML / JS. Please bookmark this page ... My Windows 8 Development Article Collection. 0 0 0
Silverlight Cream for October 17, 2011 -- #1158 Dave Campbell, January 1, 0001 In this Issue: Michael Washington, Ollie Riches, Jesse Liberty, Peter Torr, Jeremy Likness, Derik Whittaker, WindowsPhoneGeek, Morten Nielsen, Michael Crump, Asim Sajjad, Andrej Tozon, Dhananjay Kumar, ... Silverlight Cream for October 17, 2011 -- #1158 0 0 0