Klugger
Name: Klugger
Score: 16,945.71
Last Seen: 475 days, 14 hours, 24 minutes ago
Member Since: 19 January, 2009
DotNetShoutout
atom rss
5
Shouts

Hang Resistance in IE9 - IEBlog

published 759 days, 16 hours, 18 minutes ago posted by iftekharahmedamitiftekharahmedamit 762 days, 9 hours, 41 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Wednesday, April 20, 2011 9:33:56 PM GMT
IE9 is the most reliable browser available today in terms of hang resistance. In this post on IE reliability, we show how we engineered IE9’s hang resistance so that an unresponsive tab no longer affects the rest of the browser, similar to how IE is resistant to a crashing tab with Tab Isolation. We highlight new user experiences that help you recover from hangs caused by Web pages, long- running scripts or slow add-ons so that you can browse continuously without interruption. We also perform a competiti... (more)
category: How To | clicked: 2 | comment | | source: blogs.msdn.com
tags: Internet Explorer 9, IE 9, IE9, Internet Explorer, IE, Browser
6
Shouts

Working with User Names and Roles in Silverlight Applications - Dan Wahlin

published 764 days, 17 hours, 13 minutes ago posted by AlexAlex 765 days, 18 hours, 25 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:49:47 PM GMT
Security is a key component of applications and something that developers often struggle with to get right. How do you authenticate a user? How do you integrate roles and use them to show or hide different parts of a screen? These and other questions commonly come up as I talk with developers working on ASP.NET and Silverlight applications. I was recently presenting a workshop on Silverlight at the DevConnections conference in Orlando and had a question from the audience on how I handle security roles ... (more)
category: Metro | clicked: 1 | comment | | source: weblogs.asp.net
tags: SL, Silverlight, Security, ASP.NET
7
Shouts

The easy way to publish NuGet packages with sources - David Ebbo

published 764 days, 17 hours, 13 minutes ago posted by ScottScott 765 days, 18 hours, 34 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:40:04 PM GMT
The standard way to create NuGet packages today is to:Create a nuspec file with all the metadata and package dependencies Lay out the files that to want to include Run ‘nuget pack’ to create the package Run ‘nuget push’ to push them to the gallery See Phil’s post more more details on those steps. While this is pretty straightforward, it can be made yet easier if we take advantage of the fact that your VS project already contains a lot of information that shouldn’t have to be repeated. Today, we are... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.davidebbo.com
tags: NuGet
10
Shouts

Http Message Channels in WCF Web Apis Preview 4 - Pablo M. Cibraro

published 764 days, 17 hours, 13 minutes ago posted by ScottScott 765 days, 18 hours, 29 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:45:04 PM GMT
The new WCF Web Apis Preview 4 released yesterday in the wcf.codeplex.com introduced a new extensibility point for intercepting messages at channel level. The name for this new feature is “Http Message Channels” and the good thing is that you don’t need to rely anymore on the REST Starter Kit request interceptors for doing the same thing. Actually, a Http Message Channel is more useful as you can intercept either request or response messages, and also you ... (more)
category: Web Dev | clicked: 16 | 2 comments | | source: weblogs.asp.net
tags: WCF Web Apis, WCF, REST
6
Shouts

Considerations When Building Database Schema with Federations in SQL Azure - SQL Azure - Cihan Biyikoglu

published 764 days, 17 hours, 13 minutes ago posted by KluggerKlugger 765 days, 18 hours, 19 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:55:44 PM GMT
When working with federations, database schema requires a special consideration. With federations, you take parts of your schema and scale it out. With each federation in the root database, a subset of objects are scaled-out. You may create multiple federations because distribution characteristics and scalability requirements may vary across sets of tables. For example, with an ecommerce app, you may both have a large customer-orders set of tables and a very large product catalog that may have completel... (more)
category: Data | clicked: 1 | comment | | source: blogs.msdn.com
tags: Database Schema, SQL, SQL Azure, Database, Azure
6
Shouts

Using SMB to Share a Windows Azure Drive among multiple Role Instances - Windows Azure Storage Team Blog

published 764 days, 17 hours, 13 minutes ago posted by KluggerKlugger 765 days, 18 hours, 22 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:52:20 PM GMT
We often get questions from customers about how to share a drive with read-write access among multiple role instances. A common scenario is that of a content repository for multiple web servers to access and store content. An Azure drive is similar to a traditional disk drive in that it may only be mounted read-write on one system. However using SMB, it is possible to mount a drive on one role instance and then share that out to other role instances which can map the network share to a drive letter or mo... (more)
category: Architecture | clicked: 27 | comment | | source: blogs.msdn.com
tags: Windows Azure, Windows Azure Storage, Azure
6
Shouts

The IE10 User-Agent String - IEBlog

published 765 days, 19 hours, 9 minutes ago posted by KluggerKlugger 766 days, 10 hours, 47 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Saturday, April 16, 2011 8:27:11 PM GMT
We recently announced IE10 Platform Preview 1. Aside from some exciting new features, this platform preview also includes the new IE10 user-agent string: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0) Overall this represents a natural evolution of the IE9 user-agent string with only two changes: The value of the “MSIE” token is now “10.0” The value of the “Trident” token is now “6.0” Also, Compatibility View still maps to IE7 Standards Mode just like in IE8 and IE9. Here the user-... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Internet Explorer 10, Internet Explorer, IE, IE10
7
Shouts

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

published 764 days, 17 hours, 13 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 14 hours, 19 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 765 days, 19 hours, 9 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 12 hours, 11 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
8
Shouts

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

published 765 days, 19 hours, 9 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 11 hours, 58 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

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

published 765 days, 19 hours, 9 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 11 hours, 43 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
8
Shouts

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

published 764 days, 17 hours, 13 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 11 hours, 23 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 765 days, 19 hours, 9 minutes ago posted by AlexAlex 766 days, 11 hours, 7 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
6
Shouts

EF 4.1 Released - ADO.NET team blog

published 765 days, 19 hours, 9 minutes ago posted by KluggerKlugger 766 days, 10 hours, 52 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
5
Shouts

MIX 2011: Interactive Panel: Kinect and Natural User Interfaces - Arik Poznanski's Blog

published 766 days, 16 hours, 50 minutes ago posted by arikarik 767 days, 23 hours, 30 minutes ago
Saturday, April 16, 2011 2:24:19 PM GMT Friday, April 15, 2011 7:44:28 AM GMT
MIX 2011: Interactive Panel: Kinect and Natural User Interfaces The panel participants were Curtis Wong, Alex Kipman, Darren Bennett and Kristin Tolle. Following is a brief summary of the questions and answers discussed in the panel. Question: What do you think will be the trends in NUI in the future? Answer by Bennett: NUI used anywhere, not just in games. Answer by Kipman: Using NUI to create a world with less technology, i.e. there will be no need to learn technology, instead the computer will ... (more)
category: UX | clicked: 3 | comment | | source: blogs.microsoft.co.il
tags: Microsoft, MIX 2011
5
Shouts

MIX 2011: Enhanced Push Notifications and Live Tiles for Windows Phone - Arik Poznanski's Blog

published 766 days, 16 hours, 50 minutes ago posted by arikarik 767 days, 23 hours, 12 minutes ago
Saturday, April 16, 2011 2:24:19 PM GMT Friday, April 15, 2011 8:02:01 AM GMT
MIX 2011: Enhanced Push Notifications and Live Tiles for Windows Phone This session was delivered by Thomas Fennel, Program manager, from Microsoft. Thomas stated his session by showing what push notifications and tiles are. Push notification is how you can engage the user when your app is not on the foreground. Tiles are the squares on the Windows Phone home screen. Toast notifications – on the top. Tile notifications – most popular – includes data for count, title (of app or arbitrary string) ... (more)
category: Metro | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Windows Phone 7, Microsoft, MIX 2011
5
Shouts

MIX 2011: Advanced Feature in Silverlight 5 - Arik Poznanski's Blog

published 766 days, 16 hours, 50 minutes ago posted by arikarik 767 days, 22 hours, 35 minutes ago
Saturday, April 16, 2011 2:24:19 PM GMT Friday, April 15, 2011 8:39:39 AM GMT
MIX 2011: Advanced Feature in Silverlight 5 This session was delivered by Nick Kramer, Senior Program Manager from Microsoft. Topics discussed: Unrestricted file access Silverlight 5 trusted apps can access all files. Silverlight 4 trusted apps could only access My Documents and friends. Access is done using the standard .NET Directory.EnumerateFiles and File.OpenRead Trusted apps in-browser In Silverlight 4 only out-of-browser application could be trusted with user consent In Silverlight 5... (more)
category: Metro | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Silverlight, Microsoft, MIX 2011, Silverlight 5
5
Shouts

MIX 2011: Mono: State of the Union - Arik Poznanski's Blog

published 766 days, 16 hours, 50 minutes ago posted by arikarik 768 days, 51 minutes ago
Saturday, April 16, 2011 2:24:19 PM GMT Friday, April 15, 2011 6:23:53 AM GMT
MIX 2011: Mono: State of the Union This session was delivered by Miguel de Icaza, VP developer Platform, Mono Team, Novell. Miguel started by announcing the coming monospace conference: July 23 – July 25, in Boston, MA. Then Miguel presented the different mono related projects and their status: Mono includes Mono for iPhone (MonoTouch), MonoMac, Mono for Android, MonoDevelop IDE for Mac and Windows, Moonlight 4 (mono based Silverlight) and more. Miguel did thanked Microsoft for the large amounts o... (more)
category: Smart Client | clicked: 4 | comment | | source: blogs.microsoft.co.il
tags: Mono, Microsoft, MIX 2011
5
Shouts

ASP.NET MVC 3 Sample Project Launched

published 766 days, 16 hours, 50 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 768 days, 43 minutes ago
Saturday, April 16, 2011 2:24:19 PM GMT Friday, April 15, 2011 6:31:07 AM GMT
Okay, after popular demand of I think 0 people, I’ve published my old demo MVC 1 project as an MVC 3 project. If you haven’t read any of the posts on the last demo project, check out this post. This project completely separates UI & C# code, so you only have 2 projects (Core & UI…not counting the Unit Tests project). Basically, all I did was create a new MVC 3 project using Razor with Microsoft’s default template and deleted everything except the following: (more)
category: Web Dev | clicked: 17 | 2 comments | | source: derans.blogspot.com
tags: MVC 3
7
Shouts

MIX 2011: My Schedule for Day 2 - Arik Poznanski's Blog

published 766 days, 16 hours, 50 minutes ago posted by arikarik 769 days, 21 hours, 23 minutes ago
Saturday, April 16, 2011 2:24:19 PM GMT Wednesday, April 13, 2011 9:51:06 AM GMT
MIX 2011: My Schedule for Day 2 Following is my planned schedule for the second day of MIX 2011. Note: I have a Plan B for almost every lecture, just in case. Day 2, 09:00-11:00 Session: Day 2 Keynotes Presenters: Dean Hachamovitch, Joe Belfiore and Scott Guthrie Description: MIX 2011 keynotes Day 2, 11:30-12:30 Session: Building In Browser Experiences with Silverlight 5 Presenter: Steve Lasker Description: Whether using MVVM or building data driven browser... (more)
category: Smart Client | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Microsoft, MIX 2011
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 ... 90 91 Next