Steves
Name: Steves
Score: 28,401.44
Last Seen: 473 days, 4 hours, 13 minutes ago
Member Since: 1 February, 2009
DotNetShoutout
atom rss
5
Shouts

ASP.NET MVC 3 Tools Update, now with Drop-Down Lists! - Joe Cartano

published 762 days, 7 hours, 23 minutes ago posted by StevesSteves 763 days, 7 hours, 14 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 2:10:58 PM GMT
The ASP.NET MVC 3 Tools Update includes EF Code First as a preinstalled NuGet package. You can use EF Code First to generate models and then scaffold them with the updated Add Controller tool. Of course, you don’t have to use EF Code First to take advantage of the updated scaffolding in the ASP.NET MVC 3 Tools Update. Lets take a look at some of the improvements. Below is a screenshot of the new and improved Add Controller dialog. I am about to scaffold a controller and CRUD views for the Employee entity... (more)
category: Web Dev | clicked: 11 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
5
Shouts

Now available: Microsoft SDL Process Guidance updates – version 5.1 - SDL Team - Jeremy Dallman

published 762 days, 7 hours, 23 minutes ago posted by StevesSteves 763 days, 7 hours, 41 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 1:43:42 PM GMT
Jeremy Dallman here to let you know we have released our annual update to the Microsoft Security Development Lifecycle Process Guidance – version 5.1 (SDL 5.1). SDL 5.1 is now available for download (.docx format) as well as updated online in the MSDN library. This public update of our internal SDL process guidance documentation is intended to provide transparency into how we implement the SDL at Microsoft. The changes in SDL 5.1 continue to demonstrate that the Microsoft SDL is continuously evolving to... (more)
category: Architecture | clicked: 2 | comment | | source: blogs.msdn.com
tags: Security Development Lifecycle, SDL
5
Shouts

Getting Started with FSharpChart - Fsharp Team - Keith Battocchi

published 762 days, 7 hours, 23 minutes ago posted by StevesSteves 763 days, 8 hours, 18 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 1:06:58 PM GMT
Hi, I'm Keith Battocchi, and I'm working on making it easier to use F# for data-rich programming. In my first blog post, I want to highlight some of the basic features of the FSharpChart wrappers that Don blogged about earlier this month. As Don mentioned, this library contains F#-friendly wrappers for the types in the System.Windows.Forms.DataVisualization.Charting namespace, making it easy to interactively chart data from F# Interactive (see also the Chart Controls section of MSDN for further informa... (more)
category: How To | clicked: 11 | comment | | source: blogs.msdn.com
tags: FSharpChart, FSharp, F#
5
Shouts

Dubbcentral: Implementing A Common Interface For NHibernate And RavenDb LINQ Providers

published 762 days, 7 hours, 23 minutes ago posted by http://dubbcentral.blogspot.com/http://dubbcentral.blogspot.com/ 764 days, 17 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Saturday, April 16, 2011 9:08:10 PM GMT
Background Knowledge This is for those who are not familiar with the concept of a query provider. It's all about IQueryable (more)
category: How To | clicked: 2 | comment | | source: dubbcentral.blogspot.com
4
Shouts

Getting From .NET to HTML5

published 762 days, 7 hours, 23 minutes ago posted by EinatsmEinatsm 763 days, 10 hours, 37 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 10:48:31 AM GMT
HTML5 introduces markup-level functionality for rich graphics, animation and web multimedia. It also supports a richer web application functionality and extends the client capabilities with local storage. Many pundits see it as the next generation web - web 3.0 if you like - and an open standard replacement for propriety plug-ins, Microsoft Silverlight and Adobe Flash. But, for all its new features, HTML5 is still only the end product. This article looks at HTML5 from the web programmer's point of view,... (more)
category: Web Dev | clicked: 4 | 1 comment | | source: www.visualwebgui.com
tags: client, Web, HTML 5
7
Shouts

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

published 762 days, 7 hours, 23 minutes ago posted by ScottScott 763 days, 8 hours, 45 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 762 days, 7 hours, 23 minutes ago posted by ScottScott 763 days, 8 hours, 40 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

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

published 762 days, 7 hours, 23 minutes ago posted by AlexAlex 763 days, 8 hours, 35 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
6
Shouts

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

published 762 days, 7 hours, 23 minutes ago posted by KluggerKlugger 763 days, 8 hours, 33 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

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

published 762 days, 7 hours, 23 minutes ago posted by KluggerKlugger 763 days, 8 hours, 29 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

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

published 762 days, 7 hours, 23 minutes ago posted by StevesSteves 764 days, 1 hour, 40 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
5
Shouts

Web Workers in HTML5 - Gil Fink on .Net

published 766 days, 22 hours, 49 minutes ago posted by gilfgilf 772 days, 9 hours, 10 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Friday, April 08, 2011 12:14:38 PM GMT
Is these application demands sound familiar: Using background I/O operations Web services polling Processing large amount of data Running an algorithm in the background More If you are working in Windows environment you will probably use a background worker (or another thread) for achieving these demands in order to make your application more responsive. In web environment this was impossible since JavaScript is a single threaded environment. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: blogs.microsoft.co.il
tags: JavaScript, HTML 5
5
Shouts

Gartner Predicts a Promising Future for Windows Phone 7 Developers | Colin Eberhardt's Adventures in WPF

published 766 days, 22 hours, 49 minutes ago posted by FantasticMrFishFantasticMrFish 772 days, 12 hours, 12 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Friday, April 08, 2011 9:12:51 AM GMT
Yesterday Gartner released its latest mobile smartphone sales predications, with the figures showing a dramatic turnaround in their predictions for the Microsoft Windows Phone 7 platform. The latest predictions are charted below (I find this much easier to visualise this data in a chart versus the tabular form which Gartner publish!): We can see from the chart above that Gartner predicts that Android will increase the lead that it has so rapidly acquired, BlackBerry’s RIM and Apple’s iOS will see mode... (more)
category: Metro | clicked: 0 | 2 comments | | source: www.scottlogic.co.uk
tags: Windows Phone 7
5
Shouts

SEO and In-site Searching Module Programming - Part 1

published 766 days, 22 hours, 49 minutes ago posted by sonukapoorsonukapoor 769 days, 7 hours, 27 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Monday, April 11, 2011 1:58:30 PM GMT
In this series of articles, I would like to first introduce the search engine related concepts and technologies, and then through an in-site searching module of an ASP. NET 4.0 sample Web site (a simple Question and Answer site), to show readers how to put all the SEO related goodies into practice. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: dotnetslackers.com
tags: SEO, ASP.NET
4
Shouts

MIX 2011: Deep Dive MVVM - Arik Poznanski's Blog

published 766 days, 22 hours, 49 minutes ago posted by arikarik 767 days, 11 hours, 57 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Wednesday, April 13, 2011 9:28:19 AM GMT
MIX 2011: Deep Dive MVVM This session was delivered by Laurent Bugnion, the creator of MVVM Light. In this session Laurent talked about advanced MVVM topics that every WPF/SL developer face sooner or later. Laurent used a demo application an showed how to solve some common issues. For example, how can one share view-models between several different platforms (Silverlight / WP7), short answer: add shared files as links. Also discussed: what strategy should be used to create view-models and exposes ... (more)
category: Metro | clicked: 7 | comment | | source: blogs.microsoft.co.il
tags: Silverlight, WPF, MIX 2011, MVVM Light Toolkit, MVVM
7
Shouts

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

published 764 days, 7 hours, 1 minute ago posted by arikarik 767 days, 11 hours, 34 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
7
Shouts

MIX 2011: Java-Script – The Language - Arik Poznanski's Blog

published 765 days, 13 hours, 39 minutes ago posted by arikarik 767 days, 11 hours, 37 minutes ago
Friday, April 15, 2011 7:46:27 AM GMT Wednesday, April 13, 2011 9:47:39 AM GMT
MIX 2011: Java-Script – The Language This session was presented by Luke Hoban, a Microsoft PM that also worked on C# and F#. In his talk, Luke started by going over the history of the Java-Script language. Later he started to review the core concepts that comprises the Java-Script language.The basic syntaxType systemObjectsFunctionsPrototypal inheritance Luke gave a nice slide that contains most of the Java-Script syntax, personally I think it’s a great way to get up to speed on a new language: ... (more)
category: Smart Client | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: ECMAScript, MIX 2011, JavaScript
4
Shouts

MIX 2011: Discussion: Building line-of-business apps - Arik Poznanski's Blog

published 766 days, 22 hours, 49 minutes ago posted by arikarik 767 days, 11 hours, 59 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Wednesday, April 13, 2011 9:25:38 AM GMT
MIX 2011: Discussion: Building line-of-business apps A few days before the MIX conference every attendee got a mail suggesting to participate in some discussion groups with Microsoft personnel. I asked to participate in the “Building line-of-business apps” discussion, and indeed a few days later I got an invitation. To those that don’t know, these discussion groups are another way that Microsoft uses to get feedback from the community. These discussions groups are usually very intimate, i.e. 15 pe... (more)
category: Smart Client | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Microsoft, MIX 2011, Line-Of-Business Application
11
Shouts

SQL SERVER – Query to Recent Query on Server with Execution Plan Function to Get SQL « Journey to SQLAuthority

published 765 days, 13 hours, 39 minutes ago posted by pinaldavepinaldave 767 days, 12 hours, 6 minutes ago
Friday, April 15, 2011 7:46:27 AM GMT Wednesday, April 13, 2011 9:18:37 AM GMT
This blog post is written in response to the T-SQL Tuesday hosted by Matt Velic. He has picked very interesting topic which is related to APPLY clause of the T-SQL. When I read the subject, I really liked the subject. This is very new subject and it is quite a interesting choice by Matt. I tried to explain in simpler words regarding APPLY but it is not that easy to explain. Instead Here is the quick theory from BOL: The APPLY operator allows you to invoke a table-valued function for each row returned b... (more)
category: Data | clicked: 0 | comment | | source: blog.sqlauthority.com
tags: SQLServer, Database, pinaldave, SQLAuthority
4
Shouts

MIX 2011: Day 1 Keynotes Summary - Arik Poznanski's Blog

published 766 days, 22 hours, 49 minutes ago posted by arikarik 767 days, 12 hours, 18 minutes ago
Wednesday, April 13, 2011 10:36:26 PM GMT Wednesday, April 13, 2011 9:07:23 AM GMT
MIX 2011: Day 1 Keynotes Summary Despite of the fact that severalSelaexpertsalreadyblogged about the first day keynotes, I thought I’d give my perspective on this session. Today was a very interesting day.. Not quite what I was expecting but MIX is not over yet. The first session I've attended was the keynotes, of course. Checkout the great drawings that captures the summary of the different parts of the keynotes. The keynotes, which where opened by Dean Hachamovitch, presented the vi... (more)
category: Smart Client | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Microsoft, MIX 2011
Previous 1 2 ... 7 8 9 10 11 12 13 14 15 16 ... 104 105 Next