Kevin Rich

VS2019 and LibMan for JavaScript

MVC Core, Libman, and Client Libraries

Summary

Adding a javascript library to an ASP.NET Core MVC web development project.*

Background

In a recent ASP.NET Core MVC intranet project, I found myself needing a client library for a datetime picker. I don't need package management in my app as most things are handled server-side. I also don't do a lot . . .

Read More

July 27, 2019

Choosing Your Identity (Server)

A Willamette Valley Software Engineers Presentation

I was fortunate enough to catch a two day deep-dive of Identity Servers and .NET Core presented by Brock Allen at DEVIntersection last fall and have been playing with it here and there for the last six months. I'm finding myself becoming more and more obsessed with ensuring projects are locked down from folks at badguy.com. While there . . .

Read More

June 01, 2017

WebApi JSON Serialization

Circular References FTL

The Challenge

I was building a standard ASP.NET EntityFramework / WebApi / Swagger project. Attempting something a bit new, I decided my controller would return a CreatedAtRoute HttpActionResult. The code goes something a little like this:

[HttpPut]
public IHttpActionResult AddMyObject([FromBody] MyObject newObject)
{ . . .

Read More

July 13, 2016

What do Website Analytics and HR Development have in Common?

I read an interesting article from E-Nor explaining the new Google Analytics 360 suite that allows the development team to "starting with a measurement strategy and implementation, then moving to actionable insights and working your way to optimizing your digital experience with data driven decisions."

What is really . . .

Read More

March 23, 2016

Archive

Cover image credit: http://whoiskevinrich.com

This update link alerts you to new Silvrback admin blog posts. A green bubble beside the link indicates a new post. Click the link to the admin blog and the bubble disappears.

Got It!