japf

Stories kicked by japf

Porting a Silverlight Windows Phone App to WinRT in 9 hours(www.japf.fr)

submitted by japfjapf(85) 1 month, 10 days ago

In this post, I describe the work done during 9hours to port a Silverlight Windows Phone game to WinRT. I describe the issues I faced and how I solved them until being able to run the game on the //BUILD/ slate running Windows 8 Consumer Preview. read more...

1 comment |category: |Views: 47

tags: another

Browse WPF classes organization using DeepZoom !(www.japf.fr)

submitted by japfjapf(85) 2 years, 4 months ago

Browse the organization of the WPF controls using DeepZoom for a very cool experience ! read more...

add a comment |category: |Views: 20

tags: another

A tour of existing MVVM frameworks(japf.fr)

submitted by japfjapf(85) 2 years, 7 months ago

In this article, I make a tour of existing MVVM frameworks. For each frameworks, features, silverlight support and links are detailled. read more...

add a comment |category: |Views: 23

tags: another

VS 2010-like floating document features coming to Docking/MDI for WPF(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 2 years, 8 months ago

A preview of new features coming to Docking/MDI for WPF: floating documents, maximizing rafting windows, and custom rafting window chrome. read more...

add a comment |category: |Views: 102

tags: another

Download M-V-VM Project Template/Toolkit(blogs.msdn.com)

submitted by frank12345frank12345(2809) 3 years ago

Download M-V-VM Project Template/Toolkit today!!!! read more...

add a comment |category: |Views: 377

tags: another

Navigate your codebase like a pro with ReSharper 4.5(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 1 month ago

Taking a look at how you can navigate your souce code using ReSharper 4.5 read more...

add a comment |category: |Views: 394

tags: another

ReSharper 4.5 gone gold(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 1 month ago

JetBrains has released version 4.5 of their multi purpose productivity plugin for Visual Studio, ReSharper. This updates contains some pretty cool features. For example, solution wide analysis now checks for members that can be made internal. Also, JetBrains promises to have improved performance and memory use. All in all certainly an update that is worth installing, especially because updating from licenses for version 4.0 and above is free read more...

add a comment |category: |Views: 314

tags: another

Ten C# Keywords That You Shouldn’t Be Using(codethinked.com)

submitted by john2021john2021(600) 3 years, 1 month ago

Overview of some not-so-common keywords and reasons to avoid them...or understand what the implications are if we use them. read more...

1 comment |category: |Views: 1091

tags: another

First look at Expression Blend 3(japf.fr)

submitted by japfjapf(85) 3 years, 2 months ago

The keynote at MIX09 is almost over and Expression Blend 3 has been announced ! Go ahead and grab this new version from the Microsoft Expression web site. A video is also already available on Channel9, where Unni Ravindranathan takes on a tour to demonstrate the new features of Blend 3. I just finished watching the show and here are my notes. read more...

add a comment |category: |Views: 27

tags: another

WPF XAML Data Binding Cheat Sheet(nbdtech.com)

submitted by CryogenicCryogenic(75) 3 years, 3 months ago

One of the best things about WPF is the advanced data binding support, the Binding class that is used to create data bindings has many interesting and useful options. And I never remember the more advanced options when I’m writing XAML. So I wrote a very detailed “cheat sheet” for the WPF Binding class ... read more...

add a comment |category: |Views: 500

tags: another

The WPF Mindset(cromwellhaus.com)

submitted by markheathmarkheath(1485) 3 years, 4 months ago

An excellent short example of how developing using WPF requires a different mindset to traditional winforms / ASP.NET development. A listbox is completely customised to layout markers on a map. read more...

add a comment |category: |Views: 458

tags: another

Training to become a ReSharper Samurai - Code Navigation(dimecasts.net)

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

Another episode in the series on becoming a ReSharper Samurai. In this episode we will focus on various ways to use ReSharper to navigate your code, we take a look at the following features. 1. Navigate to file/type/member 2. Go to definition/declaration 3. Show list of implementers 4. Find usages within code 5. Quick Scrolling to methods/properties 6. Display parameter information 7. much, much more read more...

add a comment |category: |Views: 295

tags: another

Skip the Visual Studio Splash Screen(visualstudiohacks.com)

submitted by javeryjavery(5523) 3 years, 4 months ago

Anything to speed up Visual Studio. read more...

add a comment |category: |Views: 645

tags: another

Thinking only of the Junior Developer(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 4 months ago

How do you treat Junior developers, what code do you give them, and do you let their presence change your architecture? read more...

4 comments |category: |Views: 541

tags: another

Silverlight 3 - What we Know So Far & What We Can Predict (Part 1of2)(silverlighthack.com)

submitted by bartczernickibartczernicki(503) 3 years, 5 months ago

Part 1 of 2 summarizes what information Microsoft has made public about Silverlight 3. This article includes information from a variety of sources and provides visual information about the upcoming Silverlight 3 release. read more...

add a comment |category: |Views: 34

tags: another

Pimp My Debugger - DebuggerDisplay Attribute(monstersgotmy.net)

submitted by bradygasterbradygaster(4897) 3 years, 5 months ago

The other day I was reading some friends code, and I saw that he used a DebuggerDisplay attribute. It allows you to create a custom view of your objects in the Visual studio debugger. This attribute is very straight forward, but very powerful in the amount of time it can save you when debugging your application. I'll show you a cookie cutter example, but you can use your imagination as to how to use this particular attribute. read more...

add a comment |category: |Views: 415

tags: another