kymdray

Stories kicked by kymdray

Generics, Interfaces, Providers and You - Part 4: Building the Classes(jeffgaroutte.net)

submitted by JGaroutteJGaroutte(315) 3 years, 9 months ago

The 4th and final part in a series about using generic interfaces in a provider model. read more...

add a comment |category: |Views: 9

tags: another

Generics, Interfaces, Providers and You - Part 3:IProviderCollection (jeffgaroutte.net)

submitted by JGaroutteJGaroutte(315) 3 years, 9 months ago

Generics, Interfaces, Providers and You - Part 3:IProviderCollection & IProviderRepository... Part 3 in a series about using generic interfaces in a provider model. read more...

add a comment |category: |Views: 7

tags: another

Generics, Interfaces, Providers and You - Part 2:IDataObject(jeffgaroutte.net)

submitted by JGaroutteJGaroutte(315) 3 years, 10 months ago

Part 2 in a series about using generic interfaces with the provider model. read more...

add a comment |category: |Views: 12

tags: another

Generics, Interfaces, Providers and You - Part 1:Getting Started(jeffgaroutte.net)

submitted by JGaroutteJGaroutte(315) 3 years, 10 months ago

An article about using generics and interfaces with the provider model read more...

add a comment |category: |Views: 11

tags: another

Building a WPF Application: Part 1(devlicious.com)

submitted by bennagebennage(1150) 3 years, 10 months ago

The first in a series on building a FriendFeed client in WPF using TDD, MVP, DI, etc. read more...

1 comment |category: |Views: 42

tags: another

WPF multipage reports - Part IV - Pagination(janrep.blog.codeplant.net)

submitted by janrepjanrep(365) 3 years, 10 months ago

This is the final part of WPF multipage report post series. The focus is on a report pagination and a flow document traversal. read more...

3 comments |category: |Views: 1287

tags: another

Enabling 3D Transitions in WPF(genesisconduit.wordpress.com)

submitted by bhickenbottombhickenbottom(110) 3 years, 10 months ago

Implementing 3D transitions between content in WPF in an easy and reusable way using DataTemplates, entirely in Xaml without the need to write C#. read more...

add a comment |category: |Views: 102

tags: another

XAML Templates Resource(xamltemplates.net)

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

Nice site with lots of free and not-so-free XAML templates and styles. read more...

add a comment |category: |Views: 947

tags: another

WPF Farm: A Simple WPF Program(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 3 years, 11 months ago

It can be helpful to start from the beginning when working with new technologies. This post explains how to create a minimal WPF application that produces a single window with a gradient in it, as shown in Figure 1. The point of this exercise is to build the app from scratch, choosing File | New Project | Empty Project rather than File | New Project | WPF Application. The benefit of this exercise is to simply see what ingredients go into the production of a minimal WPF program. read more...

add a comment |category: |Views: 297

tags: another

Learning WPF - Factories, Interfaces, Delegates and Lambdas(hanselman.com)

submitted by jonasjonas(2215) 3 years, 11 months ago

Another BabySmash refactoring post by Scott Hanselman. This time he refactors his "Yucky Random Factory". read more...

add a comment |category: |Views: 14

tags: another

Learning WPF with BabySmash - Another set of eyes(hanselman.com)

submitted by jonasjonas(2215) 3 years, 11 months ago

Scott Hanselman's next post on learning WPF. He writes about refactoring his "figures" library with help from Jason (check out the link to Jason's blog in the post). read more...

add a comment |category: |Views: 10

tags: another

Learning WPF with BabySmash - Keeping it DRY with XAML Styles(hanselman.com)

submitted by jonasjonas(2215) 3 years, 11 months ago

Scott's next post about Learning WPF, refactoring to use XAML Styles. read more...

add a comment |category: |Views: 21

tags: another

Learning WPF with BabySmash - Speech Synthesis(hanselman.com)

submitted by jonasjonas(2215) 3 years, 11 months ago

Scott Hanselman does another review of code changes to his BabySmash app. read more...

add a comment |category: |Views: 8

tags: another

Learning WPF with BabySmash - Configuration with DataBinding(hanselman.com)

submitted by jonasjonas(2215) 3 years, 11 months ago

Scott Hanselman goes over some changes to his BabySmash application. Make sure to check out the first post. read more...

add a comment |category: |Views: 15

tags: another

The future of .NET, Visual Studio and more(blog.jemm.net)

submitted by JemmJemm(9604) 4 years ago

The career pages of Microsoft give hints what the future holds for us developers. This post picks out the interesting little details about future versions of Visual Studio, .NET Framework, SharePoint, SQL Server etc and analyzes a bit what they could mean. read more...

add a comment |category: |Views: 694

tags: another

WPF multipage reports - Part I(janrep.blog.codeplant.net)

submitted by janrepjanrep(365) 4 years ago

Shows how to build multipage reports in WPF using flow documents , custom paginators and simple data engine.This part is dedicated to the problem description and high level implementation design. read more...

add a comment |category: |Views: 454

tags: another