On Classical Education and Why We Bet On It
Why my wife and I chose Classical Christian Education (CCE) for our kids.
Writing
Technical articles, investing notes, and thoughts on faith, family, and life.
Why my wife and I chose Classical Christian Education (CCE) for our kids.
After years of the old funcoding blog, a fresh start: same ideas, better home.
In this post I'll discuss the process of moving the content and the files from my wife's WordPress site to the Strapi system I setup in the previous post(/funcoding/2020/05/04/installing-strapi-on-ubu
In this post, I document my step by step install of strapi on an Ubuntu 18.04 virtual machine, using MySQL, Nginx, Amazon S3 file uploads, S3 database backups, and touch-free au
In this post, we look at leveraging T4 templates to extend the power of LLBLGen inside of Visual Studio .NET. Writing T4 templates to auto-generate code is almost a norm at this point it seems, it's b
In this post, we look at adding theming capabilities to the ServiceStack Razor View engine. Source and live demo are included. This post is third in a series investigating ways to leverage ServiceStac
In this post, we extend the implementation described in the prior post to include generating an HTML UI and RESTful Api on top of LLBLGen Typed Views and Typed Lists, leveraging the ServiceStack web s
In this post, we're going to explore building a generic RESTful api on top of a database with custom CRUD and query conventions, using the LLBLGen ORM and code generator, a ServiceStack service layer,
This post is about leveraging the LLBLGen Pro and ServiceStack tools to allow users to use the existing LLBLGen Adapter API on the client to manage, manipulate, query and update entities on remote ser
One of the cool new features in ASP.NET MVC4 and the Visual Studio MVC application template is the SimpleMembershipProvider which provides a more concise membership provider to the ASP.NET framework,
In this post, we will leverage the custom service application infrastructure and solution we put together in the last 4 posts to enhance the service application with new features and capabilities. The
In this post we explore how to configure various aspects of a SharePoint 2010 service application. This includes building some customizations in the application pages and extending the service applica
In this post, we are going to explore the guts of our custom service application, expect lots of code in this post. As I mentioned in my first post in this series, the goal of this Service Application
In this post we explore the essential components that make up a service application and the relationships between them: servers, services, service proxies, service instances, service applications, ser
In this series, we will explore what it takes to build and manage a custom service application in SharePoint 2010. The most attractive reason to me for building a service application is to logically b
While I work mostly with Microsoft technologies and .NET/C these days, I love digging into other languages when the opportunity calls. About a week ago, I thought up the idea of using the LLBLGen Pro
In this post we will look at various strategies for validating and binding PeopleEditor and custom SharePoint Editor/Picker controls. PeopleEditor controls are useful in SharePoint for selecting users
Recently, while building a custom service application in SharePoint, I was exploring various ways of creating a web API, hosted within SharePoint. Obviously, using WCF is the standard in SharePoint, b
When I’m developing, I often start with a “database first” design, so having a utility that can generate my database scripts and dump them into a directory comes in really handy. During a development
The Dapper project on GitHub has a performance/benchmark test project that compares a number of ORMs and data access strategies. While the project only tests a very simple fetch algorithm, it's a good
Up till now in my SharePoint 2010 projects, I’ve been using the very nice SharePoint Service Locator(http://spg.codeplex.com) implementation, from the patterns & practices group. This has been really
Three or four years ago I stumbled on the book "Quartz Job Scheduling Framework: Building Open Source Enterprise Applications" by "Chuck Cavaness", while browsing the technology section of a Borders b
I think a team is at its best when all of it's members have an awareness of the learning methods and techniques that work best for them. Experts in the field of learning have uncovered common characte
A couple days ago, I launched a "Good Reads(https://www.mattjcowan.com/funcoding/good-reads/ "Good Reads")" section on this blog, where I could quickly capture some bookmarks for blogs I read using Go
In this post, I will use the model-first approach in LLBGen Pro designer and some custom templates to generate repository classes for LLBLGen entities. I will create a simple membership API with some
My name is Matt. I love lots of things, and one of these is coding. If you know me, shoot me an email and give me some suggestions on things to blog about :-). I'm looking forward to coding up some in