Klugger
Name: Klugger
Score: 16,945.71
Last Seen: 474 days, 3 hours, 45 minutes ago
Member Since: 19 January, 2009
DotNetShoutout
atom rss
7
Shouts

Should I use HTML5 or Silverlight? One man's opinion. - Scott Hanselman

published 740 days, 19 hours, 29 minutes ago posted by StevesSteves 744 days, 20 hours, 8 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Saturday, May 07, 2011 12:28:04 AM GMT
I was in Belgium and The Netherlands this last week presenting and talking to folks in the community. After I presented on ASP.NET MVC 3, HTML5 and jQuery, one fellow came up after and said, "Should I use Silverlight or HTML5. I don't understand what Microsoft's strategy is or what to use in my app." Since I work for the Web Platform and Tools team (ASP.NET, IIS, etc) I spend a lot of time working, coding, and thinking about the web. However, I'm not an official strategist, or marketing guy.  But I do h... (more)
category: Metro | clicked: 0 | 1 comment | | source: www.hanselman.com
tags: SL, Silverlight, html5
6
Shouts

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

published 735 days, 8 hours, 47 minutes ago posted by iftekharahmedamitiftekharahmedamit 744 days, 19 hours, 49 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
2
Shouts

New Windows Azure Connect Features Add New Locations, Enhance Interface - Windows Azure

published 743 days, 20 hours, 52 minutes ago posted by iftekharahmedamitiftekharahmedamit 744 days, 19 hours, 28 minutes ago
Saturday, May 07, 2011 11:43:58 PM GMT Saturday, May 07, 2011 1:07:55 AM GMT
Windows Azure Connect provides a simple and easy-to-manage mechanism to setup IP-based network connectivity between on-premises and Windows Azure resources. This capability makes it easier for an organization to migrate their existing applications to the cloud by enabling direct IP-based network connectivity with their existing on-premises infrastructure. Windows Azure Connect also makes it simple for developers to setup direct connectivity to their cloud-hosted virtual machines, enabling remote administ... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, Azure
4
Shouts

Compare SQL Server Databases Stored Procedure

published 742 days, 1 hour, 3 minutes ago posted by JudoJudo 744 days, 14 hours, 57 minutes ago
Monday, May 09, 2011 7:32:46 PM GMT Saturday, May 07, 2011 5:39:37 AM GMT
This is a very powerful script which screates a stored procedure which performs a detailed comparison between two databases (compares both table structure as well as data). (more)
category: Data | clicked: 1 | comment | | source: www.databasescripts.com
tags: SQL Server, sql server compare
4
Shouts

You Should Use NuGet

published 742 days, 1 hour, 3 minutes ago posted by KodefuGuruKodefuGuru 744 days, 14 hours, 25 minutes ago
Monday, May 09, 2011 7:32:46 PM GMT Saturday, May 07, 2011 6:11:27 AM GMT
One of the best features in Visual Studio 2010 is the Extension Manager. It allows you to download, install, disable, enable, and uninstall a variety of extensions for Visual Studio without leaving the IDE. You can access Extension Manager through the Tools menu. Selecting the Extension Manager will bring you to a dialog containing your installed extensions and an online gallery. The gallery contains many excellent free extensions like the Power Productivity Tools, and it contains commercial products ... (more)
category: How To | clicked: 1 | comment | | source: www.kodefuguru.com
tags: Extension Manager, Visual Studio, NuGet
3
Shouts

Telerik Blogs > TeamPulse R1 2011 is Here: Bug Tracking, Productivity Features

published 743 days, 20 hours, 52 minutes ago posted by KodefuGuruKodefuGuru 744 days, 14 hours, 5 minutes ago
Saturday, May 07, 2011 11:43:58 PM GMT Saturday, May 07, 2011 6:30:53 AM GMT
We are very excited to announce the official release of the R1 2011 version of our agile project management tool TeamPulse. This release expands the tool’s feature set with the addition of a Bug Tracking module, which allows users to record, triage, assign and evaluate bugs in an easy and intuitive way. We also wanted R1 2011 to be about increasing indi... (more)
category: Agile | clicked: 1 | comment | | source: blogs.telerik.com
tags: Telerik, TeamPulse, Agile, project management
4
Shouts

LINQ Zip Operator

published 742 days, 1 hour, 3 minutes ago posted by BlackWaspBlackWasp 744 days, 6 hours, 56 minutes ago
Monday, May 09, 2011 7:32:46 PM GMT Saturday, May 07, 2011 1:39:43 PM GMT
In the .NET framework version 4.0 Microsoft introduced the Zip method to the set of standard query operators. This extension method combines pairs of values from two sequences to generate a third set of values. (more)
category: How To | clicked: 2 | comment | | source: www.blackwasp.co.uk
tags: Linq
5
Shouts

Powershell Magic and Syncing Your Profile through THE CLOUD

published 740 days, 19 hours, 29 minutes ago posted by Matt_TCFMatt_TCF 744 days, 6 hours, 22 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Saturday, May 07, 2011 2:14:26 PM GMT
Use Powershell? Want to download a website using a single command, or launch a process with elevated permissions? Do you want to sync your Powershell profile across all your machines? I'll show you how. (more)
category: How To | clicked: 3 | comment | | source: trycatchfail.com
tags: Cloud, Powershell
6
Shouts

jQuery.map() in 1.6 » Learning jQuery - Jordan Boesch

published 746 days, 5 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 747 days, 6 hours, 54 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 1:42:30 PM GMT
Among all of the great fixes and additions to jQuery 1.6, I'm happy to say that jQuery.map() now supports objects! The previous map only supported arrays. With other libraries already offering object support for map, it was a nice addition. Let's say you want to collect an array of object keys from a JSON object. PLAIN TEXTJavaScript: var myObj ={    "name":"jordan",    "haircolor":"brown",    "eyecolor":"ravishing"}; Here's how you would have done it in older versions of jQuery (prior to 1.... (more)
category: Web Dev | clicked: 2 | 2 comments | | source: www.learningjquery.com
tags: jQuery, jQuery 1.6
5
Shouts

WebsiteSpark + Pluralsight - The Official Pluralsight Blog - Aaron Skonnard

published 746 days, 5 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 747 days, 6 hours, 38 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 1:57:57 PM GMT
Today we are excited to announce a new strategic partnership between Pluralsight and WebsiteSpark. This partnership gives all WebsiteSpark members free Pluralsight On-Demand! training benefits. WebsiteSpark gives Web designers and developers a jump-start by providing the tools and resources needed to build great websites, free of cost. WebsiteSpark membe... (more)
category: Screencast | clicked: 14 | 1 comment | | source: blog.pluralsight.com
tags: Pluralsight, Windows Azure, Training, Windows Phone 7, Entity Framework, WebsiteSpark, Screencasts, MVC 3, jQuery, ASP.NET 4, WCF RIA Services, Linq, Screencast, HTML 5, Silverlight 5
7
Shouts

SEO and In-site Searching Module Programming - Part 4

published 744 days, 23 hours, 33 minutes ago posted by sonukapoorsonukapoor 747 days, 6 hours, 16 minutes ago
Friday, May 06, 2011 9:03:41 PM GMT Wednesday, May 04, 2011 2:19:56 PM GMT
In this part, I will introduce to you the backend sub modules of the Q&A Web application. (more)
category: Web Dev | clicked: 1 | 2 comments | | source: dotnetslackers.com
tags: SEO, ASP.NET
5
Shouts

MassTransit v2.0 Beta Available Now on NuGet! - Chris Patterson's Blog

published 746 days, 5 hours, 16 minutes ago posted by StevesSteves 747 days, 4 hours, 19 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 4:17:41 PM GMT
After what seems like a long slumber, along with work being done on other projects such as Topshelf and Stact, it is our great pleasure to announce the first beta release of MassTransit v2.0. What originally started out as a minor “1.3” update has turned into a full-out cleanup of the codebase, including a refinement of the configuration API. Since there were some breaking changes to the configuration, we felt a 2.0 m... (more)
category: Web Dev | clicked: 7 | 1 comment | | source: lostechies.com
tags: MassTransit, NuGet
6
Shouts

Taking Baby Steps with Node.js – WebSockets - Jan Van Ryswyck - Elegant Code

published 746 days, 5 hours, 16 minutes ago posted by StevesSteves 747 days, 3 hours, 24 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 5:12:14 PM GMT
Here are the links to the previous installments: Introduction Threads vs. Events Using Non-Standard Modules Debugging with node-inspector CommonJS and Creating Custom Modules Node Version Management with n Implementing Events BDD Style Unit Tests with Jasmine-Node Sprinkled With Some Should “node_modules” Folders Pumping Data Between Streams Some Node.js Goodies The Towering Inferno Creating TCP Servers HTML5 is definitely one of the hot topics du jour. There are several technologies that are part of t... (more)
category: Web Dev | clicked: 7 | 2 comments | | source: elegantcode.com
tags: websockets, Node.js
7
Shouts

Windows Azure Multiple Web Sites - Jim White

published 747 days, 7 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 748 days, 7 hours, 20 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:15:45 PM GMT
With Windows Azure SDK 1.3, you can run multiple Web Sites in a single Web role.  Prior to Windows Azure SDK 1.3, each Web role ran a single Web application.  This constraint was largely because Web roles were hosted in IIS Hosted Web Core where a single application was bound to a single HTTP/HTTPS endpoint.  Now, Windows Azure supports full IIS capabilities allowing Web roles to support multiple Web sites and Web... (more)
category: Architecture | clicked: 0 | 1 comment | | source: www.intertech.com
tags: Cloud, Windows Azure, Azure
8
Shouts

ASP.NET Thread Usage on IIS 7.0 and 6.0 - Thomas Marquardt's Blog

published 747 days, 7 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 748 days, 7 hours, 58 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 12:38:40 PM GMT
I'd like to briefly explain how ASP.NET uses threads when hosted on IIS 7.0 and IIS 6.0, as well as the configuration changes that you can make to alter the defaults. Please take a quick look at the “Threading Explained” section in Chapter 6 of “Improving .NET Application Performance and Scalability”. Prior to v2.0 of the .NET Framework, it was necessary to tweak the processModel/maxWorkerThreads, processModel/maxIoThreads, httpRuntime/minFreeThreads, httpRuntime/minLocalRequestFreeThreads, and connectio... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: blogs.msdn.com
tags: IIS 6.0, IIS 7.0, IIS, ASP.NET
7
Shouts

Not Just a Designer: Code First in Entity Framework Article on VS Magazine - Gil Fink on .Net

published 747 days, 7 hours, 42 minutes ago posted by gilfgilf 748 days, 7 hours, 9 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:27:13 PM GMT
Lately I wrote an article about Code First approach in Entity Framework 4.1 for Visual Studio Magazine. The article was published a few days ago and you can read it here. Enjoy! (more)
category: How To | clicked: 5 | 2 comments | | source: blogs.microsoft.co.il
tags: Entity Framework, Code first, Entity Framework 4.1, article
7
Shouts

Migrate to ASP.NET MVC 3 by leveraging your ASP.NET Web Forms skills - Rachel Appel

published 747 days, 7 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 748 days, 6 hours, 52 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:44:16 PM GMT
Whenever a new technology or product comes onto the developer scene, people want to know how to best leverage their existing skills to work with it, and nobody wants to have to abandon existing knowledge. Making the move from Web Forms to MVC is no different. Despite the fact that Web Forms & MVC are very different ways of... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC 3, ASP.NET MVC, Caching, runtime, JavaScript, ASP.NET Web Forms, jQuery, Razor, core, ASP.NET
6
Shouts

Just Released: Windows Azure AppFabric Caching Service - Windows Azure

published 747 days, 7 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 748 days, 6 hours, 43 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:53:36 PM GMT
In case you missed the news, the Windows Azure AppFabric blog announced on Friday that the Windows Azure AppFabric Caching service is now available as a production service. This service is a distributed, in-memory, application cache service that accelerates the performance of Windows Azure and SQL Azure applications by providing the ability to keep data in-memory, which eliminates the need to retrieve that data from storage or a database. Six different cache size options are available ranging from 128MB... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, Windows Azure AppFabric, Caching, AppFabric, Azure
6
Shouts

Windows Azure AppFabric Caching Service Released! - Windows Azure AppFabric Team Blog

published 747 days, 7 hours, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 748 days, 6 hours, 39 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 1:57:40 PM GMT
Recently, at the MIX conference we announced the release of a new version of the Access Control service and the upcoming release of the Caching service. Today we are excited to announce that the Caching service has been released as a production service. The Caching service is a distributed, in-memory, application cache service that accelerates the performance of Windows Azure and SQL Azure applications by allowing you to keep data in-memory and saving you the need to retrieve that data from storage or ... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: Cloud, Windows Azure, Windows Azure AppFabric, Caching, AppFabric, Azure
5
Shouts

Securing your ASP.NET MVC 3 Application - Rick Anderson

published 747 days, 7 hours, 42 minutes ago posted by DustinDustin 748 days, 5 hours, 57 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:39:17 PM GMT
In ASP.NET MVC 2 it was recommended that you create a base controller with an [Authorize] attribute, and derive each controller (except the Account/Login controller) from that base class. That strategy has one big flaw, nothing prevents you from adding a new controller that doesn't derive from the [Authorize] protected base controller. Another approach for ASP.NET MVC 2 was to apply the AuthorizeAttribute to just the specific controllers or actions that need to be secured. The flaw with selectively apply... (more)
category: Web Dev | clicked: 17 | 1 comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, Security, MVC, ASP.NET
Previous 1 2 3 4 5 6 7 8 9 10 11 12 ... 90 91 Next