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.
An example on how to use ANTLR4 for creating a C# Parser of MySQL scripts. :-)
An example of to generate PDF reports using dynamic data to produce HTML and then print the HTML to a PDF document.
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.
An example of an implementation of Aspect Oriented Programming using Microsoft Unity Framework
An example of an implementation of Chain of Responsibility using Microsoft Unity Framework
An example of how to create custom configuration files based on the Configuration support provided by Microsoft.
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.
An example of how to implement a plugin support for your application using Microsoft Extensibility Framework
An example of how to quickly implement a very simple plug in structure using only reflection.
An example of how to integrate DataTables , Web API , Entity Framework (using Dynamic LINQ).
An example of how to try to implement a plug in structure using Unity.
An example of how to use Microsoft Transient Fault Handling Block to address transient errors in applications.
An example of how to use Microsoft Transient Fault Handling Block to address transient errors in applications.
An example of how to take advantage of the configuration files system to create a hierarchy structure.
A Windows Phone Sample of how to an indicator for a panorama selection without creating a custom control.
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.
An example of Windows Phone and how it can consume RIA services.
An example of how implement an Type Converter and let Unity use it to to register static types.
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.