yesthatmcgurk

Stories kicked by yesthatmcgurk

Xaml Meets ASP.NET MVC – Create databound visualizations with Xaml A(amazedsaint.blogspot.com)

submitted by amazedsaintamazedsaint(835) 1 year, 10 months ago

The gist of this article is how you can create dynamic or data bound images from Xaml user control. When I mention dynamic or data bound image - what I mean is, taking a snapshot of your Xaml user controls that are bound to the view data or view model. So that, your images will be generated based on the view data/model. read more...

add a comment |category: |Views: 15

tags: another

.Net Interview questions(geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 1 year, 11 months ago

List of questions to prepare for a .Net/C# interview. read more...

add a comment |category: |Views: 12

tags: another

Get started with Farseer Physics 2.1.3 in Silverlight 3(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 1 year, 11 months ago

As a powerful RIA development tool, Microsoft Silverlight is being more widely used to develop data-driven business and game applications. As a famous 2D game engine, the Farseer Physics Engine supports a wide range of platforms such as Microsoft's XNA, Silverlight, WPF, and Vanilla .NET. This article aims to serve as an elementary tutorial to Silverlight 2D beginners. Three demos are given to gradually lead you into a more and more complex and practical game environment. read more...

add a comment |category: |Views: 59

tags: another

Final release for Silverlight 4 tools includes WPF fixes!(karlshifflett.wordpress.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 1 year, 11 months ago

The final release of Silverlight 4 tools includes fixes that affect all WPF users, specifically those who are experiencing issues with design time data. Update today! read more...

add a comment |category: |Views: 6

tags: another

Custom Bitmap Effects - Getting started(www.i-programmer.info)

submitted by mikejmikej(661) 1 year, 11 months ago

The simplest possible custom effects project is enough for you to see how it all works and to move on to building your own effects that do something useful. This is an introduction to using HLSL in WPF. read more...

add a comment |category: |Views: 7

tags: another

Efficient workflow with Linq to Sql using Migrator, T4 and some Xslt(devcarl.posterous.com)

submitted by glennenglennen(310) 2 years ago

Linq to SQL is still my favorite datalayer, why? Excellent Linq capabilities and the fact that I only have to change my database once, and my code/entities will be immediately reflected. How? First, download MigratorDotNet, it's a utility for database migrations, which versions your database changes in code: http://code.google.com/p/migratordotnet/wiki/GettingStarted. Create a new library in your solution and start writing migratio... read more...

add a comment |category: |Views: 21

tags: another

Bitmap Effects(www.i-programmer.info)

submitted by mikejmikej(661) 2 years ago

Introduction to WPF bitmap effects - including a replacement for outer glow and how to apply them to rendered bitmaps read more...

2 comments |category: |Views: 23

tags: another

Combinatorics in C#(blog.noldorin.com)

submitted by NoldorinNoldorin(829) 2 years ago

Efficient algorithms for getting permutations/combinations (with and without reptition) of a list in C#. read more...

add a comment |category: |Views: 68

tags: another

T 4 beginners – part 4(blogs.microsoft.co.il)

submitted by bnayabnaya(431) 2 years ago

this is the 4rd post on this series. in this post we will focus on T4Class feature control blocks. you can download the code for this post here. the series TOC is available here. What is class feature control block? class feature control block is one of the T4 extension mechanism that enable reuse of T4 sections. using class feature control block you can defines helper properties or methods, that can be used from different T4 templates. The sy... read more...

add a comment |category: |Views: 9

tags: another

T 4 beginners – part 2 - [Export] Bnaya Eshet(blogs.microsoft.co.il)

submitted by bnayaebnayae(350) 2 years ago

T 4 beginners – part 2T 4 beginners – part 2 this is the second post on this series. in this post we will focus on basics T4 Directives. you can use the code sample of the previous post here. the series TOC is available here. Directive syntax: any of the directives is using the following syntax: read more...

add a comment |category: |Views: 6

tags: another

Heavy controller actions? The Message Bus Pattern to the rescue!(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 2 years ago

I recently derailed (badly) while working on a simple requirement for RageFeed: new user registration. I found myself adding a lot of code to facilitate the registration workflow, but I realized I had a bigger problem when I stopped and looked at the tremendous number of test cases for my controller. I had drifted so slowly into a bad design. Fortunately, all was not lost. A design pattern from the distributed computing domain came to save the day. read more...

add a comment |category: |Views: 86

tags: another

SQL Server - FOR XML EXPLICIT and CDATA, XML and XMLTEXT attributes(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 2 years ago

This is the follow-up post on FOR XML EXPLICIT that I promosed in the previous post. We saw some of the basics of FOR XML EXPLICIT in the previous post. Let us see a few more interesting usages of FOR XML EXPLICIT in this post. read more...

add a comment |category: |Views: 29

tags: another

smtp4dev 2.0 released(smtp4dev.codeplex.com)

submitted by rnwoodrnwood(75) 2 years ago

The latest version of this useful development tool has just been released. Smtp4dev is a fake/development smtp server for Windows that allows you to test software that sends messages using the SMTP protocol. Smtp4dev captures messages and allows the developer to view and inspect them without delivering them. read more...

add a comment |category: |Views: 25

tags: another

Simplify, Shorten and Speed Up Your LINQ Statements with "Let"(blog.nitriq.com)

submitted by viggityviggity(1124) 2 years ago

Details how using the "let" keyword can make your LINQ statements shorter and faster. read more...

add a comment |category: |Views: 675

tags: another

amCharts Quick Charts for WPF & Silverlight - Open Source Charts(wpf.amcharts.com)

submitted by ailonailon(1335) 2 years ago

amCharts has released a feature complete version of Quick Charts for WPF & Silverlight. Quick Charts support line, column, area and pie charts. It's easy to use, fast, small and absolutely free under Ms-PL license. read more...

add a comment |category: |Views: 295

tags: another

Do Androids Dream of Modal :Sheep?(blog.wekeroad.com)

submitted by drmohundrodrmohundro(374) 2 years ago

Rob Conery shares his dream of "knowing a new API, not a new IDE" when new versions of the framework come out. It is related to the resurgence of editors such as Vim or Emacs in the .NET space. read more...

1 comment |category: |Views: 13

tags: another