Mark
Name: Mark
Score: 5,934.59
Last Seen: 642 days, 20 hours, 36 minutes ago
Member Since: 1 February, 2009
DotNetShoutout
atom rss
9
Shouts

MonoMac 1.0 is out - Miguel de Icaza

published 798 days, 14 hours, 45 minutes ago posted by AlexAlex 800 days, 3 hours, 26 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:47:18 PM GMT
Almost a year ago we started building a set of Mono bindings for building native MacOS X applications. Our original goals were modest: bind enough of AppKit that you could build native desktop applications for OSX using C# or your favorite .NET language. We leveraged a lot of the code that we built for MonoTouch our binding to the CocoaTouch APIs. During the year, the project picked up steam, we got plenty of contributions to MonoMac and grew beyond the original conservative goals... (more)
category: Metro | clicked: 0 | comment | | source: tirania.org
tags: Mono, Mac, MonoMac, Mac OS X, OSX
7
Shouts

Get to Know Action Filters in ASP.NET MVC 3 Using HandleError - .net DEvHammer

published 798 days, 14 hours, 45 minutes ago posted by DustinDustin 800 days, 3 hours, 16 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:57:33 PM GMT
What’s an Action Filter? If you’re just getting started with ASP.NET MVC, you may have heard of something called action filters, but haven’t had the chance to use them yet. Action filters provide a convenient mechanism for attaching code to your controllers and/or action methods that implements what are referred to as cross-cutting concerns, that is, functionality that isn’t specific to one particular action method, but rather is something you’d want to re-use across multiple actions. An action filter ... (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, Action Filters, MVC 3, ASP.NET
8
Shouts

Phone Tools reaches Beta! - Shawn Wildermuth

published 798 days, 14 hours, 45 minutes ago posted by DustinDustin 800 days, 3 hours, 11 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:02:13 PM GMT
I am proud to announce the Beta version of the Phoney Tools. This version (v0.5) includes a few new features that are detailed below. The official release is still slated for MIX11! Changes in this version include: SelectSwitch Control This control is used to show a toggling button that shows a 'indicator' to indicate enabling and an optional piece of text to indicate the choice. The control is meant to be a replacement for Tog... (more)
category: Metro | clicked: 0 | comment | | source: wildermuth.com
tags: Silverlight, WP7, phone, Phone Tools
7
Shouts

The Full Stack 9–MVVM and TDD on the Phone Client - Jesse Liberty

published 798 days, 14 hours, 45 minutes ago posted by DustinDustin 800 days, 3 hours, 10 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:03:46 PM GMT
Part 9 in the Full Stack series in which Jon and I are building an entire application from conception to delivery that includes MVC3, ASP.NET, Silverlight and Windows Phone... (more)
category: Screencast | clicked: 3 | comment | | source: jesseliberty.com
tags: TDD, MVVM
7
Shouts

Todo List App Using ASP.NET MVC 3 and Windows Azure Tables - Steve Marx

published 798 days, 14 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 800 days, 3 hours, 7 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:06:22 PM GMT
For this week’s episode of Cloud Cover, Wade and I talked about how to use Windows Azure Tables from .NET code, and we focused on using ASP.NET MVC 3 and doing paging over tables. Rather than rehash the entire episode here, I’d like to point you to the episode itself (should go live Friday morning), the running app (http://smarxtodo.cloudapp.net), and the full source code (http://cdn.blog.smarx.com/files/smarxtodo_source.zip). The one piece of... (more)
category: Web Dev | clicked: 23 | 1 comment | | source: blog.smarx.com
tags: Windows Azure Tables, ASP.NET MVC 3, ASP.NET MVC, Windows Azure, MVC 3, ASP.NET
8
Shouts

Creating a MVC 3 Application with Razor and Unobtrusive JavaScript - The Official Microsoft ASP.NET Site

published 798 days, 14 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 800 days, 3 hours, 4 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:09:35 PM GMT
The User List sample web application demonstrates how simple it is to create ASP.NET MVC 3 applications using the Razor view engine. The sample application shows how to use the new Razor view engine with ASP.NET MVC version 3 and Visual Studio 2010 to create a fictional User List website that includes functionality such as creating, displaying, editing, and deleting users. This tutorial describes the steps that were taken in order to build the User List sample ASP.NET MVC 3 application. A Visual Stu... (more)
category: Web Dev | clicked: 9 | comment | | source: www.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, MVC 3, JavaScript, Razor, MVC, ASP.NET
7
Shouts

Enabling IIS Express support in VS 2010 Sp1 - Visual Web Developer Team Blog

published 798 days, 14 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 800 days, 3 hours, 1 minute ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:12:02 PM GMT
With the Sp1 release of Visual Studio 2010 now available for download, you now have the option to use IIS Express as the development server for your web projects instead of the built-in Visual Studio Development server (aka. Cassini). Here are some previous blog posts explaining the IIS Express integration features in VS 2010 Sp1 Beta, which are also available with this new release of Sp1: * VS 2010 SP1 (Beta) and IIS Express * Visual Studio 2010 SP1 Beta IIS Express Integration VS 2010 SP1 and IIS Ex... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010 SP1, Visual Studio 2010, VS 2010 SP1, IIS Express, Visual Studio 2010 Service Pack 1, IIS
7
Shouts

Understanding and Using OData – Creating a Windows Phone OData Client (4 of 4) - MCS UK Solution Development Team

published 823 days, 22 hours, 14 minutes ago posted by MarkMark 824 days, 5 hours ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 1:13:06 PM GMT
Hopefully these articles will show you how to produce and publish an OData Feed, Create relationships between feeds from different sources, analyse OData and finally how to develop a custom OData client. This should give a really good appreciation of some of the possible uses for OData. In this article, I will describe how to create a custom client application to consume the OData feed. Given the fact that I had recently signed up as a Windows Phone App Hub Developer, I thought a Windows Phone client ap... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Phone, OData
8
Shouts

Simple menu for your WP7 application - Rudi Grobler in the Cloud

published 822 days, 17 hours, 42 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 824 days, 5 hours, 31 minutes ago
Thursday, February 24, 2011 12:31:46 AM GMT Tuesday, February 22, 2011 12:42:06 PM GMT
A very simple menu for your WP7 application (more)
category: Metro | clicked: 3 | comment | | source: www.rudigrobler.net
tags: WP7
6
Shouts

IntelliTrace for Azure without Visual Studio - Grant Holliday's Blog

published 823 days, 22 hours, 14 minutes ago posted by KluggerKlugger 824 days, 5 hours, 50 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 12:23:34 PM GMT
IntelliTrace is a very useful tool for diagnosing applications on the Windows Azure platform. It is especially invaluable for diagnosing problems that occur during the startup of your roles. You might have seen these sorts of problems when you do a deployment and it gets stuck in the "Starting role" state and continuously reboots. Publishing via Visual Studio If you are building and deploying your application using Visual Studio, then it's fairly straightforward to enable IntelliTrace. When you right-cl... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: IntelliTrace, Azure
6
Shouts

Unicode 6.0.0 is [actually] released! - Michael S. Kaplan

published 822 days, 17 hours, 42 minutes ago posted by MarkMark 824 days, 5 hours, 3 minutes ago
Thursday, February 24, 2011 12:31:46 AM GMT Tuesday, February 22, 2011 1:10:06 PM GMT
So you may have noticed that back in October that I blogged Unicode 6.0.0 is [virtually] released!. Hopefully no one was holding their breath waiting for everything to get finished and written up. Because at the end last week, the full release happened. :-) From the release notification: Mountain View, CA, February 17, 2011 - The Unicode® Consortium is pleased to announce the publication of the final text of the core specification for Unicode 6.0. The Unicode 6.0 core specification includes informatio... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: unicode
6
Shouts

Google Sky on Windows Phone 7 | Colin Eberhardt's Adventures in WPF

published 824 days, 23 hours, 49 minutes ago posted by FantasticMrFishFantasticMrFish 825 days, 6 hours, 12 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Monday, February 21, 2011 12:01:25 PM GMT
This blog post shows just how easy it is to use Google Sky as a tile source for Bing Maps, bringing the universe to Windows Phone 7! Personally I think mapping is one of the most exciting forms of application for mobile devices – the fantastic imagery available from Bing and Google maps, coupled with GPS technology, results in some pretty amazing tools. As a Windows Phone 7 developer, I have spent a fair bit of time poking round the Silverlight Bing Maps APIs. A really cool feature of the Bing Maps co... (more)
category: Metro | clicked: 1 | comment | | source: www.scottlogic.co.uk
tags: Silverlight, Windows Phone 7, Bing Maps
6
Shouts

Getting ready for Microsoft Silverlight Exam 70-506 (Part 6)

published 823 days, 22 hours, 14 minutes ago posted by KMilKMil 825 days, 3 hours, 2 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Monday, February 21, 2011 3:10:50 PM GMT
In this part, Structuring applications, Gill Cleeren discusses a few topics that relate to application-level tasks, such as handling how an application starts up or responds to an error happening, translating Silverlight applications to make it appear in more than just one language and using resource dictionaries. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
8
Shouts

{homebrew} Skype for WP7 - Rudi Grobler in the Cloud

published 823 days, 22 hours, 14 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 824 days, 12 hours, 34 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 5:39:16 AM GMT
A homebrew Skype is now available from XDA (more)
category: Metro | clicked: 0 | comment | | source: www.rudigrobler.net
tags: WP7
8
Shouts

vNext - Rudi Grobler in the Cloud

published 823 days, 22 hours, 14 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 824 days, 12 hours, 31 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 5:41:48 AM GMT
What features do you want/need in vNext of WPF, Silverlight & WP7 (more)
category: Metro | clicked: 1 | comment | | source: www.rudigrobler.net
tags: Silverlight, vNext, WP7, WPF
7
Shouts

ReSharper 6 Bundles Decompiler, Free Standalone Tool to Follow - JetBrains .NET Tools Blog

published 823 days, 22 hours, 14 minutes ago posted by iftekharahmedamitiftekharahmedamit 824 days, 7 hours, 3 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 11:09:58 AM GMT
What’s going on here? We’ve recently hinted on a new kind of functionality that’s being developed within ReSharper 6 EAP. Those of you who saw that post got the message right: ReSharper 6 will feature a decompiler. More than that, it is already available in ReSharper 6 EAP builds that you can download and try. As if it isn’t enough, we have more great news: make sure to read on to th... (more)
category: How To | clicked: 1 | comment | | source: blogs.jetbrains.com
tags: ReSharper 6, R#, JetBrains, JetBrains ReSharper, ReSharper
8
Shouts

ILSpy - a new .NET assembly inspector - Daniel Grunwald

published 823 days, 22 hours, 14 minutes ago posted by iftekharahmedamitiftekharahmedamit 824 days, 7 hours, 2 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 11:10:50 AM GMT
First, I'll let the screenshot speak for itself: Now that RedGate has announced that Reflector will no longer available be for free; the SharpDevelop team has started to create an open-source replacement: ILSpy Just as any of the assembly browsers inspired by ILDasm, the UI is simple: a tree view on the left allows you to view the contents of the assembly; the text view on the right shows the contents of the selected method. As for the decompiler engine itself, we still haven't decided - the screens... (more)
category: How To | clicked: 5 | comment | | source: community.sharpdevelop.net
tags: ILSpy
7
Shouts

Your Chance to Win 1 of 50 Licenses for Red Gate’s .NET Reflector Professional - Alvin Ashcraft

published 823 days, 22 hours, 14 minutes ago posted by iftekharahmedamitiftekharahmedamit 824 days, 6 hours, 59 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 11:14:25 AM GMT
Most of my readers are probably aware of Red Gate’s decision to no longer offer a free edition of Reflector, the .NET assembly decompiler and analyzer. Muchhas alreadybeen said about the decision, and I am not going to jump in to debate the politics/ethics of the decision at this time. The fact is, Reflector is a great utility for any .NET developer’s toolbox. I think that, in the end, this move is going to create some competition in the market and hopefully drive Reflector and its competitors to deliver... (more)
category: How To | clicked: 0 | comment | | source: www.alvinashcraft.com
tags: Red Gate, .NET Reflector
7
Shouts

Microsoft SQL Server JDBC 3.0 and SQL Azure - Microsoft JDBC Driver Team Blog

published 823 days, 22 hours, 14 minutes ago posted by StevesSteves 824 days, 6 hours, 22 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 11:51:09 AM GMT
Dear SQL Server and SQL Azure developers and users: We are very pleased to announce the availability of an updated version of Microsoft SQL Server JDBC Driver 3.0 supporting Microsoft SQL Azure database: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ae924066-2946-40a7-93c6-c7e83f54072f&displaylang=en This updated version supersedes the release version of SQL Server JDBC Driver 3.0 and also addresses an issue with JDBC API getSchemas. For further information on getSchema issue, please... (more)
category: Data | clicked: 0 | comment | | source: blogs.msdn.com
tags: SQL Server, JDBC, SQL, SQL Azure
6
Shouts

Organize Your Code with Named Regions - Visual Studio Tips and Tricks - Zain Naboulsi

published 823 days, 22 hours, 14 minutes ago posted by StevesSteves 824 days, 6 hours, 10 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 12:03:38 PM GMT
Did you know you can create named Regions that can be used to organize your code? Let’s take a look at how to do it... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: Visual Studio
Previous 1 2 3 4 5 6 7 8 9 10 11 ... 26 27 Next