Steves
Name: Steves
Score: 28,401.44
Last Seen: 475 days, 7 hours, 6 minutes ago
Member Since: 1 February, 2009
DotNetShoutout
atom rss
11
Shouts

Bridging the .NET power and HTML5 richness

published 719 days, 18 hours, 26 minutes ago posted by webguiwebgui 721 days, 17 hours, 39 minutes ago
Thursday, June 02, 2011 5:51:24 AM GMT Tuesday, May 31, 2011 6:39:06 AM GMT
Visual WebGui has recently released an HTML5 supported (beta) version of its platform. Needless to say this new .NETHTML5 version generated a lot of buzz and interest which were followed by many inquiries so I want to share more information and the Gizmox vision for the HTML5 version (more)
category: Web Dev | clicked: 41 | 1 comment | | source: geekswithblogs.net
tags: .NET, rich applications, VB.NET, web development, Screencast, html5
7
Shouts

The ABC of streaming in Silverlight

published 719 days, 18 hours, 26 minutes ago posted by KMilKMil 721 days, 12 hours, 48 minutes ago
Thursday, June 02, 2011 5:51:24 AM GMT Tuesday, May 31, 2011 11:29:22 AM GMT
Advanced media integration is one of Silverlight’s greatest strengths. In this tutorial, Walter Ferrari delves into this topic by carrying out some simple exercises. You will learn how to play a movie, how to interact with webcam and microphone and how to create a live streaming solution using Expression Encoder 4 and VLC and capture it in a Silverlight application. (more)
category: Metro | clicked: 28 | comment | | source: www.silverlightshow.net
tags: Streaming, media
5
Shouts

Great Free Video Training on ASP.NET Web Forms and ASP.NET MVC - ScottGu's Blog

published 734 days, 17 hours, 43 minutes ago posted by iftekharahmedamitiftekharahmedamit 736 days, 11 hours, 40 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Monday, May 16, 2011 12:37:40 PM GMT
We’ve recently published some great end-to-end ASP.NET video training courses on the http://asp.net web-site.  Created by Pluralsight (a great .NET training company), these video courses are available free of charge and provide a great way to learn (or brush-up your knowledge of) ASP.NET Web Forms 4 and ASP.NET MVC 3.  Each course is taught by a single trainer, and provides a nice end-to-end curriculum (from basic concepts to working with the new Entity Framework “code first” model to security, deploym... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Training, eo, Web forms, ASP.NET
5
Shouts

Metro In Motion #5 – SandwichFlow

published 734 days, 17 hours, 43 minutes ago posted by FantasticMrFishFantasticMrFish 736 days, 8 hours, 49 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Monday, May 16, 2011 3:28:40 PM GMT
SandwichFlow – As good as sandwiches get on a mobile … Brought to you by Team Distraction and ColinDoesIt(AsWell). An application that demo's various MetroInMotion Windows Phone 7 effects! (more)
category: Metro | clicked: 0 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7
6
Shouts

EF Code First and Data Scaffolding with the ASP.NET MVC 3 Tools Update - ScottGu's Blog

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 745 days, 23 hours, 31 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Saturday, May 07, 2011 12:47:11 AM GMT
Earlier this week I blogged about the new ASP.NET MVC 3 Tools Update that we shipped last month.  In today’s blog post I’m going to go into more detail about two of the cool new features it brings: Built-in support for EF 4.1 (which includes the new EF “code-first” support) Built-in data scaffolding support within Visual Studio (which enables you to rapidly create data-driven sites) These two features provide a really sweet, and extremely powerful, way to work with data and build data-driven web appl... (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, .NET, Visual Studio, MVC 3, MVC, ASP.NET
6
Shouts

C#/.NET Little Wonders: 5 Easy Ways to Combine Sequences

published 736 days, 12 hours, 29 minutes ago posted by BlackRabbitCoderBlackRabbitCoder 740 days, 1 hour, 8 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Thursday, May 12, 2011 11:09:45 PM GMT
Today I’m going to look at 5 different ways of combining two sequences together using LINQ extension methods. For the purposes of this discussion, I will split these 5 methods into homogeneous and heterogeneous methods which will combine like or unlike types respectively. (more)
category: Web Dev | clicked: 0 | comment | | source: blackrabbitcoder.net
tags: .NET, Concat, join, Little Wonders, C#, Union, Zip, GroupJoin, Linq
7
Shouts

MVC Music Store Updates - MVC 3 Tools Update Features, Scaffolding, Save Points, VB.NET Code - Jon Galloway

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 739 days, 5 hours, 3 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Friday, May 13, 2011 7:15:08 PM GMT
The latest drop of the Mvc Music Store tutorial cover the ASP.NET MVC 3 Tools Update, Scaffolding, Entity Framework Code First, SQL Server CE, and more. Additionally, this drop includes a VB.NET translation of the finished project as well as save points how the code should look when you complete each section.What's in the ASP.NET MVC 3 Tools Update The ASP.NET MVC 3 Tools Update doesn't change anything i... (more)
category: Web Dev | clicked: 6 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, MVC, ASP.NET
7
Shouts

ASP.NET MVC 3 and the @helper syntax within Razor - ScottGu's Blog

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 739 days, 9 hours, 23 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Friday, May 13, 2011 2:55:13 PM GMT
ASP.NET MVC 3 supports a new view-engine option called “Razor” (in addition to continuing to support/enhance the existing .aspx view engine).  Razor minimizes the number of characters and keystrokes required when writing a view template, and enables a fast, fluid coding workflow. Unlike most template syntaxes, with Razor you do not need to interrupt your coding to explicitly denote the start and end of server blocks within your HTML. The Razor parser is smart enough to infer this from your code. This en... (more)
category: Web Dev | clicked: 10 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, Razor, ASP.NET
5
Shouts

Visual Studio 2010 Image Optimizer Extension - Gil Fink on .Net

published 736 days, 12 hours, 29 minutes ago posted by gilfgilf 738 days, 10 hours, 52 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Saturday, May 14, 2011 1:25:23 PM GMT
One thing that caught my attention while watching the session that Mads Kristensen had in MIX11 was the Image Optimizer extension he is writing. This extension can be very valuable when you are trying to optimize your ASP.NET application (whether it is Web Forms or MVC 3). (more)
category: How To | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: optimizing, Visual Studio 2010, image, Extension
4
Shouts

Ready, set, scaffold! Build ASP.NET MVC 3 applications quickly with MvcScaffolding - Rachel Appel

published 736 days, 12 hours, 29 minutes ago posted by StevesSteves 737 days, 11 hours, 3 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 1:15:03 PM GMT
If you're building ASP.NET MVC 3 applications, you'll want to know about the MvcScaffolding project on CodePlex. Software scaffolding is a way to template software applications so that you can easily get a site up and running, with complete CRUD functionality.  What is MvcScaffolding and why use it? MvcScaffolding is tool available to... (more)
category: Web Dev | clicked: 12 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC, Entity Framework, ASPNETMVC, MvcScaffolding, Razor, MVC, ASP.NET
4
Shouts

MSDN Instant Answers - Cameron Skinner's Blog

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 16 hours, 12 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 8:06:08 AM GMT
Wanted to point out a great new feature that the MSDN team has just made available when searching in the MSDN library. The feature is dubbed “Instant Answers”. Try this out. Go to msdn.microsoft.com, then click the library tab ( or go directly there by clicking this link ). Now, type “Hashtable” in the search text box. You should see something like this as the first entry in the results:... (more)
category: How To | clicked: 5 | comment | | source: blogs.msdn.com
tags: MSDN
4
Shouts

Real World: Startup Lifecycle of a Windows Azure Role - Cory Fowler

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 16 hours, 7 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 8:10:33 AM GMT
This article was written Cory Fowler [@SyntaxC4]. Cory refers to himself as a “Developer as a Service.” He is a Technology Community Leader, Mentor and Speaker that enjoys sharing his passion for Software Development with others. Cory has been awarded with a Microsoft MVP award for his Focus on Windows Azure (Microsoft’s Cloud Computing Platform). Even with his head in the Clouds, Cory finds himself developing a wi... (more)
category: Architecture | clicked: 2 | comment | | source: msdn.microsoft.com
tags: Cloud, Windows Azure, Azure
4
Shouts

Continuous Integration in the Cloud - Cory Fowler

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 16 hours, 5 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 8:12:37 AM GMT
At the recent At the Movies Event put on by ObjectSharp, I demonstrated how to automate deployment of Windows Azure Applications in a TFS Build using a custom TFS Workflow Activity. Automated Deployment to Windows Azure is useful functionality as it replaces a rather tedious repetitive task from our daily routine. There are a number of ways to automate the Deployment Process to Windows Azure. In this entry I’ll outline how you can use TFS Builds or Powershell to Automate Windows Azure Deployments... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blog.syntaxc4.net
tags: Cloud, Windows Azure, TFS, Azure
5
Shouts

Unlocking the power of HTML5 - IE Blog

published 734 days, 17 hours, 43 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 15 hours, 58 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Sunday, May 15, 2011 8:19:30 AM GMT
Sounds form the background of our life. Today the HTML5 (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: HTML 5, html5
4
Shouts

Demystifying Entity Framework Strategies: Model Creation Workflow - MSDN Magazine - Julie Lerman

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 11 hours, 44 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:33:47 PM GMT
As a data-access technology designed to meet the needs of a variety of development styles, the Microsoft Entity Framework presents developers with a lot of options. Some of these choices need to be made early on in your development cycle and will impact what options you’ll have further along in your development process. In my next three columns, I’ll provide high-level guidance for some of the biggest decisions you’ll need to make with the Entity Framework: Code First, Model First or Database First work... (more)
category: Architecture | clicked: 22 | comment | | source: msdn.microsoft.com
tags: Entity Framework, MSDN Magazine
4
Shouts

Web Migration - Moving Your Web App from WebMatrix to ASP.NET MVC 3 - MSDN Magazine - Brandon Satrom and Clark Sell

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 11 hours, 38 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:40:07 PM GMT
This past January, Microsoft introduced a new programming model for Web development with the Microsoft .NET Framework called ASP.NET Web Pages. Currently supported by default in WebMatrix (web.ms/WebMatrix), Web Pages is a page-centric programming model that behaves much like PHP, where each page contains its own business logic, data access and dynamic content for rendering HTML to the browser. There are a variety of reasons to build a Web site in WebMatrix. But what if you know you want to move to Visu... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: msdn.microsoft.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC 3, MSDN Magazine, WebMatrix, MVC, ASP.NET
4
Shouts

dotPeek - Free .NET Decompiler is Available for Early Access - JetBrains .NET Tools Blog

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 11 hours, 32 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:46:10 PM GMT
The long-awaited free standalone .NET decompiler from JetBrains goes public today: please welcome JetBrains dotPeek! JetBrains dotPeek:Decompiles .NET 1.0-4.0 assemblies to C#.Brings the full power of ReSharper-style navigation to decompiled code.Provides syntax highlighting and code insight.Is keyboard-centric, with keyboard shortcuts familiar to ReSharper users. Go to Symbol/Type/File Member, Find Usages, Go to Implementation/Base/Derived Types, plus Parameter Info, Quick Documentation, Type Hierar... (more)
category: How To | clicked: 0 | comment | | source: blogs.jetbrains.com
tags: .NET Decompiler, decompiler, JetBrains, JetBrains dotPeek, dotPeek
4
Shouts

Silverlight Integration Pack for Microsoft Enterprise Library 5.0 released! - Grigori Melnik

published 736 days, 12 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 11 hours, 18 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 12:59:20 PM GMT
Today we are releasing the Silverlight Integration Pack for the popular Microsoft Enterprise Library application blocks. This release provides guidance and reusable components designed to encapsulate recommended practices which facilitate consistency, ease of use, integration, and extensibility. It also addresses the needs of those who would like to port their existing LOB applications, that already leverage Enterprise Library, to Silverlight. (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, Enterprise Library
5
Shouts

HTML5 Intellisense in Visual Studio 2010/2008

published 734 days, 17 hours, 43 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 740 days, 17 hours, 9 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Thursday, May 12, 2011 7:08:42 AM GMT
Recently I was playing with HTML5 and I was in need of the HTML5 intellisense in Visual Studio 2010. I found a great extension which will provide me a great intellisense for HTML5. I thought its great to share with you all.  You can download that tool from following link. http://visualstudiogallery.msdn.microsoft.com/d771cbc8-d60a-40b0-a1d8-f19fc393127d Once you download install it. You need to change your validation to HTML5 in your Visual Studio 2010 configuration. For that you have to go to Tools->O... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: jalpesh.blogspot.com
tags: visualstudio2010 vs2010, html5
8
Shouts

The 4 Stages of Learning Design Patterns - Steve Smith's Blog

published 734 days, 17 hours, 43 minutes ago posted by StevesSteves 737 days, 15 hours, 46 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Sunday, May 15, 2011 8:32:09 AM GMT
Design patterns are general, reusable solutions that occur in software design, which can usually be adapted to fit into a number of different situations and applications.  Recently, I recorded a screencast interview with Carl Franklin on Commonly Used Design Patterns for dnrTV, and one of the things we discussed was the stages of learning design patterns.  I noted that, at least for myself, I’d found that I tended to go through four distinct phases during my learning process when it came to these pattern... (more)
category: How To | clicked: 7 | comment | | source: stevesmithblog.com
tags: Design, Patterns, Design Patterns
Previous 1 2 3 4 5 6 7 8 9 10 ... 104 105 Next