Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.The term Rapid Application Development, or RAD, has been around for a few years. From the way it’s avoided in all sensible software development …
A Little HTML5: Using JSON and File API to View Starred Google Reader Posts
Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.A couple of months ago, Google announced that it was retiring its web feed reader Google Reader. As a long-time user of the service, I …
Developers: Make Your Websites Stand Out With Six Easy Tools
Attention: This article was published over 14 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Can you believe that it has been almost 20 years since the Internet was made accessible for the masses? Time sure flies when you’re …
Cross-Platform Mobile App with Xamarin
A team of Keyhole Software consultants worked extensively on multiple mobile-related projects for one of the largest theater chains in the world.
The team worked to develop significant enhancements to a cross-platform mobile application, and they assisted with multiple other ongoing mobile and web initiatives as well. For example, they were involved in designing a subscription-based offering for the client’s consumers.
Additionally, the team made improvements on a Web API service used by the client’s mobile applications to communicate with the company’s common API. The team also migrated this Web API from ASP.NET MVC 5 to ASP.NET Core 2.2.
Into the Core
The client I’m currently assisting has begun to move applications from more monolithic architecture into a more modern, cloud-based architecture. The organization is a bit of a .NET anomaly in that it is a company that’s primarily Java, yet has some .NET.
So even though Microsoft has a list of framework tools (such as Azure Service Fabric and Azure App Service), it’s fair to say that asking a primarily Java-focused company to use those tools could be an uphill battle. This is where .NET Standard and .NET Core have come to the rescue.
I work with a ton of smart people and I’m pretty amazed at how fast they can pick up on things from reading. I, however, cannot really understand it fully until I touch it. So let’s build a quick RESTful Web API step by step to see how challenging it is. We’ll be using .NET Standard, .NET Core, and ASP.NET Core.




