Dustin
Name: Dustin
Score: 14,109.49
Last Seen: 476 days, 16 hours, 9 minutes ago
Member Since: 18 January, 2009
DotNetShoutout
atom rss
7
Shouts

Not Just a Designer: Code First in Entity Framework Article on VS Magazine - Gil Fink on .Net

published 749 days, 20 hours, 37 minutes ago posted by gilfgilf 750 days, 20 hours, 4 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:27:13 PM GMT
Lately I wrote an article about Code First approach in Entity Framework 4.1 for Visual Studio Magazine. The article was published a few days ago and you can read it here. Enjoy! (more)
category: How To | clicked: 5 | 2 comments | | source: blogs.microsoft.co.il
tags: Entity Framework, Code first, Entity Framework 4.1, article
7
Shouts

Windows Azure Multiple Web Sites - Jim White

published 749 days, 20 hours, 37 minutes ago posted by iftekharahmedamitiftekharahmedamit 750 days, 20 hours, 15 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:15:45 PM GMT
With Windows Azure SDK 1.3, you can run multiple Web Sites in a single Web role.  Prior to Windows Azure SDK 1.3, each Web role ran a single Web application.  This constraint was largely because Web roles were hosted in IIS Hosted Web Core where a single application was bound to a single HTTP/HTTPS endpoint.  Now, Windows Azure supports full IIS capabilities allowing Web roles to support multiple Web sites and Web... (more)
category: Architecture | clicked: 0 | 1 comment | | source: www.intertech.com
tags: Cloud, Windows Azure, Azure
7
Shouts

Migrate to ASP.NET MVC 3 by leveraging your ASP.NET Web Forms skills - Rachel Appel

published 749 days, 20 hours, 37 minutes ago posted by iftekharahmedamitiftekharahmedamit 750 days, 19 hours, 47 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:44:16 PM GMT
Whenever a new technology or product comes onto the developer scene, people want to know how to best leverage their existing skills to work with it, and nobody wants to have to abandon existing knowledge. Making the move from Web Forms to MVC is no different. Despite the fact that Web Forms & MVC are very different ways of... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC 3, ASP.NET MVC, Caching, runtime, JavaScript, ASP.NET Web Forms, jQuery, Razor, core, ASP.NET
6
Shouts

Windows Azure AppFabric Caching Service Released! - Windows Azure AppFabric Team Blog

published 749 days, 20 hours, 37 minutes ago posted by iftekharahmedamitiftekharahmedamit 750 days, 19 hours, 33 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:57:40 PM GMT
Recently, at the MIX conference we announced the release of a new version of the Access Control service and the upcoming release of the Caching service. Today we are excited to announce that the Caching service has been released as a production service. The Caching service is a distributed, in-memory, application cache service that accelerates the performance of Windows Azure and SQL Azure applications by allowing you to keep data in-memory and saving you the need to retrieve that data from storage or ... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, Windows Azure AppFabric, Caching, AppFabric, Azure
6
Shouts

Just Released: Windows Azure AppFabric Caching Service - Windows Azure

published 749 days, 20 hours, 37 minutes ago posted by iftekharahmedamitiftekharahmedamit 750 days, 19 hours, 37 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:53:36 PM GMT
In case you missed the news, the Windows Azure AppFabric blog announced on Friday that the Windows Azure AppFabric Caching service is now available as a production service. This service is a distributed, in-memory, application cache service that accelerates the performance of Windows Azure and SQL Azure applications by providing the ability to keep data in-memory, which eliminates the need to retrieve that data from storage or a database. Six different cache size options are available ranging from 128MB... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, Windows Azure AppFabric, Caching, AppFabric, Azure
6
Shouts

NOW AVAILABLE: Windows Azure Platform Training Kit - April Update - Windows Azure

published 752 days, 11 hours, 48 minutes ago posted by iftekharahmedamitiftekharahmedamit 754 days, 5 hours, 8 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Saturday, April 30, 2011 4:22:52 AM GMT
The April 2011 update of the Windows Azure Platform Training Kit is now available for download. This version has been updated to the Windows Azure SDK 1.4 and Visual Studio 2010 SP1. It also includes new and updated hands-on labs (HOLs) and a demo for the new Windows Azure AppFabric portal. The Windows Azure Platform Training Kit includes a comprehensive set of technical content including hands-on labs, presentations, and demos that are designed to help you learn how to use the Windows Azure platform... (more)
category: Architecture | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, training kit, Azure
6
Shouts

IMage: Dynamic Types to Simplify Property Change Notification in Silverlight 4 and 5 - Jeremy Likness

published 752 days, 11 hours, 48 minutes ago posted by iftekharahmedamitiftekharahmedamit 754 days, 4 hours, 42 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Saturday, April 30, 2011 4:49:12 AM GMT
The biggest problem with data-binding is the requirement to implement the INotifyPropertyChange interface. There are dozens of solutions out there that try to simplify the process with techniques ranging from parsing lambda expressions and walking the stack frame to using IL weaving to modify classes at compile time. The most popular approach is to derive from a base class and call a base method to handle the event. The frustration often comes from mapping data objects that don't implement the interf... (more)
category: Metro | clicked: 4 | 1 comment | | source: csharperimage.jeremylikness.com
tags: SL, Silverlight, Silverlight 4, Silverlight 5
11
Shouts

WCF Extensibility – IParameterInspector - The .NET Endpoint - Carlos Figueira

published 752 days, 11 hours, 48 minutes ago posted by iftekharahmedamitiftekharahmedamit 754 days, 4 hours, 39 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Saturday, April 30, 2011 4:51:28 AM GMT
This post is part of a series about WCF extensibility points. For a list of all previous posts and planned future ones, go to the index page. The message inspectors, described in the previous post of this series, allows you complete control over the message going through the WCF stack. They’re very powerful, but you have to know how to deal with the Message object, which is not the most desirable way of programming. If the service model in WCF hides all the messaging framework by allowing us to define o... (more)
category: Web Dev | clicked: 15 | 2 comments | | source: blogs.msdn.com
tags: WCF, Extensibility
7
Shouts

Getting Started with Script# - Nikhil Kothari

published 750 days, 20 hours, 44 minutes ago posted by iftekharahmedamitiftekharahmedamit 753 days, 19 hours, 36 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Saturday, April 30, 2011 1:54:35 PM GMT
Hello World with Script# - a 101-style walkthrough on authoring and deploying scripts compiled from c#, while using the HTML DOM APIs, XMLHttpRequest, and jQuery. At MIX11, I presented a session on Script# titled "Script#: Compiling C# to JavaScript" ... and I did a follow up blog post highlighting the key points from the presentation. This blog post covers the Hello World demo, which will show how you can get started w... (more)
category: Web Dev | clicked: 17 | 1 comment | | source: www.nikhilk.net
tags: Script#, jQuery
6
Shouts

Single Action Controllers with ASP.Net MVC - Derek Greer

published 750 days, 20 hours, 44 minutes ago posted by iftekharahmedamitiftekharahmedamit 753 days, 18 hours, 29 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Saturday, April 30, 2011 3:02:14 PM GMT
While I’ve enjoyed working with the ASP.Net MVC Framework, one thing I wish that it provided is the ability to create controller-less actions. Why you ask? Because I’d rather my controllers only have one reason to change. While this isn’t provided out-of-the-box with ASP.Net MVC, single action controllers can be facilitated pretty easy with ASP.Net Routing. Let’s say that we have a single CustomerController that has seve... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: lostechies.com
tags: ASP.NET MVC
7
Shouts

Getting Started Video Series for RadTimeBar for Silverlight and WPF

published 750 days, 20 hours, 44 minutes ago posted by KodefuGuruKodefuGuru 753 days, 8 hours, 55 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Sunday, May 01, 2011 12:35:29 AM GMT
A week after the official release of RadTimeBar for Silverlight and WPF with the Q1 2011 SP1 release, we have some fresh new resources ready for you to watch to start getting the hang of working with RadTimeBar and integration with other RadControls. Last week I blogged about the Official Release of RadTimeBar, which included walking through some ... (more)
category: Screencast | clicked: 12 | 1 comment | | source: blogs.telerik.com
tags: Silverlight, Telerik, WPF, RadTimeBar
5
Shouts

Custom LINQ Operators, Deferred Execution and Exceptions

published 752 days, 11 hours, 48 minutes ago posted by BlackWaspBlackWasp 752 days, 23 hours, 47 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Sunday, May 01, 2011 9:43:38 AM GMT
The Language-Integrated Query (LINQ) standard query operators that return enumerable sequences use deferred execution but validate any source sequences immediately. Custom LINQ operators should exhibit the same behaviour. (more)
category: How To | clicked: 0 | 1 comment | | source: www.blackwasp.co.uk
tags: Linq
7
Shouts

Managing Tombstone State in a Windows Phone 7 Application - Arik Poznanski's Blog

published 752 days, 11 hours, 48 minutes ago posted by arikarik 753 days, 3 hours, 18 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Sunday, May 01, 2011 6:12:46 AM GMT
Managing Tombstone State in a Windows Phone 7 Application Before we continue, I trust that you know exactly the meaning of tombstone state in a Windows Phone 7 application. If this is not the case, simply read Yochay’s great posts on the application execution model (Part 1, Part 2, Part 3). Every Windows Phone 7 application needs to manages tombstoning correctly to provide a better user experience and pass the application certification requirements. When your application goes into tombstone state, i... (more)
category: Metro | clicked: 1 | 1 comment | | source: blogs.microsoft.co.il
tags: Silverlight, Windows Phone 7, Windows Phone 7 Development
6
Shouts

Asim Sajjad: DataPager Using MVVM in Silverlight 4

published 752 days, 11 hours, 48 minutes ago posted by asimsajjadasimsajjad 756 days, 5 hours, 25 minutes ago
Sunday, May 01, 2011 9:43:20 PM GMT Thursday, April 28, 2011 4:05:46 AM GMT
In this short post I will show you how to use the DataPager control using MVVM pattern in silverlight. I have develop navigation application for this example which you can see as shown in the Image 1. Here you can see that I have two control in the home screen one is the DataGrid and the second one is the DataPager control. Image 1In ViewModel I have only property with the name CustomerList of type PagedCollectionView. I have data store in the xml file with the name of customer which is store in the Dat... (more)
category: Metro | clicked: 7 | comment | | source: asimsajjad.blogspot.com
5
Shouts

SQL Server: NULL As Nothing vs NULL As String Value in SSMS

published 755 days, 23 hours, 58 minutes ago posted by lionofdezertlionofdezert 758 days, 14 hours, 48 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Monday, April 25, 2011 6:43:15 PM GMT
While loading data from Flat Files, I have found that few column values are inserted as ‘NULL’ and client’s application crashed. WHY ?. Because ‘NULL’ as nothing and NULL as character value are two different things. (more)
category: Data | clicked: 0 | comment | | source: connectsql.blogspot.com
5
Shouts

ECMAScript 5 'Strict mode' support in browsers. What does this mean?

published 755 days, 23 hours, 58 minutes ago posted by novogeeknovogeek 758 days, 15 hours, 11 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Monday, April 25, 2011 6:20:22 PM GMT
If you are closely following how the web is shaping up lately, you would be thrilled, like me, looking at pace at which things are changing. There are hundreds of things happening on the new HTML5, CSS3, JavaScript front, frequently releasing browser versions and contest for speed, supporting modern standards etc. One such innovations is ECMAScript 5 Strict Mode support in modern browsers. Recently, IE10 platform preview 1 announced 'strict mode' support in Mix 2011 conference . The goal of this article ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.novogeek.com
tags: ECMAScript, Internet Explorer 10, JavaScript
6
Shouts

Improve your UI code with Strategy Pattern | Rui Jarimba

published 754 days, 18 hours, 55 minutes ago posted by http://ruijarimba.wordpress.com/http://ruijarimba.wordpress.com/ 757 days, 18 hours, 2 minutes ago
Friday, April 29, 2011 2:35:31 PM GMT Tuesday, April 26, 2011 3:29:02 PM GMT
Improve your UI code with Strategy Pattern - Posted on April 25, 2011 by Rui Jarimba This article is intended to provide a brief introduction to the Strategy Design Pattern, and how can it help us to improve our User Interface code. (more)
category: Architecture | clicked: 1 | comment | | source: ruijarimba.wordpress.com
tags: Strategy Pattern, Design Patterns
5
Shouts

SQL Server: How to Read Trace File to Detect Database Detachment

published 755 days, 23 hours, 58 minutes ago posted by lionofdezertlionofdezert 757 days, 14 hours, 14 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Tuesday, April 26, 2011 7:16:29 PM GMT
Someone has detached database. From where you can find its information that which database was detached and who did it at which time. (more)
category: Data | clicked: 0 | comment | | source: connectsql.blogspot.com
4
Shouts

Sync Your Visual Studio Environment Through THE CLOUD

published 755 days, 23 hours, 58 minutes ago posted by Matt_TCFMatt_TCF 757 days, 6 hours, 36 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Wednesday, April 27, 2011 2:54:58 AM GMT
If you find yourself using Visual Studio on multiple machines, you probably spend at least some of your precious time keeping your various development environments in sync, especially if you’ve invested any time in installing useful extensions or customizing Visual Studio to fit your preferences. Today, I’m going to show you how I have fully synchronized my Visual Studio setup across nearly a half-dozen machines through the magic of THE CLOUD with ExtensionSync and Pepper. (more)
category: Agile | clicked: 2 | comment | | source: trycatchfail.com
tags: Cloud, extensionsync, Visual Studio, pepper
3
Shouts

Ruby on Rails in Windows Azure - Part 1 - Setting up Ruby on Rails in Windows 7 Machine with test Rails Application - Avkash Chauhan's Blog

published 755 days, 23 hours, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 757 days, 2 hours, 16 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Wednesday, April 27, 2011 7:15:08 AM GMT
Lets start with main component installation as below: Ruby 1.9.2 Rails 3.0.7 Ruby Installation: http://rubyforge.org/frs/?group_id=167... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Ruby on Rails, Windows Azure, Rails, Ruby, Azure
Previous 1 2 3 4 5 6 7 8 9 10 11 ... 65 66 Next