jan223

Stories kicked by friends of jan223

Welcome to Zombieland, the Metro Style Land of WinRT and the Undead(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 8 months, 9 days ago

Silverlight is dead! WPF is dead! .NET is dead! Hey, they didn't talk about SharePoint or SQL Server at the BUILD conference, those must be dead too. Welcome our new Metro-id overlords! We read such FUD everywhere these days. Actually none of these technologies are dead for the next several years! And you'll probably agree if you know the fasts and not the FUD. So here are my thoughts based only on the facts I got from watching BUILD sessions, reading posts that stick to the facts and not listening to ... read more...

1 comment |category: |Views: 168

tags: another

Steps to write a plugin based application with MEF(www.abhisheksur.com)

submitted by abhi2434abhi2434(1006) 8 months, 29 days ago

Writing a plugin based application is always been an element of fun. With Reflection you can read dlls at runtime and load plugins. This article will guide you step by step how to write one for you. I have also converted the same application to use Managed Extensibility Framework with source code. read more...

add a comment |category: |Views: 24

tags: another

Windows Phone 7 Theme-Resources Cheat-Sheet(gordon-breuer.de)

submitted by bsenoffbsenoff(1583) 9 months, 28 days ago

Gordon Breuer Theme Resources Cheat Sheet is a friendly helper for Windows Phone 7 dev work read more...

add a comment |category: |Views: 4

tags: another

Find deep-links to the Windows Phone 7-Marketplace(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 10 months, 1 day ago

Linking to the Windows Phone 7 Marketplace is not very comfortable at the moment. Deep-Links are redirecting you and launching the local Zune client to open the app detail-page. This is a helper-class to analyse the submitted html code and return any application IDs (if any are available) to use those app-links directly with the MarketplaceDetailsTask() for example. May be usefull for RSS reader applications. read more...

add a comment |category: |Views: 2

tags: another

Visual Studio 2010 Extension: Unicode Converter 1.0 (with Tutorial)(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 1 year, 9 months ago

Go straight to the Visual Studio Gallery, download, install and just use my “Unicode Converter”-Extension. Or you read on and I will explain a few things about how I solved some problems. Oh, and just in case: there is a link to the sourcecode of the extension at the end of this article! read more...

add a comment |category: |Views: 95

tags: another

Yahoo YUI Compressor vs. MS AJAX Minifier vs. Google Closure Compiler(www.coderjournal.com)

submitted by atifazizatifaziz(1000) 2 years, 4 months ago

A while back, YUI Compressor was king of the hill, and for the most part the only game in town that was really designed for production use. Since then a number of new competitors have been released by Google and Microsoft, and Nick Berardi checks out how they stacked up against the YUI Compressor. read more...

add a comment |category: |Views: 691

tags: another

Exploring Operator Overloading in C#(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 4 months ago

Taking a look at how create overloaded operators for your objects. Operator overloading permits user-defined operator implementations to be specified for operations where one or both of the operands are of a user-defined class or struct type. When creating your own operators there are many different operators which can be overloaded. +, -, *, /, %, &, |, <<, >> All C# binary operators can be overloaded +, -, !, ~, ++, –, true, false All C# unary operators can be overloaded ==, !=, <, >, <= , >= All relational operators can be overloaded, but only as pairs. read more...

1 comment |category: |Views: 266

tags: another

IE6 Update: Help kill Internet Explorer 6 (BlogEngine.NET Extension)(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 2 years, 4 months ago

IE6 is like an illness that just won't go away but now there is another new project to kick his ass: www.ie6update.com - With this small extension you are able to include this project into your BlogEngine.NET with just copying a single file. read more...

2 comments |category: |Views: 318

tags: another

Ordering fields in ASP.NET MVC 2 templated helpers(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 4 months ago

Ever worked with the templated helpers provided by ASP.NET MVC 2? Templated helpers provide a way to automatically build UI based on a data model that is marked with attributes defined in the System.ComponentModel.DataAnnotations namespace. For example, a property in the model can be decorated with the attribute [DisplayFormat(DataFormatString = "{0:c}")], and the templated helpers will always render this field formatted as currency. If you have worked with templated helpers, you must agree: they can be useful! There’s one thing which is impossible in the current version: ordering fields. And that's what this post will accomplish. read more...

2 comments |category: |Views: 159

tags: another

16 Ways To Create IObservables without implementing IObservable(weblogs.asp.net)

submitted by ScottWScottW(320) 2 years, 4 months ago

The Reactive Extensions for .Net offers plenty of ways to create IObservables read more...

add a comment |category: |Views: 59

tags: another

.NET Projects: Generating Documentation with Sandcastle(grantpalin.com)

submitted by grantpalingrantpalin(376) 2 years, 4 months ago

This is a walkthrough in automating Sandcastle to generate API documentation during an automated build process. read more...

2 comments |category: |Views: 301

tags: another

Building A Color Picker Using ASP.NET MVC And jQuery(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 4 months ago

The following article demonstrates how to build a color picker tool using ASP.NET MVC and jQuery. read more...

3 comments |category: |Views: 202

tags: another

Setting a Default Button in ASP.NET MVC using jQuery(devcurry.com)

submitted by mopenmopen(3596) 2 years, 4 months ago

In ASP.NET MVC, there's no concept of a default button as there is in ASP.NET WebForms. To mimic this functionality, this can be accomplished quite painlessly using jQuery read more...

2 comments |category: |Views: 321

tags: another

Building A Ratings Widget With ASP.NET MVC And jQuery(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 4 months ago

The following article demonstrates how to build a ratings widget for your website using ASP.NET MVC and jQuery. read more...

3 comments |category: |Views: 241

tags: another

List of active extensions in BlogEngine.NET(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 2 years, 4 months ago

I have included a new page to my blog to show a list of all active BlogEngine.NET extensions. Most users will recognize this table from the admin panel but without priority, viewing sourcecode and (de-)activate buttons. read more...

add a comment |category: |Views: 9

tags: another

BlogEngine.NET & Microsoft Tag(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 2 years, 5 months ago

A few days ago I had the idea to include a Microsoft Tag into the print version of my blog articles. You see, nobody is fancy to typewrite a long, search engine optimized, url, right? So here is my proof-of-concept with a fully functional extension for BlogEngine.NET. read more...

add a comment |category: |Views: 13

tags: another