road242 / playground-dotnet

The place where I write some .NET code for tests, or my blog articles.

Home Page:http://hmadrigal.wordpress.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playground DotNet

It's just my repository for tests and concepts. Additionally some code samples blog posts from http://hmadrigal.wordpress.com may be also be pointing here.

MsDotNet.EntityFrameworkAndTriggers

An example of how Entity Framework can be integrated with MS SQL Server when using AFTER INSERT TRIGGER. The example attemps to generate tickets in the same way as JIRA does.

MsUnity.AspectOriented

An example of an implementation of Aspect Oriented Programming using Microsoft Unity Framework

MsUnity.ChainOfResponsability

An example of an implementation of Chain of Responsibility using Microsoft Unity Framework

MsDotNet.CustomConfigFile

An example of how to create custom configuration files based on the Configuration support provided by Microsoft.

MsDesktop.OnScreenKeyboard

An example of how to implement an On Screen Keyboard using WPF and some Win32 calls. The low level library can be used in WinForms as well, but keyboard looks cooler in WPF.

MsDotNet.PluginWithMEF

An example of how to implement a plugin support for your application using Microsoft Extensibility Framework

MsDotNet.PluginWithReflection

An example of how to quickly implement a very simple plug in structure using only reflection.

MsWebApi.DataTables

An example of how to integrate DataTables , Web API , Entity Framework (using Dynamic LINQ).

MsDotNet.PluginWithUnity

An example of how to try to implement a plug in structure using Unity.

MsEntLib.MockTransientErrorHandling

An example of how to use Microsoft Transient Fault Handling Block to address transient errors in applications.

MsEntLib.TransientErrorHandling

An example of how to use Microsoft Transient Fault Handling Block to address transient errors in applications.

MsDotNet.MultipleConfigurationFile

An example of how to take advantage of the configuration files system to create a hierarchy structure.

MsWinPhone.ParanoramaIndex

A Windows Phone Sample of how to an indicator for a panorama selection without creating a custom control.

MsDesktop.PreviewHandlers

An example of how to preview Office Documents (and PDF) into a desktop application (in this case WPF). It uses Preview Handling Engine provided by Windows OS.

MsWinPhone.SampleWcfRia

An example of Windows Phone and how it can consume RIA services.

MsUnity.TypeConverters

An example of how implement an Type Converter and let Unity use it to to register static types.

MsWinPhone.EmbedFont

An example of how to embed a font for Windows Phone 8, and how to show it in the Application as well as in the WebView.

About

The place where I write some .NET code for tests, or my blog articles.

http://hmadrigal.wordpress.com


Languages

Language:C# 76.2%Language:JavaScript 20.5%Language:CSS 3.2%Language:HTML 0.2%Language:ASP 0.0%