Klugger
Name: Klugger
Score: 11,970.36
Last Seen: 19 hours, 23 minutes ago
Member Since: 19 January, 2009
DotNetShoutout
atom rss
6
shouts

Using FTP to access Windows Azure Blob Storage

published 5 hours, 27 minutes ago posted by http://openid.balliauw.be/maarten/Index.htmhttp://openid.balliauw.be/maarten/Index.htm 1 day, 9 hours, 49 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 8:58:42 AM GMT
A while ago, I did a blog post on creating an external facing Azure Worker Role endpoint, listening for incoming TCP connections. After doing that post, I had the idea of building a Windows Azure FTP server that served as a bridge to blob storage. Lack of time, other things to do, you name it: I did not work on that idea. Until now, that is. (more)
category: Web Service | clicked: 33 | comment | | source: blog.maartenballiauw.be
tags: Azure, Blob, FTP, storage
6
shouts

Announcing TestRail 1.1

published 5 hours, 27 minutes ago posted by dgpbdgpb 1 day, 8 hours, 30 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 10:17:30 AM GMT
We are happy to announce the release of TestRail 1.1, a new version of our comprehensive new web-based test case management tool. TestRail helps software development teams and QA departments manage test cases, track test results and coordinate software testing efforts. (more)
category: Agile | clicked: 34 | comment | | source: blog.gurock.com
tags: Testing
8
shouts

First Encounters of the MEF Kind

published 5 hours, 27 minutes ago posted by mceranskimceranski 1 day, 6 hours, 6 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 12:41:47 PM GMT
One of the newest additions to the .NET 4 framework is MEF. MEF stands for the Managed Extensibility Framework and is the answer to your prayers if you are building an app that allows developers to extend its functionality by building plugins. MEF makes the task of loading assemblies and utilizing their functionality very simple. Before we go any further there are a few basic terms that you must understand before you start using MEF: The Catalog is responsible for loading assemblies. There are se... (more)
category: Foundation | clicked: 42 | comment | | source: www.codecapers.com
tags: dotnet, Framework 4, MEF
6
shouts

Atanas Hristov: Design Patterns – State Pattern

published 5 hours, 27 minutes ago posted by http://atanashristov.blogspot.com/http://atanashristov.blogspot.com/ 1 day, 1 hour, 19 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 5:28:34 PM GMT
The is a behavioural pattern. The behaviour of object changes accordingly to its internal state. We move the logic to property "State" which has method Handle() and call this method. We change the behaviour of the object as we just switch the value of the "State" property. This is an exapmple of using the State pattern to implement a traffic light. (more)
category: Foundation | clicked: 36 | comment | | source: atanashristov.blogspot.com
tags: Design Pattern
7
shouts

Silverlight 4 is here… - Rudi Grobler in the Cloud

published 5 hours, 27 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 1 day, 30 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 6:17:43 PM GMT
Silverlight 4 is released! Here is all the downloads you need to get started! (more)
category: Silverlight | clicked: 46 | comment | | source: www.rudigrobler.net
tags: Silverlight
6
shouts

A guide to what has changed in the Silverlight 4 RC - Tim Heuer

published 5 hours, 27 minutes ago posted by iftekharahmedamitiftekharahmedamit 19 hours, 54 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 10:52:59 PM GMT
At MIX10, Silverlight 4 released an update, the Silverlight 4 RC (release candidate). A few things have changed since the beta which was released in November. If you haven’t read my guide to Silverlight 4 you may want to check that out. The features still exist, but there are some changes to the implementations of some of the features as well as some new ones. Please go read the previous post to familiarize yourself with the features. This post will be complimentary to that and identify new/changed... (more)
category: Silverlight | clicked: 34 | comment | | source: timheuer.com
tags: Silverlight, Silverlight 4, Silverlight 4 RC, SL, SL4
8
shouts

Getting Started with Silverlight and Windows Phone 7 Development - Tim Heuer

published 5 hours, 27 minutes ago posted by iftekharahmedamitiftekharahmedamit 19 hours, 51 minutes ago
Tuesday, March 16, 2010 1:20:20 PM GMT Monday, March 15, 2010 10:56:15 PM GMT
Sweet. We also made available an update to Silverlight 4 that you might be interested in too! Windows Phone 7 SeriesYou may be wondering how you get started. If you are new to Silverlight, I recommend getting familiar with Silverlight first. You can find all the tools you will need at the Silverlight community site. In addition to the core tools you’ll want to get the Windows Phone Developer Tools CTP. This will add to your Visual Studio 2010 installation (or install Visual Studio Express) to enabl... (more)
category: Silverlight | clicked: 34 | comment | | source: timheuer.com
tags: Silverlight, Silverlight 4, Silverlight 4 RC, SL, SL4, Windows Phone, Windows Phone 7, Windows Phone 7 Series
3
shouts

ParallelWork: Feature rich multithreaded fluent task execution library for WPF

posted by omaralzabiromaralzabir 2 days, 11 hours, 40 minutes ago
Sunday, March 14, 2010 7:07:24 AM GMT
ParallelWork: Feature rich multithreaded fluent task execution library for WPF ParallelWork is an open source free helper class that lets you run multiple work in parallel threads, get success, failure and progress update on the WPF UI thread, wait for work to complete, abort all work (in case of shutdown), queue work to run after certain time, chain parallel work one after another. It’s more convenient than using .NET’s BackgroundWorker because you don’t have to declare one... (more)
category: UX | clicked: 4 | comment | | source: msmvps.com
tags: BDD, C# 3.5, TDD, WPF 3.5
7
shouts

VS2010 TMap Testing Template | The Test Infrastructure

published 1 day, 6 hours, 51 minutes ago posted by ClemensReijnenClemensReijnen 2 days, 11 hours, 40 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 7:07:38 AM GMT
Initial Work Items #2 Setting up and maintaining the test infrastructure, beside the Initial Work Items #1 which describe / help create the Master Test Plan, also activities for setting up the environment must take place at the early stage of the project. The test infrastructure consists of the facilities and resources necessary to carry out the testing satisfactorily. A distinction is made between the facilities for test execution (test environments), for supporting the testing (test tools) and for the... (more)
category: Agile | clicked: 28 | comment | | source: clemensreijnen.nl
tags: Testing, vs2010; tmap
8
shouts

Installing ASP.NET MVC 2 RTM on Visual Studio 2010 RC - Shiju Varghese's Blog

published 1 day, 6 hours, 51 minutes ago posted by ali62bali62b 2 days, 10 hours, 53 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 7:54:08 AM GMT
Visual Studio 2010 RC is built against the ASP.NET MVC 2 RC version but you can easily install ASP.NET MVC 2 RTM on the Visual Studio 2010 RC. For installing ASP.NET MVC 2 RTM, do the following steps Uninstall "ASP.NET MVC 2 ". Uninstall "Microsoft ASP.NET MVC 2 – Visual Studio 2008 Tools" If you have previously installed  ASP.NET MVC 2 template for VS 2008. Install the new ASP.NET MVC 2 RTM version for Visual Studio 2008 SP1. The above steps will enable you to use ASP.NET MVC 2 RTM version on the Visu... (more)
category: ASP.NET | clicked: 36 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2, Visual Studio 2010
7
shouts

patterns & practices Application Architecture Guide Layer Diagrams (Pre Release)

published 1 day, 6 hours, 51 minutes ago posted by ClemensReijnenClemensReijnen 2 days, 6 hours, 56 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Sunday, March 14, 2010 11:51:10 AM GMT
Patterns and practices has put on the Visual Studio Gallery a set of layer diagrams which correspond with the Application Architecture Guidance… http://visualstudiogallery.msdn.microsoft.com/en-us/237f823c-45b4-4f1f-b9e2-607fe66eaae7 Install the VSIX in VS2010 Ultimate and you get diagrams like these, with all the validation capabilities the layer diagram has. (more)
category: Architecture | clicked: 74 | comment | | source: www.clemensreijnen.nl
6
shouts

ASP.NET MVC 2 Released - Scott Hanselman

published 3 days, 5 hours, 30 minutes ago posted by jantujantu 4 days, 5 hours ago
Saturday, March 13, 2010 1:17:39 PM GMT Friday, March 12, 2010 1:47:47 PM GMT
ASP.NET MVC 2 is out. This means, it's released. It's final. Use it. Love it.You can download it directly, or install it (and whatever else you like) with the Web Platform Installer: ScottGu has many details in his post. There's lots of resources to check out:What's new in ASP.NET MVC WhitepaperASP.NET MVC 2 adds a bunch of new capabilities and features.  ScottGu has a blog series about some of the new features, and will be covering them in more depth in the weeks ahead.  Some of the new features a... (more)
category: ASP.NET | clicked: 62 | comment | | source: www.hanselman.com
tags: ASP.NET, ASP.NET MVC.
7
shouts

SNEAK PEEK New Silverlight application themes - Tim Heuer

published 3 days, 5 hours, 30 minutes ago posted by jantujantu 4 days, 4 hours, 50 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Friday, March 12, 2010 1:57:28 PM GMT
Our UX design team for Silverlight has been thinking about app building a lot this past year, gathering valuable input from developers, designers and end-users about how people interact with applications, primarily line-of-business applications (). Hot off the press here is a preview of some of the things we’ve been thinking about from a XAML theme perspective. (more)
category: Silverlight | clicked: 50 | comment | | source: timheuer.com
tags: metro, RIA, riaservices, Silverlight, Templates, templating, Themes, WPF, XAML
6
shouts

Uploading and downloading images from WCF in Silverlight

posted by KMilKMil 7 days, 10 hours, 28 minutes ago
Tuesday, March 09, 2010 8:19:31 AM GMT
In this article, Gill Cleeren demonstrates how to upload and download images using a WCF service with Silverlight. (more)
category: Silverlight | clicked: 3 | comment | | source: www.silverlightshow.net
6
shouts

Helper class to dynamically modify the Location configuration element - Anas Ghanem

published 2 days, 5 hours, 58 minutes ago posted by aghanemaghanem 3 days, 20 hours, 31 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Friday, March 12, 2010 10:16:25 PM GMT
Saturday, March 13, 2010 12:09 AM anas Helper class to dynamically modify the Location configuration element The location element is used to restrict user or role access on a specific path.The path could be a folder,aspx page,ashx,axd or any other file that is handled by ASP.NET runtime. In most cases, you use that element declarativley in the web.config file of your website.In this case, you are declaratively telling the ASP.NET runtime and... (more)
category: ASP.NET | clicked: 29 | comment | | source: weblogs.asp.net
7
shouts

Basic Instincts - Generic Co- and Contravariance in Visual Basic 2010

published 1 day, 6 hours, 51 minutes ago posted by KhaledKhaled 3 days, 17 hours, 49 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 12:58:14 AM GMT
Visual Studio 2010 has a new feature called generic co- and contravariance that is available when working with generic interfaces and delegates. In versions that precede Visual Studio 2010 and the Microsoft .NET Framework 4, generics behave invariantly with respect to subtyping, so conversions between generic types with different type arguments aren’t allowed. (more)
category: Foundation | clicked: 40 | comment | | source: msdn.microsoft.com
7
shouts

.NET - SQL Cache Dependency with SQL Server, LINQ and ASP.NET 3.5

published 1 day, 6 hours, 51 minutes ago posted by KhaledKhaled 3 days, 17 hours, 53 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 12:53:51 AM GMT
Whenever I think of performance with ASP.NET, the first thing that comes to mind is caching. Simply put caching is an in memory storage of objects that enables the application to read and write data to memory. (more)
category: ASP.NET | clicked: 40 | comment | | source: www.dotnetcurry.com
6
shouts

.NET - Creating a Weather Gadget for Windows 7

published 2 days, 5 hours, 58 minutes ago posted by KhaledKhaled 3 days, 17 hours, 27 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 1:19:49 AM GMT
In this article we will see how you can develop a Weather gadget for Windows 7 which uses Yahoo Weather API for fetching Weather data. The application will also have some of the latest exciting features of Windows 7 like Thumbnail Toolbar and Progress bar. (more)
category: Smart Client | clicked: 35 | comment | | source: www.dotnetcurry.com
8
shouts

ASP.NET : Difference between Server.Transfer and response.Redirect

published 1 day, 6 hours, 51 minutes ago posted by nandipnandip 3 days, 16 hours, 9 minutes ago
Monday, March 15, 2010 11:56:09 AM GMT Saturday, March 13, 2010 2:37:51 AM GMT
Response.Redirect sends message to the browser saying it to move to some different page, while server.transfer does not send any message to the browser but rather redirects the user directly from the server itself. So in server.transfer there is no round trip while response.redirect has a round trip and .... (more)
category: ASP.NET | clicked: 40 | comment | | source: dotnetexpertguide.blogspot.com
tags: ASP.NET
7
shouts

blog.RunXc | Calling an Interface Method using IronRuby in C#

published 2 days, 5 hours, 58 minutes ago posted by runxc1runxc1 3 days, 14 hours, 49 minutes ago
Sunday, March 14, 2010 12:49:12 PM GMT Saturday, March 13, 2010 3:58:34 AM GMT
Using IronRuby can be a lot of fun and with this little snippet you can get up and writing IronRuby that is designed to be hosted inside a .Net application. Just a decent sample of how to use a .Net Interface to ease calling IronRuby methods from C# (more)
category: Architecture | clicked: 27 | comment | | source: blog.runxc.com
tags: C#, IronRuby, Snippet
Previous 1 2 3 4 5 6 7 8 9 10 ... 145 146 Next