Skip to content
Go back

.NET Beyond the Demos - Part 1

By Michael Earls

Edit page

.NET Beyond the Demos - Part 1

[Part 1 - Introduction - This post](/posts/net-beyond- the-demos-part-1/)
[Part 2 - The Architecture](/posts/net-beyond-the- demos-part-2-the-architecture/)
[Part 3 - The DTOs](/posts/net-beyond-the-demos- part-3-the-dtos/)

I like code demos. They’re good for getting you familiar with how a specific technology works. However, many times, it’s hard to get a feel for how different technologies work together to create a larger ecosystem in the enterprise environment.

For instance, when I started my latest job back in June of 2017, I was instantly able to begin contributing to the team in a productive manner. Initially, I was assigned regular maintenance duties on the existing website, but there were plans in place to move to a different architecture that utilized Entity Framework, Web API, and .NET Core.

Many people would argue that Entity Framework and .NET are dead. I disagree. I find that .NET and C# are constantly evolving to meet my needs. Sure, they may not be the latest hotness, but they’re based on a firm foundation and build upon a great language.

It seemed daunting at first, but I worked with the other architects on the team and we have successfully built a full Continuous Integration/Continuous Deployment environment that manages our ASP.NET Core Web API, Entity Framework, and “classic” ASP.NET MVC applications.

I’d like to cover as much of what we’re doing as I can without revealing any proprietary information as I feel there is a lot to learn from what we’ve accomplished.

Some topics I’d like to cover are:


Edit page
Share this post on:

Previous Post
.NET Beyond the Demos - Part 2 - The Architecture
Next Post
Solo: A Star Wars Story actually looks good