DotNetShoutout - Stories tagged with MSDN Magazine
4
Shouts

Making It More Functional

published 626 days, 4 hours, 50 minutes ago posted by KodefuGuruKodefuGuru 626 days, 23 hours, 35 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 3:35:43 PM GMT
Ted Neward goes through a code kata with several programming paradigms in the latest Working Programmer column. Being a coding polyglot is all the rage nowadays, and understanding multiple paradigms is essential to being a well-rounded developer. Ted goes through procedural style, modifies it to be object-oriented, demonstrates how to use meta and then dynamic programming. Finally, he makes it more functional. The proposed solution adds an aspect of functional programming, but it can be taken further... (more)
category: How To | clicked: 19 | 3 comments | | source: www.kodefuguru.com
tags: C#, functional, MSDN Magazine
2
Shouts

MSDN Magazine: Windows Phone 7 - Sterling for Isolated Storage on Windows Phone 7

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 708 days, 15 hours, 54 minutes ago
Sunday, June 12, 2011 11:16:57 PM GMT
Learn how to leverage the Sterling open source database library to persist and query data locally in Windows Phone 7 apps with minimal effort, along with a simple strategy for managing state when an application is deactivated upon a user switching to another application. (more)
category: Architecture | clicked: 17 | comment | | source: msdn.microsoft.com
tags: WindowsPhone7, WindowsPhone, Windows Phone 7, WP7, Windows Phone 7 Development, wp7dev, MSDN, Windows Phone, MSDN Magazine
2
Shouts

MSDN Magazine: Data Points - Demystifying Entity Framework Strategies: Loading Related Data

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 708 days, 15 hours, 58 minutes ago
Sunday, June 12, 2011 11:13:22 PM GMT
With the Entity Framework, modeling the data is just a first step. You'll also need to use the right tools for querying and loading your data. We'll show you the options and help you choose the right ones for your application (more)
category: Data | clicked: 21 | comment | | source: msdn.microsoft.com
tags: entityframework4, EF4, MSDN, entityframework4.0, entity framework 4.0, Entity Framework 4, 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, 3 hours, 22 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 2 hours, 31 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

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

published 736 days, 3 hours, 22 minutes ago posted by iftekharahmedamitiftekharahmedamit 737 days, 2 hours, 37 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
11
Shouts

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

published 794 days, 23 hours, 57 minutes ago posted by iftekharahmedamitiftekharahmedamit 795 days, 21 hours, 23 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
9
Shouts

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

published 793 days, 11 hours, 43 minutes ago posted by iftekharahmedamitiftekharahmedamit 795 days, 23 hours, 32 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
7
Shouts

MSDN Magazine: Cache Integration - Building and Using Custom OutputCache Providers in ASP.NET - Brandon Satrom

published 804 days, 24 minutes ago posted by iftekharahmedamitiftekharahmedamit 804 days, 22 hours, 53 minutes ago
Wednesday, March 09, 2011 2:46:54 PM GMT Tuesday, March 08, 2011 4:18:08 PM GMT
If you’re a Web developer, in the past you may have utilized the output-caching facility provided by ASP.NET. Introduced with the first version of the Microsoft .NET Framework, ASP.NET output caching can improve the performance of serving content to site visitors by retrieving that content from a cache, bypassing re-execution of pages or controllers. This saves your application expensive database calls when returning data that doesn’t update frequently, or that can be stale for periods of time... (more)
category: Web Dev | clicked: 21 | comment | | source: msdn.microsoft.com
tags: outputcache, Cache, integration, MSDN Magazine, ASP.NET
2
Shouts

Dynamic Programming in MSDN Magazine

published 835 days, 16 hours, 34 minutes ago posted by mikeukmikeuk 836 days, 6 hours, 44 minutes ago
Saturday, February 05, 2011 10:36:54 PM GMT Saturday, February 05, 2011 8:26:44 AM GMT
Now online - the February issue of MSDN magazine which majors on dynamic programming in C# and F#. (more)
category: How To | clicked: 12 | comment | | source: www.i-programmer.info
tags: MSDN Magazine
2
Shouts

MSDN Magazine: The Working Programmer - Multiparadigmatic .NET, Part 5: Automatic Metaprogramming

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 867 days, 4 hours, 29 minutes ago
Wednesday, January 05, 2011 10:41:41 AM GMT
Inheritance stands at the center of the object-oriented paradigm, but it isn’t always the best solution for all problems in OO programming, and despite its flaws and pitfalls, automatic metaprogramming, or code generation, is a useful tool to keep in your toolbox. (more)
category: How To | clicked: 23 | comment | | source: msdn.microsoft.com
tags: OOP, MSDN, MSDN Magazine
4
Shouts

MSDN Magazine: Toolbox - Visual Studio Tools and Extensions

published 864 days, 13 hours, 28 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 867 days, 4 hours, 36 minutes ago
Saturday, January 08, 2011 1:43:30 AM GMT Wednesday, January 05, 2011 10:34:52 AM GMT
If Visual Studio is your IDE of choice, you have a plethora of tools to make it even better. Here’s a selection of some of the most valuable ones. (more)
category: How To | clicked: 11 | comment | | source: msdn.microsoft.com
tags: visaul studio, MSDN, MSDN Magazine
2
Shouts

My article in MSDN Magazine: Using MEF to Expose Interfaces in Your Silverlight MVVM Apps

posted by sandrinosandrino 867 days, 6 hours, 52 minutes ago
Wednesday, January 05, 2011 8:19:15 AM GMT
After patiently waiting through the editing process my article finally got published in MSDN Magazine and Visual Studio Magazine. I had the chance to write a long article on integrating MVVM with Silverlight Navigation (Frames) using MEF. (more)
category: Metro | clicked: 6 | comment | | source: sandrinodimattia.net
tags: Silverlight, MEF, MVVM, MSDN Magazine
2
Shouts

MSDN Magazine: UI Frontiers - Silverlight, Windows Phone 7 and the Multi-Touch Thumb

published 898 days, 6 hours, 31 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 898 days, 16 hours, 18 minutes ago
Sunday, December 05, 2010 8:40:15 AM GMT Saturday, December 04, 2010 10:53:22 PM GMT
The versatile, touch-enabled Thumb control is supported by Silverlight on both the Web and Windows Phone 7. We’’ll show you how to create a shared-code project for both platforms that uses Thumb for both mouse and multi-touch input. (more)
category: Metro | clicked: 4 | comment | | source: msdn.microsoft.com
tags: WindowsPhone7, WindowsPhone, Windows Phone 7, WP7, multitouch, MSDN, Windows Phone, MSDN Magazine
5
Shouts

MSDN Magazine: Security Briefs - Improve ASP.NET Security with Visual Studio Code Analysis

published 896 days, 21 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 898 days, 16 hours, 19 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 10:52:04 PM GMT
Visual Studio code analysis and FxCop enable you to check your code automatically for design, performance and security issues. Now you can check your ASP.NET apps, too. We’ll show you how. (more)
category: How To | clicked: 3 | comment | | source: msdn.microsoft.com
tags: MSDN, FxCop, code analysis, MSDN Magazine
5
Shouts

MSDN Magazine: The Working Programmer - Multiparadigmatic .NET, Part 4: Object Orientation

published 896 days, 21 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 898 days, 16 hours, 20 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 10:50:48 PM GMT
Object-oriented developers may be too comfortable modeling commonality and variability with inheritance. As Ted Neward points out, that can lead to problems for the unwary. (more)
category: How To | clicked: 1 | comment | | source: msdn.microsoft.com
tags: MSDN, MSDN Magazine
6
Shouts

MSDN Magazine: Test Run - Web Application UI Testing with jQuery

published 896 days, 21 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 898 days, 16 hours, 21 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 10:49:38 PM GMT
Although jQuery was created with Web development in mind, it has several characteristics that make it well-suited for lightweight Web UI test automation. We’ll show you how to build a simple jQuery-based test harness. (more)
category: How To | clicked: 1 | comment | | source: msdn.microsoft.com
tags: Web Test, MSDN, jQuery, MSDN Magazine
5
Shouts

MSDN Magazine: Forecast: Cloudy - Pushing Content from SharePoint to Windows Azure Storage

published 896 days, 21 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 898 days, 16 hours, 23 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 10:48:26 PM GMT
We walk through a sample implementation that lets users selectively push content from SharePoint to Windows Azure Storage, providing links to the new locations and taking into account access control to the files. (more)
category: Architecture | clicked: 0 | comment | | source: msdn.microsoft.com
tags: MSDN, Sharepoint, MSDN Magazine, Azure
5
Shouts

MSDN Magazine: Data Points - Profiling Database Activity in the Entity Framework

published 896 days, 21 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 898 days, 16 hours, 25 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 10:45:50 PM GMT
It’s important to profile your database queries to see what happens in response to Entity Framework queries and other data access activities, says Julie Lerman, who gives you the details on several profiling options to improve you coding. (more)
category: Data | clicked: 0 | comment | | source: msdn.microsoft.com
tags: EF, entityframework, MSDN, MSDN Magazine
5
Shouts

MSDN Magazine: Cutting Edge - Aspect-Oriented Programming, Interception and Unity 2.0

published 896 days, 21 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 898 days, 16 hours, 27 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 10:44:34 PM GMT
Learn about the aspect-oriented programming paradigm and the related capabilities you find in Unity 2.0 as Dino Esposito explores how to deal with cross-cutting concerns in your code. (more)
category: How To | clicked: 3 | comment | | source: msdn.microsoft.com
tags: Unity, MSDN, aspect-oriented programming, MSDN Magazine
5
Shouts

MSDN Magazine: Toolbox - Windows Azure Development Resources

published 896 days, 21 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 898 days, 16 hours, 28 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Saturday, December 04, 2010 10:43:22 PM GMT
The Windows Azure platform is Microsoft’s stack of cloud computing resources. Here’s a collection of tools and information that will get you writing apps for Windows Azure today. (more)
category: Architecture | clicked: 1 | comment | | source: msdn.microsoft.com
tags: Windows Azure, MSDN, Azura, MSDN Magazine
Previous 1 2 3 4 5 6 7 8 Next