Boost Performance of Android Emulator
As a n00b trying to figure out Android development, I fell into the same experience of many who have wondered and complained about the slow performance of the Android Emulator. Fortunately, I was...
View ArticleLASG: Creating Entities
This walk-through will get you started with the Inertia: Business Entity Component Generator that is available in Layered Architecture Solution Guidance 2013. This first step in creating layered...
View ArticleLASG: Creating Data Access Components
This walk-through will get you started with the Momentum: Data Access Component Generator that is available in the Layered Architecture Solution Guidance 2013 to create data access components. Creating...
View ArticleHow-To: Create Business Components with Motion in LASG
This walk-through will get you started with the Motion: Business Component Template Generator that is available in Layered Architecture Solution Guidance 2013 to create business components. Creating...
View ArticleHow-To: Create Service Layer Components with Velocity in LASG
This walk-through will get you familiarized with the Velocity: Service Layer Component Generator that is available in Layered Architecture Solution Guidance 2013 to create service layer components. We...
View ArticleHow-To: Create Workflow Services and Activities with Vector in LASG
This is the sixth in the series of the Layered Architecture Solution Guidance 2013 walk-throughs where we will be exploring the Vector: Workflow Services and Activity Generator to create workflow...
View ArticleHow-To: Create UI Process Components with Impulse in LASG
This is the final part of the 7-series tutorial on Layered Architecture Solution Guidance 2013. In this walk-through, we will be looking at the last code-generator in the family, the Impulse: User...
View ArticleLayered Architecture Solution Guidance (LASG) Tutorials
I've finally completed writing all the tutorials for Layered Architecture Solution Guidance (LASG). Here's the full list for easy reference:How-To: Get Started with Layered Architecture Solution...
View ArticleLayered Architecture Solution Guidance (LASG) FAQ
Over the years, I have collected a number of frequently asked questions while working on Layered Architecture Solution Guidance (LASG) and I think it will be good if I put them in a FAQ.1. What...
View ArticleSerializing Enums in ASP.NET SignalR
Was working on a new layered architecture sample that uses ASP.NET SignalR and found out that it couldn't serialize the enums properly by default.As you can see from the screenshot, the LeaveStatuses...
View ArticleASP.NET MVC with SignalR - Client Undefined Error
While working on a new ASP.NET MVC layer sample with SignalR, I have constantly encountered the following error when I tried to access the site directly with the full path to the View i.e....
View ArticleLayered Architecture: Partitioning the Code
Developing an enterprise layered application can be a daunting task especially when the layered samples provided, contains a barrage of Visual Studio projects. So, here's a brief description of what...
View ArticleWindows Server 2012 R2 on MacBook Pro
I have just gotten a MacBook Pro for work and like all the other notebooks before it, the first thing I would do is to install Windows Server on it. Afterall, a notebook is only worthy if it can run...
View ArticleWCF: Windows Authentication with basicHttpBinding
Most developers when developing Windows Communication Foundation (WCF) services, will take security for granted and deploy their web services unsecured. In this post, I'm going to discuss how we can...
View ArticleConverting Struct with Strings to Byte Array
There are times when there is a need to convert a struct to a byte array (and vice-versa) when working with memory-mapped files. Although the MemoryMappedViewAccessor provides methods to read and write...
View ArticleVisual Studio Code & ASP.NET 5 on Mac OS X
Microsoft has recently announced the availability of Visual Studio Code and I have been eager to test it out on my Mac. Before you get too excited, Visual Studio Code is just a text code editor and is...
View ArticleData Access Extension Method
This is a follow-up to my previous post on Exploring Extension Methods. As you can see, it was dated many years back and I'm glad that I finally had the time to look into it now. I took one of my...
View ArticleLayered Architecture: Component Interactions
The Layered Architecture principle states that components in one layer should only know and interact with components that are in the layer directly below it, and that components in each layer, should...
View ArticleMore Data Annotations
Here are more stuff that I discovered that we can do with Data Annotations.Re-use Validation in Business ComponentsYou will be pleased to know that the validations that you have coded for your data...
View ArticleAsphalt 8: Airborne - Strategy Guide
I was never good at Racing games. I tried Daytona USA when I was young and I sucked at it. My first official racing game on my XBOX 360 was Project Gotham Racing 3 and I sucked at it as well. So I have...
View Article