Blog

Entries for the 'Web Application Development' Category

Cloud Deployments in Minutes with Serverless Framework and AWS Lambda

Let's say that you have a RESTful API deployed to some reserved compute resources in AWS. The API's surface is well-designed and is perfectly capable of meeting all of the needs of any clients that consume it. But then, you're t...


Externally Authenticated Access to S3 Objects Over the Internet

Amazon S3 is great for storing any type of binary data or file you can need in a centralized location in the cloud. There is a dedicated URL for each object, which can be easily shared with anyone that needs to access it. However, say that your bu...


Embedding Private Media Files Securely in a React Frontend with Amazon S3 and AWS Lambda

Amazon Simple Storage Service (S3) is a low-cost service for storing and serving unstructured data, which makes it perfect for hosting any media that will be displayed or referenced in your React frontend (PDFs, images, etc.). However, if the me...


Electrifying Desktop Application Development with Electron

Electron applications provide the basis for some of the apps you use daily—Microsoft Teams, Slack, and Visual Studio Code. A modern, open-source framework for building desktop applications, Electron runs on the Node.js runtime, making it possib...


How to Integrate Azure IoT Edge, .NET, OpenTelemetry Collector, and Application Insights

All industries continue using the Internet-of-Things (IoT) to collect, monitor, and analyze data. One popular IoT option is using Azure IoTHub, which this tutorial will focus on.  Connecting IoT Devices to an IoT Edge device allows for data p...


Basic JavaScript Localization Setup Using JSON with Visual Studio Code

Frontend localization is different than .NET backend localization in that there is not an established “correct way” to accomplish translating text in JS and related frameworks. This is a basic example using JavaScript, but more customizat...


Why DMC is adopting Next.js for web application development

Introduction Overview of Next.js Performance Improvements Developer Experience Case Studies and Success Stories Future Outlook Conclusion Introduction For the last seven years, DMC's go-to stack for web application develo...


Basic Localization Setup in .NET 8 with Visual Studio

Localization as it pertains to software is a very broad topic, but generally, to “localize” an application means to write or update the user-facing components of an application to simultaneously target users from multiple regions, languag...


DMC Earns Microsoft Solution Partner Designation for Digital & App Innovation (Azure)

DMC is proud to announce the successful achievement of a second Microsoft Solution Partner Designation for Digital & App Innovation (Azure) in the all-new Microsoft Cloud Partner Program. The new Solution Partner Designation provides benefit...


C# New vs. Override Keyword

One common challenge you may come across when working with derived classes is deciding which of the two ways you should override a function in C#: using either override or new keywords. One thing to remember is that it is necessary to de...


Page 1 of 6First   Previous   [1]  2  3  4  5  6  Next   Last   
Page 1 of 6