Mark
Name: Mark
Score: 5,934.59
Last Seen: 639 days, 5 hours, 29 minutes ago
Member Since: 1 February, 2009
DotNetShoutout
atom rss
5
Shouts

Update to the F# 2.0 Free Tools Release, Corresponding to Visual Studio 2010 SP1 (April 2011 CTP) - Fsharp Team

published 760 days, 12 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 761 days, 9 hours, 48 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 5:18:58 PM GMT
Today the F# team has released an update to the F# 2.0 Free Tools Release, last updated in August 2010. This is a relatively small update to bring our free tools release into line with Visual Studio 2010 SP1, announced by Jason Zander here. Visual Studio 2010 SP1 included a relatively small number of fixes to the F# 2.0 Compiler and Library (see the Visual Studio Team description of SP1). Perhaps more importantly, this release includes the core F# support to enable F# 2.0 development for Silverlight 4... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010 SP1, Visual Studio 2010, FSharp, F#
7
Shouts

Working with SSL at Development Time is easier with IISExpress - Scott Hanselman

published 757 days, 5 hours, 3 minutes ago posted by iftekharahmedamitiftekharahmedamit 761 days, 9 hours, 31 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:35:37 PM GMT
One of the demos in my Mix 11 talk "An Overview of the MS Web Stack of Love" was showing how IIS Express and Visual Studio SP1 (as well as WebMatrix) can make working with SSL (Secure Sockets Layer) a heck of a lot easier. If you've used Cassini before (that's the little built in Visual Web Developer Server) you've likely noticed that I doesn't support SSL. This makes working with real world sites a little challenging. If you want your Login pages and Account Management pages to use secure sockets, you'... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: www.hanselman.com
tags: ASP.NET MVC, VS2010 SP1, VS2010, IIS, ASP.NET
7
Shouts

Json.NET 4.0 Release 2 – NuGet 1.2 and Dynamic - James Newton-King

published 757 days, 5 hours, 3 minutes ago posted by iftekharahmedamitiftekharahmedamit 761 days, 9 hours, 27 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:39:20 PM GMT
NuGet is fast becoming the preferred way to install libraries in .NET. NuGet 1.2 was recently released and among other improvements it adds support for the Windows Phone. Json.NET 4.0 Release 2 has been updated to support NuGet 1.2 and Windows Phone – there is nothing you need to do, it should just work. Windows Phone brings Json.NET’s NuGet support up to 7 different frameworks:.NET 4 .NET 4 Client... (more)
category: How To | clicked: 3 | comment | | source: james.newtonking.com
tags: JSON, Json.NET 4.0, Dynamic Support, NuGet
6
Shouts

Implicit Data Templates (Silverlight 5) - Jesse Liberty

published 760 days, 12 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 761 days, 9 hours, 19 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 5:47:50 PM GMT
A new feature in Silverlight 5 is the Implicit Data Template, which allows you to target a  data template for a specific data type.  Thus, you might create a class hierarchy of Messages, Direct Messages and Replies (with the latter two derived from the first) and then modify how they are displayed in, e.g., a list box, based on the type of the message. [Cli... (more)
category: Metro | clicked: 3 | comment | | source: jesseliberty.com
tags: SL, Silverlight, SL5, Silverlight 5
6
Shouts

Geographically distributing Windows Azure applications using Traffic Manager - Maarten Balliauw

published 757 days, 5 hours, 3 minutes ago posted by iftekharahmedamitiftekharahmedamit 761 days, 9 hours, 16 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:50:45 PM GMT
With the downtime of Amazon EC2 this week, it seems a lot of websites “in the cloud” are down at the moment. Most comments I read on Twitter (and that I also made, jokingly :-)) are in the lines of “outrageous!” and “don’t go cloud!”. While I understand these comments, I think they are wrong. These “clouds” can fail. They are even designed to fail, and often provide components and services that allow you to cope with these failures. You just have to expect failure at some point in time and build it into ... (more)
category: Architecture | clicked: 0 | comment | | source: blog.maartenballiauw.be
tags: Cloud, Windows Azure, Azure
7
Shouts

SQL Server: Sorting Data in Ascending Order but NULL at the End

published 757 days, 5 hours, 3 minutes ago posted by lionofdezertlionofdezert 761 days, 9 hours, 13 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:54:05 PM GMT
How to sort query result in ascending order but pushing NULL values at the end of result set. (more)
category: Data | clicked: 0 | comment | | source: connectsql.blogspot.com
7
Shouts

Creating an Autocomplete Redirect Navigation Control using jQuery UI - Steve Smith

published 757 days, 5 hours, 3 minutes ago posted by iftekharahmedamitiftekharahmedamit 761 days, 8 hours, 1 minute ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 7:05:38 PM GMT
On an application I’m working on, there’s was an ASP.NET DropDownList used for jumping to a particular account.  This, when enhanced with the AJAX Control Toolkit’s ListSearchExtender, provided an awesome user experience for quickly navigating to a particular account.  Just click the control, and either scroll, or better, type in the first few characters of the name of the account, and it was instantly selected.  Tab or enter from there, and you’re done. Unfortunately, as often happens, the applicabilit... (more)
category: Web Dev | clicked: 14 | 2 comments | | source: stevesmithblog.com
tags: AJAX Control Toolkit, jQuery UI, jQuery, Toolkit, Ajax
6
Shouts

Telerik Data Virtualization, WCF RIA Services and Visual Studio Async CTP

published 757 days, 5 hours, 3 minutes ago posted by KodefuGuruKodefuGuru 760 days, 20 hours, 22 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Saturday, April 23, 2011 6:44:50 AM GMT
Last week (MIX 2011), Microsoft released the second Visual Studio Async CTP and I’ve decided to give it a try and implement one of my blog posts related to our Silverlight Data Virtualization with WCF RIA Services. To do this I’ve made two extension methods for DomainContext: LoadAsync (more)
category: Metro | clicked: 4 | 1 comment | | source: blogs.telerik.com
tags: Telerik, Async, WCF RIA Services
4
Shouts

Windows Azure Traffic Manager - Neil Mackenzie

published 766 days, 15 hours, 1 minute ago posted by MarkMark 767 days, 6 hours, 25 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 8:41:36 PM GMT
The CTP for the Windows Azure Traffic Manager was announced at Mix 2011, and a colorful hands-on lab was introduced in the Windows Azure Platform Training Kit (April 2011). The lab has also been added to the April 2011 refresh of the Windows Azure Platform Training Course – a good, but under-appreciated, resource. You can apply to join the CTP on the Beta Programs section of the Windows Azure Portal. The Win... (more)
category: Architecture | clicked: 2 | comment | | source: convective.wordpress.com
tags: Cloud, Windows Azure, Azure
7
Shouts

MVVM Light V4 preview 3 (BL16, MIX11 edition!!) - Laurent Bugnion

published 765 days, 13 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 767 days, 10 hours, 11 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Saturday, April 16, 2011 4:55:17 PM GMT
At MIX11, I am releasing a new preview of MVVM Light version 4. This new preview contains one small change and one large change. ObservableObject replaces NotifyPropertyChanged In the previous preview, I introduced a new class named NotifyPropertyChanged. However, I got a few suggestions to rename this class to ObservableObject, which is indeed a better name. In BL16, NotifyPropertyChanged was deleted and replaced by ObservableObject. Nothing else changes, just the name. (more)
category: How To | clicked: 3 | comment | | source: blog.galasoft.ch
tags: MVVM Light V4, MVVM
7
Shouts

MVC Entity Framework Tutorials Published - ASP.NET and Web Tools Developer Content Team

published 766 days, 15 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 767 days, 8 hours, 3 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 7:03:42 PM GMT
The third series of Entity Framework tutorials, Getting Started with the Entity Framework Using ASP.NET MVC, has been published on the ASP.NET site. The tutorials create a sample application similar to the one that the two Web Forms series (Getting Started with the Entity Framework and Continuing with the Entity Framework) create. You can download a Visual Studio project that is a finished version of the series. Besides using MVC rather than Web Forms, this series is also different in that it uses the C... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: blogs.msdn.com
tags: EF, Entity Framework, MVC
6
Shouts

Creating a Markup Extension for MEF with Silverlight 5 - Jeremy Likness

published 766 days, 15 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 767 days, 7 hours, 54 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 7:13:07 PM GMT
One exciting new feature of Silverlight 5 is the ability to create custom markup extensions. Markup extensions are a part of XAML. Whenever you see a notation that starts and ends with a brace, you are viewing a markup extension. Markup extensions exist to pass information to properties in the XAML that the XAML parser can use when generating the object graph. A commonly used example of markup extensions is the data-binding syntax. In the following XAML snippet, the data-binding uses a markup extensi... (more)
category: Metro | clicked: 3 | comment | | source: csharperimage.jeremylikness.com
tags: SL, Silverlight, SL5, MEF, Silverlight 5
8
Shouts

Code First/Entity Framework 4.1 Videos and Articles on MSDN - Julie Lerman

published 766 days, 15 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 767 days, 7 hours, 51 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 7:16:07 PM GMT
Currently, 8 of the 10 videos on Code First and EF 4.1 I have already created for MSDN are online but they are not easy to find. Three of them are on the msdn.com/data/videos page. The others have not been placed there yet although you can find links to the videos at msdn.com/data/ef and then from the videos to the articles. Here are direct links to all of the videos and related articles that are currently online.Building an MVC 3 App with Code First and Entity Framework 4.1  Whitepaper     VideoBuildi... (more)
category: Architecture | clicked: 19 | comment | | source: thedatafarm.com
tags: Entity Framework, Code first, Entity Framework 4.1, Entity Framework 4
7
Shouts

Script#: Compiling C# to JavaScript using Visual Studio - Nikhil Kothari - Channel 9

published 765 days, 13 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 767 days, 7 hours, 45 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Saturday, April 16, 2011 7:21:11 PM GMT
Script#, a C# to JavaScript compiler, brings the power of Visual Studio and .NET Tools to build a productive development model for creating, testing and managing applications using HTML, CSS and JavaScript along with popular frameworks such as jQuery. This session provides a hands-on look at using Script#, shares success stories and experiences from real-world use, along with a project road-map... (more)
category: Screencast | clicked: 8 | comment | | source: channel9.msdn.com
tags: Channel 9, C#, Script#, Screencasts, Visual Studio, JavaScript, Screencast
7
Shouts

MVC + Code-First + Azure Part 2: Deployment - ADO.NET team blog

published 766 days, 15 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 767 days, 7 hours, 35 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 7:31:50 PM GMT
In the previous article, you learned how to create a basic MVC application using Code First. In the second and final section you will learn how to prepare and deploy your application to Windows Azure using Visual Studio. Deploying to Windows Azure Preparing Application Having tested our app locally, it is time to set up Azure to deploy our app. Although this process may seem long, all the steps except for deployment only have to be done once per application. First thing we must do before deploying is e... (more)
category: Architecture | clicked: 3 | comment | | source: blogs.msdn.com
tags: ADO.NET, Windows Azure, Code-first, Linq To SQL, Entity Framework, Code first, SQL Azure, DbContext API, MVC, Azure
6
Shouts

Hacking jQuery-Validate in ASP.NET MVC - Matt Hamilton

published 765 days, 13 hours, 5 minutes ago posted by StevesSteves 767 days, 7 hours, 22 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Saturday, April 16, 2011 7:44:31 PM GMT
You'll remember from my last post that I've been working on a small order-entry program in ASP.NET MVC. This is my first "from scratch" ASP.NET MVC application, so I've been learning some MVC and jQuery tricks along the way. Here's a partial screenshot of the "new order" screen to refresh your memory: You'll notice that each silo has a "capacity", and I wanted to be able to limit the item quantity to that value. No sense in allowing a farm to order mo... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: matthamilton.net
tags: ASP.NET MVC, Validation, ASPNETMVC, jQuery, Razor, ASP.NET
8
Shouts

Silverlight 5 Beta–A guide to the new features - Tim Heuer

published 765 days, 13 hours, 5 minutes ago posted by iftekharahmedamitiftekharahmedamit 767 days, 7 hours, 15 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Saturday, April 16, 2011 7:51:39 PM GMT
At the MIX11 conference Scott Guthrie announced the availability of Silverlight 5 Beta. I suppose this doesn’t come at a surprise to most as this is now a regular annual occurrence. In fact it is almost exactly a year ago when Silverlight 4 was released. The team has been working very hard to deliver on the features we discussed at the Silverlight Firestarter event last December 2010. That was a flurry of revealing that happened in December showing the world what the Silverlight team has been working... (more)
category: Metro | clicked: 1 | comment | | source: timheuer.com
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Silverlight 5
8
Shouts

Announcing the Silverlight 5 Beta Release and the Silverlight.net Redesign - Pete Brown

published 766 days, 15 hours, 1 minute ago posted by AlexAlex 767 days, 6 hours, 59 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 8:07:56 PM GMT
Four months ago, in December 2010, we held the Silverlight Firestarter in Redmond - an entire event dedicated just to Silverlight, with great speakers from inside Microsoft and from the Silverlight community. In that event's keynote, Scott Guthrie showed off some of the plans we have for Silverlight 5 (as well as the secret location of his tattoo). In today's keynote at MIX11, Scott Guthrie expanded on that. I'm proud to announce that today we have shipped Silverlight 5 Beta... (more)
category: Metro | clicked: 0 | comment | | source: 10rem.net
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Silverlight 5
4
Shouts

Getting the MVC3 assemblies as part of your Windows Azure deployment - Shawn Cicoria

published 766 days, 15 hours, 1 minute ago posted by NickolayNickolay 767 days, 6 hours, 47 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 8:19:09 PM GMT
There have been several techniques that have been posted on getting the MVC3 reference assemblies deployed as part of your Windows Azure Solution. http://blog.smarx.com/posts/asp-net-mvc-in-windows-azure This is something I learned today is in Visual Studio 2010 SP1. If you open up the context menu for the project, you’ll see “Add Deployable Dependencies”. When you select the parts you need it adds the bindeployableAssemblies to the project and a copy. With Vs2010 SP1, the build targets have been up... (more)
category: Architecture | clicked: 2 | comment | | source: blogs.msdn.com
tags: MVC3, Windows Azure, Deployment
6
Shouts

EF 4.1 Released - ADO.NET team blog

published 766 days, 15 hours, 1 minute ago posted by KluggerKlugger 767 days, 6 hours, 45 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 8:22:03 PM GMT
We are excited to announce the final Release to Web (RTW) of Microsoft ADO.NET Entity Framework 4.1 (EF 4.1). This is a fully supported, go-live release. What’s in EF 4.1? ADO.NET Entity Framework 4.1 introduces two new features: The DbContext API is a simplified abstraction over ObjectContext and a number of other types that were included in previous releases of the ADO.NET Entity Framework. The DbContext API surface is optimized for common tasks and coding patterns. DbContext can be used with Databa... (more)
category: Architecture | clicked: 15 | 1 comment | | source: blogs.msdn.com
tags: ADO.NET, Entity Framework, Code first, What's New, DbContext API
Previous 1 2 3 4 5 6 7 8 9 10 ... 26 27 Next