Alex
Name: Alex
Score: 10,283.57
Last Seen: 717 days, 5 hours, 52 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
9
Shouts

MSDN Magazine: Cutting Edge - Application Extensibility: MEF vs. IoC - Dino Esposito

published 797 days, 7 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 799 days, 19 hours, 34 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Thursday, March 17, 2011 3:38:37 PM GMT
There’s an interesting new component in the Microsoft .NET Framework 4 specifically designed to provide an effective answer to an evergreen question: How would you write extensible applications that can discover at run time all the parts they’re made of? As Glenn Block explained in his February 2010 article, “Building Composable Apps in .NET 4 with the Managed Extensibility Framework” (msdn.microsoft.com/magazine/ee291628), the Managed Extensibility Framework (MEF) can be used to streamline building com... (more)
category: Architecture | clicked: 33 | comment | | source: msdn.microsoft.com
tags: IoC, MEF, MSDN Magazine, Extensibility
11
Shouts

MSDN Magazine: RIA Frameworks - Building Data-Centric Web Apps with ASP.NET MVC and Ext JS - Juan Carlos Olamendy

published 798 days, 19 hours, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 799 days, 17 hours, 24 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Thursday, March 17, 2011 5:48:31 PM GMT
A rich Internet application (RIA) combines the usability of a desktop app with the flexibility of Web-based deployment and revision. There are two key approaches to building RIAs. First, there are browser plug-ins that host execution environments such as Flash, Java and Silverlight. Second, there are JavaScript-based extension libraries such as Dojo, Ext JS, jQuery, MooTools, Prototype and YUI. Each approach has its advantages and disadvantages. JavaScript libraries are a popular choice for building RIA... (more)
category: Web Dev | clicked: 50 | comment | | source: msdn.microsoft.com
tags: ASP.NET MVC, YUI, Prototype, mooTools, Ext JS, JavaScript, jQuery, Dojo, MSDN Magazine, MVC, ASP.NET
10
Shouts

Developer Training Kit for Visual Studio 2010 SP1, .NET Framework 4 Includes Silverlight, Azure Labs, Demos - US ISV Evangelism

published 797 days, 7 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 798 days, 22 hours, 24 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 12:48:23 PM GMT
A new March 2011 version of the Visual Studio 2010 and .NET Framework 4 Training Kit and Training Course has shipped this week that supports Visual Studio 2010 SP1. It includes new hands on labs for Windows Azure and Silverlight 4. The Visual Studio 2010 and .NET Framework 4 Training Course includes videos and hands-on-labs designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including: C# 4.0, Visual Basic 10, F#, ASP.NET 4, Parallel computin... (more)
category: Screencast | clicked: 3 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010 SP1, .NET Framework 4 Includes Silverlight, Labs, demos, Azure
12
Shouts

WCF Extensibility – Behaviors - Carlos Figueira

published 797 days, 7 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 798 days, 21 hours, 23 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 1:49:21 PM GMT
The first part of this series will focus on the behaviors. There are four kinds of behaviors, depending on the scope to which they apply: service, endpoint, contract and operation behaviors. The behavior interfaces are the main entry points for almost all the other extensibility points in WCF – it’s via the Apply[Client/Dispatch]Behavior method in the behavior interfaces where a user can get a reference to most of them. Description vs. Runtime The WCF behaviors are part of a service (or endpoint / contr... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: WCF, Extensibility
11
Shouts

How to Get Started with HTML 5 - Bruce Kyle

published 797 days, 7 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 798 days, 21 hours, 21 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 1:51:52 PM GMT
With the release of Internet Explorer 9 this week, you may be looking for resources to get started with your HTML 5. Here’s a list of resources to help you get started. * HTML5: Developer Guide on MSDN includes links to tutorials, videos, technical articles and blog posts. * Same Markup: Writing Cross-Browser Code * How to Create a HTML5 Media Player. Tutorial shows you how to use HTML5 to add a music player to your webpage without requiring a third-party plug-in or add-on. * How to Create an HTML5 Aud... (more)
category: How To | clicked: 4 | comment | | source: blogs.msdn.com
tags: HTML 5, html5
9
Shouts

Developer Tips for Internet Explorer 9 (Final Release) - Chris Bowen's Blog

published 797 days, 7 hours, 45 minutes ago posted by StevesSteves 798 days, 21 hours, 12 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 1:59:55 PM GMT
She word is out that Internet Explorer 9 is available for download in its final form, and here are some places to learn more: * IE9 feature (and download) site - Beauty of the Web * The IE9 launch keynote from SxSW * IE Blog Announcement To accompany the release, here’s a bunch of general tips, some especially useful for developers and designers... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Internet Explorer 9, IE 9, IE9, Internet Explorer
10
Shouts

Script Junkie - Plugin to Data Binding with jQuery - Tim Kulp

published 797 days, 7 hours, 45 minutes ago posted by StevesSteves 798 days, 21 hours, 4 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:08:07 PM GMT
Today’s internet browser is a powerful application engine running the software of tomorrow. Data is flowing to the browser from all directions (online, local storage, etc…) with robust options for storage and retrieval. Unfortunately, JavaScript still lacks an easy way to display or interact with this data. In this artic... (more)
category: Web Dev | clicked: 2 | 2 comments | | source: msdn.microsoft.com
tags: JavaScript, jQuery
9
Shouts

Implementing the virtual method pattern in C#, Part One - Eric Lippert

published 797 days, 7 hours, 45 minutes ago posted by StevesSteves 798 days, 21 hours, 2 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:10:35 PM GMT
If you've been in this business for any length of time you've undoubtedly seen some of the vast literature on "design patterns" -- you know, those standard solutions to common problems with names like "factory" and "observer" and "singleton" and "iterator" and "composite" and "adaptor" and "decorator" and... and so on. It is frequently useful to be able to take advantage of the analysis and design skills of others who have already given considerable thought to codifying patterns that solve common problem... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
9
Shouts

ASP.NET WF4 / WCF and Async Calls - Ron Jacobs

published 797 days, 7 hours, 45 minutes ago posted by KluggerKlugger 798 days, 20 hours, 35 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:37:45 PM GMT
How should you use WF4 and WCF with ASP.NET? For this post I’ve created a really simple workflow and WCF service that delay for a specific amount of time and then return a value. Then I created an ASP.NET page that I can use to invoke the workflow and WCF service to test their behavior The Workflow Definition First off – let’s get one thing straight. When you create a workflow, you are creating a workflow definition. The workflow definition still has to be validated, expressions compiled etc. and t... (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.msdn.com
tags: WF4, Async, WCF, ASP.NET
7
Shouts

Anatomy of a .NET Assembly - CLR metadata 1 - Simon Cooper

published 797 days, 7 hours, 45 minutes ago posted by KluggerKlugger 798 days, 20 hours, 33 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:39:01 PM GMT
Before we look at the bytes comprising the CLR-specific data inside an assembly, we first need to understand the logical format of the metadata (For this post I only be looking at simple pure-IL assemblies; mixed-mode assemblies & other things complicates things quite a bit). Most of the CLR-specific data inside an assembly is inside one of 5 streams, which are analogous to the sections in a PE file. The name of each section in a PE file starts with a ., and the name of each stream in th... (more)
category: How To | clicked: 4 | comment | | source: www.simple-talk.com
tags: .NET Assembly, CLR
8
Shouts

Universal Design Principles Applied to API Design (Part 1 of 4) - Brian Mulloy

published 797 days, 7 hours, 45 minutes ago posted by KluggerKlugger 798 days, 20 hours, 32 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:40:40 PM GMT
Reading the Universal Principles of Design and caring passionately about APIs got us thinking about how to apply those principles to API design. In this first of four posts, we'll cover the following 13 design principles: * Development Cycle * Errors * Visibility * Flexibility-Usability Tradeoff * Hick’s Law * 80/20 Rule * Inverted Pyramid * Advance Organizer * Consistency * Self Similarity * Aesthetic-Usability Effect * Cost-Benefit * Immersion ... (more)
category: Architecture | clicked: 0 | comment | | source: blog.apigee.com
tags: Design Principles, API Design
8
Shouts

IE9 Supports CSS3 Transforms! - Chris Love's Official ASP.NET Blog

published 797 days, 7 hours, 45 minutes ago posted by KluggerKlugger 798 days, 20 hours, 28 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:44:02 PM GMT
I can’t tell you how many times in the past I have wanted to rotate or skew an element in a web page. For the past year or so I have seen some really great examples of using the CSS3 Transforms module in other browsers, but not IE9. In reality the examples I was reviewing simply did not support IE9 transforms. Internet Explorer 9 has supported CSS3 2D transforms since the 6th platform preview. Since the CSS3 transforms module has not yet been ratified by the W3C Microsoft... (more)
category: How To | clicked: 1 | comment | | source: professionalaspnet.com
tags: css3, IE9
9
Shouts

MonoMac 1.0 is out - Miguel de Icaza

published 797 days, 7 hours, 45 minutes ago posted by AlexAlex 798 days, 20 hours, 25 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:47:18 PM GMT
Almost a year ago we started building a set of Mono bindings for building native MacOS X applications. Our original goals were modest: bind enough of AppKit that you could build native desktop applications for OSX using C# or your favorite .NET language. We leveraged a lot of the code that we built for MonoTouch our binding to the CocoaTouch APIs. During the year, the project picked up steam, we got plenty of contributions to MonoMac and grew beyond the original conservative goals... (more)
category: Metro | clicked: 0 | comment | | source: tirania.org
tags: Mono, Mac, MonoMac, Mac OS X, OSX
8
Shouts

Integrating ELMAH to ASP.net MVC in right way

published 808 days, 19 hours, 1 minute ago posted by http://www.beletsky.net/http://www.beletsky.net/ 809 days, 21 hours, 25 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:47:09 PM GMT
Many of you know what the ELMAH is. If you still don't, go and read here. If you care about monitoring and stability of your web application, you definitely consider to integrate ELMAH. There are number of guidelines of how to do that. But all of them do not answer several question that MVC developers really concerned about: How to add ELMAH as usual MVC controller? How to add ELMAH handler to make it secure (accessible only by authorized users) in MVC application? I'll shed the light on both questi... (more)
category: Web Dev | clicked: 1 | comment | | source: www.beletsky.net
tags: ASP.NET MVC, ELMAH
9
Shouts

Using Code First Model Configurations Classes - Gil Fink on .Net

published 808 days, 19 hours, 1 minute ago posted by gilfgilf 809 days, 21 hours, 18 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:54:06 PM GMT
In the past I explained how to use the Code First Fluent API in order to configure and shape your EDM during runtime. One of the problems that might raise when you use the Fluent API as I showed in the previous post is that the OnModelCreating method might become bloated and hard to read. This is the time to get familiar with another model configuration option which is built inside Code First. (more)
category: How To | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Code first, Configuration
7
Shouts

Moonlight 4 Preview 1 is out - Miguel de Icaza

published 808 days, 19 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 809 days, 14 hours, 22 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 8:50:06 PM GMT
This release of Moonlight completes the Moonlight 3 feature set and includes many features from Silverlight 4. Check out our release notes for the list of things that are currently missing from our Silverlight 4 support. Rendering Moonlight rendering system uses a painter's algorithm coupled with culling to ... (more)
category: Metro | clicked: 2 | comment | | source: tirania.org
tags: Silverlight, Moonlight, Silverlight 4, Moonlight 4
8
Shouts

Silverlight Runtime Inspector Tools - Silverlight Performance Blog

published 808 days, 19 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 809 days, 14 hours, 21 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 8:51:43 PM GMT
Not sure if folks are aware, but in addition to the Silverlight Spy tool which is a great visual tool to explore your application runtime tree and detect possible perf bottlenecks, there is also a free tool called Silverlight Inspector. Silverlight Inspector is a free utility that lets you view your app visual tree and control/view assemblies within a XAP. This tool is an open source so feel free to download sources and post back your improvements. .. (more)
category: Metro | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight
9
Shouts

NuGet Package of the Week #1 - ASP.NET Sprite and Image Optimization - Scott Hanselman

published 808 days, 19 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 809 days, 14 hours, 16 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 8:55:59 PM GMT
I was thinking since the NuGet .NET package management site is starting to fill up that I should start looking for gems (no pun intended) in there. You know, really useful stuff that folks might otherwise not find. I'll look for mostly open source projects, ones I think are really useful. I'll look at how they built their NuGet packages, if there's anything interesting about the way the designed the out of the box experience (and anything they could do to make it better) as well as what the package itsel... (more)
category: Web Dev | clicked: 2 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, ASP.NET, NuGet
8
Shouts

Using a custom build of MVC 3 - David Ebbo

published 808 days, 19 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 809 days, 14 hours, 14 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 8:58:38 PM GMT
Disclaimer: running a custom build of MVC 3 is not recommended in most scenarios. Please run against the official MVC 3 bits unless you really cannot. Be aware that using custom builds will make it harder to use 3rd party libraries built against the official bits (you’ll need to rebuild those libraries). One nice thing about ASP.NET MVC is that you can get the full sources on CodePlex and compile them yourself. Once you copy the sources locally, you can open the WebRuntime solution in VS 2010 and build... (more)
category: Web Dev | clicked: 1 | comment | | source: blog.davidebbo.com
tags: ASP.NET MVC 3, ASP.NET MVC, MVC 3, MVC, ASP.NET
8
Shouts

You Really Should Be Using NuGet - Justin Etheredge

published 808 days, 19 hours, 1 minute ago posted by iftekharahmedamitiftekharahmedamit 809 days, 14 hours, 12 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 9:00:33 PM GMT
If you get one thing out of this post, I want it to be that you need to help spread the word on NuGet. If you are currently using Visual Studio 2010, you have a very powerful package manager at your fingertips. What is a package manager? Well, you know how when you want to use a third party library you have to go find the website, download all of the files, unzip them somewhere (don’t forget to right click and "unprotect" that zip file!), copy them into your project, add references to them, add some con... (more)
category: Web Dev | clicked: 0 | comment | | source: www.codethinked.com
tags: Visual Studio 2010, ASP.NET, NuGet
Previous 1 2 3 4 5 6 7 8 9 10 ... 45 46 Next