geobarteam

Stories submitted by geobarteam

Create an offline HTML5 application for IOS with ASP.NET MVC3(geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 1 year ago

You are an experimented .Net developer and need to build an application for the IPad or IPhone but don’t have time to learn objective-c and cocoa. Then you should read this post... read more...

add a comment |category: |Views: 67

tags: another

HTML5 Local Storage(geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 1 year ago

Provide a tutorial and sample app demonstrating how to use the HTML5 local storage. read more...

add a comment |category: |Views: 10

tags: another

Sharing Common Volatile Assemblies Across Solutions and Teams(geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 1 year, 1 month ago

Sharing Common Volatile Assemblies Across Solutions and Teams with a package manager written in c#. read more...

add a comment |category: |Views: 2

tags: another

Puzzle 1: Passing reference types by value (Beginner) (geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 1 year, 1 month ago

Small programming puzzles that focus on specific features of C#1,2 & 3. This small exercise demonstrate that in c# reference types are in fact also passed by value -> the value of the reference pointer is passed by value. read more...

add a comment |category: |Views: 3

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

Prism Walkthrough Part 4: Use Delegate Commands(geoffrey.vandiest.biz)

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

Build a WPF application with prism read more...

1 comment |category: |Views: 84

tags: another

Part 3: Add Views to Regions(geoffrey.vandiest.biz)

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

3the part of a Prism Walkthrough read more...

1 comment |category: |Views: 10

tags: another

Anti-Pattern 5: Fat UI's(geoffrey.vandiest.biz)

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

Post about how to make our UI testable read more...

add a comment |category: |Views: 17

tags: another

Prism Walkthrough - Part2: Define The Regions(geoffrey.vandiest.biz)

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

Secon part of our Prism walkthrough. read more...

add a comment |category: |Views: 34

tags: another

Prism walkthrough - Part1: Create The Shell(geoffrey.vandiest.biz)

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

Part 1 of the series about Prism. read more...

add a comment |category: |Views: 61

tags: another

Create a refrence WPF application using MVVM with Prism(geoffrey.vandiest.biz)

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

This series of posts provide a walkthrough on how to build a reference WPF application that can be used as a template for classical line of business applications (LOB). read more...

add a comment |category: |Views: 89

tags: another

Design for testability, Anti-Pattern4 -> using global state(geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 2 years ago

This series list some anti patterns that makes our code hard to test. read more...

add a comment |category: |Views: 12

tags: another

ASP.NET MVC with Webforms(geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 2 years, 1 month ago

This article provide a walkthrough on how to use the MVC pattern with the classical ASP.NET webforms - code behind model. read more...

add a comment |category: |Views: 21

tags: another

Create a WCF service and client, using Msmq, programmatically(geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 2 years, 1 month ago

This article describes how to create the a Servicehost as well as the client proxy for components communicating via WCF through Msmq programmatically (without a web.config file). It provides a walkthrough and the source code. read more...

add a comment |category: |Views: 145

tags: another

Why should we test?(geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 2 years, 1 month ago

Describe why unit testing should be adopted as core practice in a software factory read more...

add a comment |category: |Views: 2

tags: another

HTTP caching divergence between IE (geoffrey.vandiest.biz)

submitted by geobarteamgeobarteam(104) 2 years, 1 month ago

Description of the HTTP caching behavior and how the implementation vary between IE & Firefox read more...

add a comment |category: |Views: 4

tags: another