High Performance HTML Forms
When it comes to high performance, there is sheer elegance when it comes with simplicity. In this article, I would like to tackle high performance forms in vanilla HTML. In this field, there are many...
View ArticleWeb API Circular References with Many to Many Relationships
Many-to-many relationships are tough to work with in Web API. In this article I would like to take on a circular reference challenge. A circular exception occurs when a parent model has many children...
View ArticleDesign Modern HTML Forms
The word “modern” gets thrown around a lot in UI design. I feel like it often gets misinterpreted into meaning whatever you want. To add to the confusion, a quick look in the dictionary defines modern...
View ArticleThe SOLID Principles in ASP.NET MVC
SOLID principles are an effective way to write good quality software. So it got me thinking, given the long list of principles isnʼt better if you could see them in your everyday work? In this take I...
View ArticleBuild ASP.NET MVC from Source Code
As you all may already know, ASP.NET MVC is open source and it is up on GitHub. The team has the entire framework out in the open so you can get familiar with it. What I like is we now get a real...
View ArticleDemystify LocalDB in ASP.NET with sqlcmd
LocalDB can be a bit magical to work with. Since you canʼt drop into a console, and treat it like SQL Server. So I wondered, wouldnʼt it be nice if you could? In this take I would like to start with a...
View Article