mark_W

Stories submitted by mark_W

Getting started with Silverlight and MEF, Import and Export(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

A simple guide, showing how to load controls into placeholders using Silverlight 3 and MEF. read more...

add a comment |category: |Views: 13

tags: another

Dynamically loading controls in Silverlight(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

How to dyanmically load different silverlight controls at Application Startup read more...

add a comment |category: |Views: 24

tags: another

Creating a reusable Silverlight login window – part 2(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

Creating a reusable Silverlight login window read more...

add a comment |category: |Views: 27

tags: another

Creating a reusable Silverlight login window – part 1(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

Creating a reusable Silverlight login window read more...

add a comment |category: |Views: 51

tags: another

Using Amazon S3 with Silverlight and RIA services(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

I've been working on something recently that gave me a chance to try out Amazon S3 services. The first thing to mention is that I am using the SOAP API and not REST. Another thing worth noting is that I used a web reference rather than a service reference to link to the S3 services. read more...

add a comment |category: |Views: 20

tags: another

RIA Services, Shared Code and Silverlight(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

Using the shared code feature, you can define code that RIA services will project ‘as is’ to the client...... read more...

add a comment |category: |Views: 40

tags: another

Silverlight BusyIndicator customisation(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

Today I was trying to make the busy indicator silverlight control fit in better with the look and feel of the plugin I was working on. I always try to do as much as possible with just the xaml view in visual studio, for some reason I find expression blend hard to use. If I can’t write the xaml straight away I’ll open up expression blend and generate the default template from there. Having generated the template I am free to mess with the xaml. read more...

add a comment |category: |Views: 171

tags: another

Using Metadata for validation in Silverlight(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

Validation in silverlight using Metadata. read more...

add a comment |category: |Views: 61

tags: another

Serializing and Deserializing Objects as Binary! (hiberlog.wordpress.com)

submitted by mark_Wmark_W(145) 3 years, 2 months ago

Simple example of serializing and deserializing. read more...

add a comment |category: |Views: 21

tags: another

Improve your NHibernating with NHProf(hiberlog.wordpress.com)

submitted by mark_Wmark_W(145) 3 years, 3 months ago

A short review of experience using Hibernate profiling/debugging tool NHProf. read more...

add a comment |category: |Views: 226

tags: another

Lambda Expressions, Extension Methods and NHibernate(hiberlog.wordpress.com)

submitted by mark_Wmark_W(145) 3 years, 3 months ago

An example of trying to improve queries based on NHibernate ICriteria API. Involving Lambda Expressions and Extension methods. read more...

add a comment |category: |Views: 17

tags: another

To Extend, Or not to Extend? That is the question?(hiberlog.wordpress.com)

submitted by mark_Wmark_W(145) 3 years, 3 months ago

A disucssion about when we should create extension methods and when we should create derived custom classes. read more...

add a comment |category: |Views: 19

tags: another

Profiling your .NET application using dotTrace!(hiberlog.wordpress.com)

submitted by mark_Wmark_W(145) 3 years, 3 months ago

Very brief overview of profiling your application using dotTrace read more...

add a comment |category: |Views: 62

tags: another

ASP.NET MVC - Testing a Controller(hiberlog.wordpress.com)

submitted by mark_Wmark_W(145) 3 years, 3 months ago

A simple example of testing an ASP.NET MVC Controller using NUnit. read more...

add a comment |category: |Views: 28

tags: another

IoC - ‘A Simple Example’ with Castle(hiberlog.wordpress.com)

submitted by mark_Wmark_W(145) 3 years, 3 months ago

A simple, easy to follow example of implementing IoC using Castle Windsor read more...

add a comment |category: |Views: 72

tags: another