MVC. Unit testing and mocking the http context xamlnotes, January 1, 0001 I was working on unit testing today for an MVC application and needed to mock up the http context for an action method. I found this article that shows how to do this nicely. http://bradwilson.typepad.c... ... MVC. Unit testing and mocking the http context 0 0 0
MVVM Light Toolkit patch for WP7 Mango Beta Laurent Bugnion, January 1, 0001 On Tuesday the 24th of May 2011, the new version of the Windows Phone 7 SDK codenamed “Mango” was released to the public in beta. This is a huge iteration with an extremely large number of new APIs. Most ... MVVM Light Toolkit patch for WP7 Mango Beta 0 0 0
Mobile IE 6 Javascript weirdness Chris G. Williams, January 1, 0001 I'm running into some bizarre behavior with JavaScript in Mobile IE 6. I have an ASP.NET MVC 3 Web App, designed primarily for Mobile IE6 (WinMo 6.5 devices) I have 2 Session variables. The first one simply ... Mobile IE 6 Javascript weirdness 0 0 3
.NET Reactive Extensions (Rx) Resources Kevin Grossnicklaus, January 1, 0001 Last night I gave a talk at the St. Louis .NET User Group regarding .NET Reactive Extensions (Rx) and their basic use. While Rx has been around for a number of years and I’ve seen a number of presentations ... .NET Reactive Extensions (Rx) Resources 0 0 0
Integrating Twitter with your ASP.NET MVC 3 and Razor Web Applica... Harish Ranganathan, January 1, 0001 Much has been talked about the new release of ASP.NET MVC, i.e. MVC 3 and the new Razor syntax and the ability to simplify the development. Razor uses the @ prefix for switching between code and HTML and ... Integrating Twitter with your ASP.NET MVC 3 and Razor Web Applica... 0 0 11
Solutioners, Solutioners, Solutioners, Solutioners… D'Arcy Lussier, January 1, 0001 I’m crazy excited about the technology industry right now. We’re seeing evolution happen in real time, and at all levels. From the major platforms, we’re seeing Google’s overall story taking shape, Microsoft ... Solutioners, Solutioners, Solutioners, Solutioners… 0 0 3
Adding Intellisense to Visual Studio 2010 for SharePoint 2010 ECM... Kelly Jones, January 1, 0001 Several people have already written about how to add Intellisense to Visual Studio for SharePoint 2010’s Client Object Model (ECMAScript or JavaScript). Here’s one that I followed: http://praveenbattula.blogs... ... Adding Intellisense to Visual Studio 2010 for SharePoint 2010 ECM... 0 0 0
Process kills developer passion TATWORTH, January 1, 0001 At http://radar.oreilly.com/20... there is an excellent discussion on whether Software Development has become too process orientated. Whilst not as ground-breaking ... Process kills developer passion 0 0 0
A few tips for working with XAML inside of Visual Studio 2010. mbcrump, January 1, 0001 If you work with XAML day in and day out then surely you will have your own tips/tricks for working inside of Visual Studio 2010. Here are mine. I hope that you find them useful. Tip #1 When Double Clicking ... A few tips for working with XAML inside of Visual Studio 2010. 0 0 4
XNA Notes 020 George Clingerman, January 1, 0001 Been a busy week for me, wish it was full of XNA stuff and that is why I’m busy (and that the notes are late…again) but not the case. I’m just going to have to figure out a better way of integrating the ... XNA Notes 020 0 0 11
Saturday, May 21, 2011 UCAggregate, January 1, 0001 8:39 AM Supporting the Exchange and Lync communities. Exchange 2010 News Certification News: Microsoft Certified Master:Exchange 2010 Overview of the Cert FAQ Resources: Microsoft Exchange team blog Gary ... Saturday, May 21, 2011 0 0 0
MVC CheckBoxListFor Helper Extension Jon Canning, January 1, 0001 This has been done a few times, here's my attempt: public static MvcHtmlString CheckBoxListFor<TModel, TValue>(this HtmlHelper<TModel> htmlHelper, Expression<Func<TModel, TValue>> ... MVC CheckBoxListFor Helper Extension 0 0 1
Model Binding Checkboxes in MVC Nettuce, January 1, 0001 Just so I don't forget, again, it's as simple as this: Controller: public class HomeController : Controller { public ActionResult Index() { return View(new []{"one", "two", "three"}); } [HttpPost] public ... Model Binding Checkboxes in MVC 0 0 3
Is your application powered by #mvvmlight? Laurent Bugnion, January 1, 0001 A couple of days ago I had the wonderful surprise to find a mention (and a link!) to MVVM Light on USAToday.com. The article talks about the new USA Today app available for Windows Phone 7. MVVM Light ... Is your application powered by #mvvmlight? 0 0 0
Astronomy Picture of the Day for 20/May/2011 TATWORTH, January 1, 0001 Today's Astronomy Picture of the Day http://apod.nasa.gov/apod/a... (or http://apod.nasa.gov/apod/a... is a picture of the Whole Milky Way. It is awesome, particularly if you click on ... Astronomy Picture of the Day for 20/May/2011 0 0 0
Why you can't really anonymize your data TATWORTH, January 1, 0001 O' Reilley have pointed me to a very thought provoking article at http://radar.oreilly.com/20... I suggest that you read it and consider what changes are required so that anonymous ... Why you can't really anonymize your data 0 0 0
Silverlight Cream for May 19, 2011 -- #1092 Dave Campbell, January 1, 0001 In this Issue: Rudi Grobler(-2-), Michael Washington, Ashish Patil, Oren Gal(-2-), Andrea Boschin, WindowsPhoneGeek, Jesse Liberty, John Papa, Mike Taulty, and Paul Sheriff. Above the Fold: Silverlight: ... Silverlight Cream for May 19, 2011 -- #1092 0 0 0
Channel 9 videos mass download tool yuriylsh, January 1, 0001 You probably have already visited Channel 9, and if you have not I would recommend to definitely check it out. There are literally thousands of videos about development using Microsoft technologies (and ... Channel 9 videos mass download tool 0 0 19
Playing with Pointers MarkPearl, January 1, 0001 Ever since I began programming in c++ I have gotten confused with how pointers work. I understand why they are there and why they can be useful, but in my managed world I really don’t like touching them… ... Playing with Pointers 0 0 0
Tech Ed 2011: The Wide-Open Road, at 55 MPH andrewbrust, January 1, 0001 For Microsoft these days, great things are happening at the macro level, and yet there’s fits-and-starts progress down below. This year’s Tech Ed North America conference represented, in event-form, that ... Tech Ed 2011: The Wide-Open Road, at 55 MPH 0 0 1
jqGrid y Asp.net, un primer acercamiento Jason Ulloa, January 1, 0001 Luego de varios días de intenso trabajo, hoy he tomado un pequeño espacio de tiempo para dedicar un post al trabajo con datos en forma de tablas en asp.net Todos los que hemos trabajado desde hace bastante ... jqGrid y Asp.net, un primer acercamiento 0 0 29
Basic Design Patterns MarkPearl, January 1, 0001 I have been doing a rushed brush up on my contemporary concepts programming course – only to encounter more design patterns… so as revision I have listed some details below… Today I am going to briefly ... Basic Design Patterns 0 0 3
Summary of Computer Theory (Important Things to Know) MarkPearl, January 1, 0001 Below is a summary of notes for the exam. Before these will make sense you will have to go through the study material, so this is more just a quick revision summary. Format for Declaring a Recursive Statement ... Summary of Computer Theory (Important Things to Know) 0 0 0
Tech-Ed 2011–Top 5 Video– John Alexander–Monday... Staff of Geeks, January 1, 0001 John is in this video James Hare and Jeff Julian are in the Tuesday video, we will publish it when it is on YouTube. Go Geekswithblogs! Technorati Tags: Tech-Ed,Top 5,Geekswithblogs ... Tech-Ed 2011–Top 5 Video– John Alexander–Monday... 0 0 0
SilverlightShow for May 09-15 2011 Dave Campbell, January 1, 0001 Check out the Top Five most popular news at SilverlightShow for SilverlightShow Top 5 News for May 9-15, 2011. Here are the top 5 news on SilverlightShow for last week: White Paper: Flex, Silverlight or ... SilverlightShow for May 09-15 2011 0 0 0
Silverlight Cream for May 17, 2011 - 2 -- #1091 Dave Campbell, January 1, 0001 In this Issue: Kunal Chowdhury, Joost van Schaik, Xpert360, Tony Champion, Paul Sheriff, Vangos Pterneas, Jesse Liberty, Jeremy Likness, Mike Taulty, and Pete Brown. Above the Fold: Silverlight: "Binding ... Silverlight Cream for May 17, 2011 - 2 -- #1091 0 0 0
Effective Sprint Planning Robert May, January 1, 0001 He who fails to plan, plans to fail. – unknown In many ways, one of the most dreaded tasks of every iteration is the Sprint Planning Meeting. This meeting is a very important meeting, but many, many things ... Effective Sprint Planning 0 0 4
Using External Libraries with Android cyberycon, January 1, 0001 In this blog, by external library I really mean any jar (yours or someone else's) that has some functionality you want to include in an Android app. The Android SDK makes this seem very easy to do. You ... Using External Libraries with Android 0 0 4
Silverlight Cream for May 17, 2011 -- #1090 Dave Campbell, January 1, 0001 In this Issue: David Catuhe, Andrea Boschin, Kunal Chowdhury(-2-), Colin Eberhardt, Mike Ormond, Doug Rathbone, John Garland, Jesse Liberty, Mike Taulty, and Pete Brown. Above the Fold: Silverlight: "ItemsControl ... Silverlight Cream for May 17, 2011 -- #1090 0 0 0
Lean Startup 101 for Developers Eric Nelson, January 1, 0001 Abby is a fellow evangelist at Microsoft with a specific focus on working with startups in the USA. Abby has some great insights into how to be a successful startup. Now my team in the UK are focused primarily ... Lean Startup 101 for Developers 0 0 0
Silverlight Cream for May 15, 2011 -- #1089 Dave Campbell, January 1, 0001 In this Issue: Michael Washington, Kunal Chowdhury, Mick Norman, Mike Hole, John Garland, Jeff Prosise, Jobi Joy, WindowsPhoneGeek, Jesse Liberty, Nigel Sampson, Mike Taulty(-2-), and Pete Brown. Above ... Silverlight Cream for May 15, 2011 -- #1089 0 0 0
Lost spaces in latex begin{displaymath} Lukasz Kurylo, January 1, 0001 In the Latex begin{displaymath} all spaces are ignored, e.g. this code \begin{displaymath} Y=\{ B_i \subseteq Z : i \in X \}, where X \subseteq \mathbb{N} \end{displaymath} will look after compile: ...,whereX... ... Lost spaces in latex begin{displaymath} 0 0 0
XNA Notes 019 George Clingerman, January 1, 0001 This has been a fantastic week of XNA activity and news. Standing ovation the the XNA Team for the interaction they’ve been having with the community as well as the new features they’ve been rolling out ... XNA Notes 019 0 0 12
Silverlight Cream for May 13, 2011 -- #1088 Dave Campbell, January 1, 0001 In this Issue: Morten Nielsen, Kunal Chowdhury, John Papa, Jesse Liberty, Mike Taulty(-2-), and Pete Brown. Above the Fold: Silverlight: "Custom Cursors in Silverlight" Morten Nielsen WP7: "Coming in Mango–Sql ... Silverlight Cream for May 13, 2011 -- #1088 0 0 0
ESRI 2011: Professionelle Softwareentwicklung mit ArcObjects Marko Apfel, January 1, 0001 Vorkenntnisse: Kenntnisse einer Programmiersprache sind hilfreich. Zielgruppe: Dieser Workshop richtet sich an alle Softwareentwickler und Softwarearchitekten, die Lösungen in Form von ArcGIS Desktop Erweiterungen ... ESRI 2011: Professionelle Softwareentwicklung mit ArcObjects 0 0 0
Search systems on desktop/enterprise level Michael Freidgeim, January 1, 0001 I've put together a few links regarding search systems on desktop/enterprise level Best Desktop Search Software – Reviews and Comparison Enterprise Desktop Search Tools Matrix Desktop Search Tools Matrix ... Search systems on desktop/enterprise level 0 0 0
Restore SQL Server Database from suspect Michael Freidgeim, January 1, 0001 Below are a few links, that can help, if you need Restore SQL Server Database from suspect MyITforum.com : How to recover user databases from a “Suspect” status( http://www.myitforum.com/ar... ... Restore SQL Server Database from suspect 0 0 0
Using the MailDefinition class in .NET Framework 4 Console Applic... Harish Ranganathan, January 1, 0001 One of my colleagues pinged me to check, how to use the MailDefinition class for creating formatted mails from a .NET Console Application. She was referring to this article http://www.search-this.com/... ... Using the MailDefinition class in .NET Framework 4 Console Applic... 0 0 1
WP7 Update release by Telstra: 7.0.7392 russ61, January 1, 0001 Telstra finally got their act together and got an update out. Unfortunately it hasn’t done much to alleviate the woeful lack of responsiveness for my HTC Mozart so it will now have to go back to HTC for ... WP7 Update release by Telstra: 7.0.7392 0 0 0
Silverlight Cream for May 11, 2011 -- #1087 Dave Campbell, January 1, 0001 In this Issue: Chris Rouw, Kevin Dockx(-2-), WindowsPhoneGeek, Jesse Liberty, Jeremy Likness, Telerik Phone Team, Mike Taulty(-2-), Pete Brown, and András Velvárt. Above the Fold: Silverlight: "Locking ... Silverlight Cream for May 11, 2011 -- #1087 0 0 0
jQuery Menubar and web.sitemap Tiago Salgado, January 1, 0001 After HTML 5 Microsoft WebCamp Portugal, I came up with some interest in exploring the Menubar plugin. This plugin transforms a list into a nice menu, and as such, I like to implement it on a project which ... jQuery Menubar and web.sitemap 0 0 3
Silverlight Cream for May 09, 2011 -- #1086 Dave Campbell, January 1, 0001 In this almost entirely submittals Issue: Andrea Boschin, Manas Patnaik, Alex van Beek, Michael Washington, Kunal Chowdhury(-2-, -3-), Michael Crump, Richard Waddell, Jeremy Likness, Mike Taulty, Alexandra ... Silverlight Cream for May 09, 2011 -- #1086 0 0 0
The road to getting the MCPD:Windows Azure credential. Exam 70-58... Enrique Lima, January 1, 0001 Let’s focus on Exam 70-583 this time. This exam is PRO: Designing and Developing Windows Azure Applications. This guide itself will be a different approach to preparing for the exam itself. Instead of ... The road to getting the MCPD:Windows Azure credential. Exam 70-58... 0 0 0
Mimicking websites request for screen scraping… MarkPearl, January 1, 0001 Introduction I don’t do web programming… I have been programming client applications for years and consider myself a WPF/Silverlight developer. The web thing always seemed a bit scary in its stateless ... Mimicking websites request for screen scraping… 0 0 0
MVVM Light V3 on NuGet (now with WP7 support) Laurent Bugnion, January 1, 0001 There was already a version of MVVM Light on Nuget before. However the old version did not support Windows Phone 7. This is now corrected. Also the new version now adds a ViewModelLocator to your project ... MVVM Light V3 on NuGet (now with WP7 support) 0 0 0
XNA Notes 018 George Clingerman, January 1, 0001 It’s not often I let my personal life creep into affecting the things I’m involved in and doing. I usually let my hobbies kind of get me through the tough parts. And while I’ve been having fun distracting ... XNA Notes 018 0 0 4
Blog Reader QA: A simple example of INotifyPropertyChanged. mbcrump, January 1, 0001 I had a blog reader ask me this question: I see the INotifyPropertyChanged in demos all of the time, most of the time it is in a huge MVVM project and I cannot wrap my head around why it is important and ... Blog Reader QA: A simple example of INotifyPropertyChanged. 0 0 2
My Swiss TechDays presentations sample code Laurent Bugnion, January 1, 0001 I published the sample code from my presentations about Windows Phone 7 at TechDays Switzerland. I also published the Powerpoint slides on Slideshare (Windows Phone 7 Overview / Windows Phone 7 Deep Dive). ... My Swiss TechDays presentations sample code 0 0 0
Silverlight Cream for May 05, 2011 -- #1085 Dave Campbell, January 1, 0001 In this Issue: Pete Brown, Victor Gaudioso, WindowsPhoneGeek, Jesse Liberty, Jeremy Likness, John Papa, David Anson, Mike Taulty(-2-), Lazar Nikolov, Alex Knight, Deborah Kurata, and Michael Washington. ... Silverlight Cream for May 05, 2011 -- #1085 0 0 0
Silverlight Cream for May 04, 2011 -- #1084 Dave Campbell, January 1, 0001 In this Issue: Kunal Chowdhury, Peter Kuhn, David Anson, Rob Tiffany, Paul Sheriff, Jesse Liberty, Jeremy Likness, Mike Taulty(-2-), and Andrea Boschin. Above the Fold: Silverlight: "Performance Optimization ... Silverlight Cream for May 04, 2011 -- #1084 0 0 0