Mike
Name: Mike
Score: 4,927.42
Last Seen: 639 days, 11 hours, 59 minutes ago
Member Since: 3 February, 2009
DotNetShoutout
atom rss
16
Shouts

Building JavaScript MVVM apps in ASP.NET MVC using KnockoutJS - Shiju Varghese's Blog

published 636 days, 12 hours ago posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 640 days, 6 hours, 19 minutes ago
Thursday, August 25, 2011 9:37:21 PM GMT Monday, August 22, 2011 3:18:44 AM GMT
JavaScript is getting more attention in modern web application development and increasing the popularity of JavaScript on every day. HTML 5 is making a revolution in web apps world and it is becoming a common platform for variety of scenarios. JavaScript is the language for HTML 5. The next question is how we can write highly maintainable JavaScript code and how to write testable JavaScript code. The answer would be to use a high level JavaScript framework such as KnockoutJS, BackboneJS and SpineJS. In t... (more)
category: Web Dev | clicked: 75 | 1 comment | | source: t.co
tags: ASP.NET MVC, KnockoutJS, ASP.NET
15
Shouts

Developing real-world applications with LightSwitch - Part 3: Going visual with screens

published 636 days, 12 hours ago posted by KMilKMil 639 days, 18 hours, 51 minutes ago
Thursday, August 25, 2011 9:37:21 PM GMT Monday, August 22, 2011 2:46:41 PM GMT
In this third part of his LightSwitch series at SilverlightShow, Gill Cleeren looks at the visualization of the data: the screens. You will get a clear view of what screen can do in your application, see the different ways of working with screens, the different screen templates and how you can build screens. At the end you'll find out how to change the navigation of a LightSwitch application. (more)
category: Metro | clicked: 34 | comment | | source: www.silverlightshow.net
tags: LightSwitch
6
Shouts

SQL Running Total Sample in SQL Server 2008

published 721 days, 3 hours, 46 minutes ago posted by eralpereralper 723 days, 4 hours, 16 minutes ago
Thursday, June 02, 2011 5:51:24 AM GMT Tuesday, May 31, 2011 5:21:14 AM GMT
Calculating sql running total in SQL Server queries is a common task for most of t-sql developers. In order to display running totals for a quantity or amount column, easiest method in SQL Server is using t-sql CTE (Common Table Expression) structures (more)
category: Data | clicked: 21 | comment | | source: www.kodyaz.com
tags: SQL Server, T-SQL
7
Shouts

Create Date and Time Intervals Table in SQL Server using Numbers Table and Dateadd

published 721 days, 3 hours, 46 minutes ago posted by eralpereralper 723 days, 4 hours, 13 minutes ago
Thursday, June 02, 2011 5:51:24 AM GMT Tuesday, May 31, 2011 5:24:41 AM GMT
Time schedule table or date table is frequently required by sql developers during t-sql coding. In this t-sql tutorial I want to give some sql hints that SQL programmers can use in their daily works. You will see that the following sql samples use SQL Server numbers table code in order to create a periodic time blocks or time intervals for different purposes (more)
category: Data | clicked: 10 | comment | | source: www.kodyaz.com
tags: SQL Server, T-SQL
11
Shouts

Bridging the .NET power and HTML5 richness

published 721 days, 3 hours, 46 minutes ago posted by webguiwebgui 723 days, 2 hours, 58 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 721 days, 3 hours, 46 minutes ago posted by KMilKMil 722 days, 22 hours, 8 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
6
Shouts

Orchard 1.1: what's in it for developers? - Bertrand Le Roy

published 760 days, 18 hours, 41 minutes ago posted by MikeMike 761 days, 16 hours, 35 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 5:02:44 PM GMT
My previous post focused on the most visible changes in Orchard 1.1 but we also made a few changes to the platform that open up new developer scenarios.Suppressing Dependencies Orchard is essentially built around the idea of dependency injection, but for those services that need to have a unique implementation, it was almost impossible to swap the default implementation with your own without hacking into our Autofac code. With Orchard 1.1, you may now suppress... (more)
category: Web Dev | clicked: 3 | comment | | source: weblogs.asp.net
tags: Orchard CMS, Orchard, ASP.NET
4
Shouts

Configuration Settings Are A Dependency That Should Be Injected

posted by devtrendsdevtrends 766 days, 14 hours, 46 minutes ago
Sunday, April 17, 2011 6:51:08 PM GMT
Dependency Injection does not just apply to obvious dependencies such as repositories and logging components. It is very important to inject ALL dependencies including the less obvious ones. In my experience, one of the most overlooked areas is configuration. Many people seem perfectly happy to extract settings from config deep within their code. This is plain wrong. If you need to reference an AppSetting in your business logic, inject it. If you need a connection string in your data access code, inject ... (more)
category: Web Dev | clicked: 2 | comment | | source: devtrends.co.uk
tags: IoC, Dependecy Injection
11
Shouts

Federated Authentication with Azure AppFabric ACS v2.0: Part 1 - Setup

published 760 days, 18 hours, 41 minutes ago posted by sandrinosandrino 761 days, 23 hours, 24 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 10:13:19 AM GMT
Yesterday and today I've been teaching the Azure introduction training for MIC Belgium. Even though Azure AppFabric ACS wasn't part of this course it was a hot topic. I showed a demo and we did a small exercise all together, but I promised to create a detailed guide that allows you to create your own applications using federated authentication. (more)
category: Web Dev | clicked: 12 | 1 comment | | source: sandrinodimattia.net
tags: Azure AppFabric, Federated Authentication, Azure AppFabric ACS, Azure
7
Shouts

Fluent XML Serialization–Part 3: How Serialization Is Performed

published 760 days, 18 hours, 41 minutes ago posted by Matt_TCFMatt_TCF 761 days, 19 hours, 38 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Friday, April 22, 2011 1:59:01 PM GMT
Reflection is a powerful tool when used correctly. In this penultimate chapter of Fluent XML Serialization, I will show you how Fluently-XML uses configuration data built up from a domain-specific language to perform serialization at runtime. (more)
category: How To | clicked: 16 | comment | | source: trycatchfail.com
tags: Fluent API, Serialization, XML, DSL
5
Shouts

Hang Resistance in IE9 - IEBlog

published 760 days, 18 hours, 41 minutes ago posted by iftekharahmedamitiftekharahmedamit 763 days, 12 hours, 4 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

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

published 765 days, 19 hours, 36 minutes ago posted by KluggerKlugger 766 days, 20 hours, 45 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 765 days, 19 hours, 36 minutes ago posted by KluggerKlugger 766 days, 20 hours, 42 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
5
Shouts

Getting Started with FSharpChart - Fsharp Team - Keith Battocchi

published 765 days, 19 hours, 36 minutes ago posted by StevesSteves 766 days, 20 hours, 31 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#
6
Shouts

Spreading Inheritance Tree Mapping Across Assemblies in Code First - Gil Fink on .Net

published 765 days, 19 hours, 36 minutes ago posted by gilfgilf 766 days, 20 hours, 25 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 1:12:51 PM GMT
Today I helped a client to solve a problem regarding EF4.1 Code First. The issue that they banged their heads with was an inheritance tree mapping in their model which is spread across two different assemblies. When they run the application they always got the same exception – “mapping and metadata information could not be found for entitytype ‘entity name’”. (more)
category: How To | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Code first, Mapping
5
Shouts

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

published 765 days, 19 hours, 36 minutes ago posted by StevesSteves 766 days, 19 hours, 54 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

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

published 765 days, 19 hours, 36 minutes ago posted by StevesSteves 766 days, 19 hours, 27 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
7
Shouts

How you can make WF/WCF better - Ron Jacobs

published 765 days, 19 hours, 36 minutes ago posted by StevesSteves 766 days, 19 hours, 21 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 2:16:47 PM GMT
Are you sometimes frustrated by WF/WCF? Let’s just be honest for a moment… all of us are frustrated by WF/WCF at times. Even those of us who work on the product can probably think of a hundred ways we would like to make them better. However, we can’t fix everything or change everything that we would like to change because we also face the reality that we have a limited amount of time and resources to make changes... (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.msdn.com
tags: WF, WCF
6
Shouts

"Those who cannot remember the past are condemned to repeat it." [WebBrowserExtensions.StringSource attached dependency property makes Silverlight/Windows Phone/WPF's WebBrowser control more XAML- and binding-friendly] - David Anson

published 763 days, 8 hours, 30 minutes ago posted by AlexAlex 766 days, 19 hours, 4 minutes ago
Thursday, April 21, 2011 1:07:06 AM GMT Sunday, April 17, 2011 2:33:40 PM GMT
The WebBrowser control is available in Silverlight 4, Windows Phone 7, and all versions of WPF. It's mostly the same everywhere, though there are some specific differences to keep in mind when using it on Silverlight-based platforms. WebBrowser offers two ways to provide its content: by passing a URI or by passing a string with HTML text: If you have a URI, you can set the Source (dependency) property in code or XAML or you can call the Navigate(Uri) method from code... (more)
category: Metro | clicked: 2 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, XAML
3
Shouts

FREE WEBCAST May 13, 2011: Windows Azure Deep Dive on Windows Azure Data Storage and Compute Services - Windows Azure

published 765 days, 19 hours, 36 minutes ago posted by iftekharahmedamitiftekharahmedamit 766 days, 18 hours, 58 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 2:39:40 PM GMT
Want to learn how to make the most of the data storage and compute services available with the Windows Azure platform? Then be sure to sign up for "MSDN Simulcast Event: Windows Azure Deep Dive with Jeffrey Richter: Explore the Benefits of Windows Azure Data Storage and Compute Services"' on May 13, 2011. During this full day of in-depth learning, Jeffrey will teach architects and developers how to make the most of the data storage and compute services available as part of the Windows Azure platform. C... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: Windows Azure, Azure
Previous 1 2 3 4 5 6 7 8 9 10 ... 14 15 Next