Entire books have been written about creating and using web services in ASP.NET Core, so how does one explain such a huge topic in a single tech event presentation? You expand the session into a ...
Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, ...
Learn how to use keyed dependency injection in ASP.NET Core to build applications that can select a specific implementation of a service at run time. Dependency injection (also known as DI) is a ...
I'm trying to get started with this stuff, and I'm getting nowhere. I've tried to follow several articles online, as well as videos on YouTube, and I still can't get ...
The services that comprise distributed applications must communicate with one another to exchange data or information. You need a common data format for these communications, which narrows the options ...
Be sure to login with your BoilerAD user credentials (the default for any BoilerAD joined workstation). When you see {production-host-name}, this is the host name part of your Production site URL. For ...
So I've written my new ASP.Net web service using Visual Studio Express 2008, tested it on my machine, and now want to deploy it to a remote machine I have Remote Desktop access to. Fortunately, VS ...