Learn how a software engineering course helped me optimize Proflowers' order fulfillment process. Discover tips on how to improve user experience in your applications. Check out part two of this article!
Tag: Real World
How to Create a Great User Experience in Any Application – Part 1
Want to build apps that users will love? Prioritize user experience! Learn how to design apps that meet user needs & expectations in this insightful article.
Maximizing Code Reuse: Strategies for Efficient Development
The article discusses the importance of maximizing code reuse in software development, emphasizing the use of separate, reusable DLLs (C# projects) for efficient code organization. The author highlights the benefits of code reuse, including easier unit testing, maintenance, sharing, and updates, ultimately leading to cost and time savings in the long term.
Real World Cloud App – From Start to Finish: The User Experience Layer
In the fifth article in this series, I talked about and showed how to code the communications layer for this cloud solution using ASP.NET Core Web API. In this article I’m going to add the user experience (UX) layer to maintain the ad data using ASP.NET Core 3.0 using the new Blazor framework (in preview). … Continue reading Real World Cloud App – From Start to Finish: The User Experience Layer
dotNetDave Rocks The C# Corner Conference Conference in India (2019)
For the third time, I will be speaking at the C# Corner Conference in India on April 20th - 21st. I'm very excited about bringing my 25th Anniversary World Tour to India and rock the geeks... again! I hope to see you there for some learning and fun. I had a blast speaking and playing … Continue reading dotNetDave Rocks The C# Corner Conference Conference in India (2019)
dotNetDave Rocks The MSCC Developers Conference in Mauritius (2019)
For the second time, I will be speaking at the MSCC Developers Conference in Mauritius on April 11th - 13th. I'm very excited about bringing my 25th Anniversary World Tour to this beautiful island country and rock the geeks! I hope to see you there for some learning and fun. I will have swag and … Continue reading dotNetDave Rocks The MSCC Developers Conference in Mauritius (2019)
Real World Cloud App – From Start to Finish: The Data Layer
In the second article in this series, I laid out the architecture and design for this cloud solution. Now it’s finally time to get coding! In this article, I will discuss how I designed the data layer using Azure Cosmos DB. To keep a separation of concerns, I will also talk about the business entities … Continue reading Real World Cloud App – From Start to Finish: The Data Layer
Real World Cloud App – From Start to Finish: The Architecture & Design
In this article I want to outline the overall architecture for the services and apps. The first part of this article will document the feature request, then the remainder will be about the architecture and the design.
Real World Cloud App – From Start to Finish
Several years ago, I came up with a new conference session to show how I created a real cloud app that I applied the same n-tier architecture that I have been using most of my career. The session is called “Rock Your App with a Real World Example”. Below is the n-tier architecture diagram that … Continue reading Real World Cloud App – From Start to Finish

You must be logged in to post a comment.