In the past, we have ADO.NET that use data reader and dataset that provides awesome performance in .NET era. Some of our customer uses ORM like XPO or Core Entity Framework that works just like ORM. f you're looking for a lightweight and high-performance ORM (Object-Relational Mapper) for your ASP.NET applications, Dapper is a fantastic choice. Known for its speed and simplicity, Dapper allows you...
[More]
In the era of digital transformation, virtual training has become a cornerstone for educational institutions and corporations alike. Microsoft Teams, a hub for teamwork and communication, offers a robust platform for conducting virtual training sessions. However, to leverage the full potential of Microsoft Teams for training purposes, a compatible and efficient hardware setup is essential. On this...
[More]
When developing an ASP.NET Core application, you have several choices for structuring your application into different layers. Here are some common choices for each layer:
Presentation Layer
ASP.NET Core MVC: This is the most common choice for building web applications with a clear separation of concerns. It uses the Model-View-Controller pattern.
Razor Pages: A simpler alternative to MVC, sui...
[More]
The Product Owner is not just a passive participant in the change process; they are active change leaders. They must embrace change, using it as an opportunity to innovate and improve the product. By fostering a culture of adaptability and continuous learning, the PO ensures that the team can navigate change successfully.
There are seven things that we need to execute:
Defining user valu...
[More]
In the video game development, there are three ways how we develop of video games. On this article, we discuss how to understand the different types of video games tools such as game library, game framework, and game engine.
Game Library
A game library is a collection of code and data intended for reuse. It typically focuses on specific tasks such as handling audio, physics, or input. Exam...
[More]
Microsoft offers a variety of technologies and platforms for developing generative AI solutions, enabling organizations to harness the power of AI to create innovative applications and services. There are four technologies that can be adopted by the developer
Azure Open AI Services provides access to advanced AI models, including GPT-4, through easy-to-use APIs. This democratizes AI devel...
[More]
Auto-scaling is a feature that dynamically adjusts the amount of compute and storage resources allocated to your Azure SQL Database based on current workloads. This capability ensures that your database can handle varying loads efficiently, providing better performance and cost management. Auto-scaling in Azure SQL Database is not a native feature, but it can be implemented using Azure's powerful ...
[More]
.NET 9 will be available shortly. The main focus in .net 9 is
Cloud-Native focus.
Performance enhancements
Net features in security, LINQ, and Cryptography
SDK improvements
.NET 8 is long term support. it means, .NET 8 will have long support rather than .NET 9. If you already developed in .NET 8. There is no need to upgrade. But if you want to build Cloud app in na...
[More]
As a software developer, establishing a productive daily routine is crucial for success, especially when working within the Scrum framework and utilizing tools like Azure DevOps Boards and Visual Studio. Here are some best practices to help you optimize your workflow and enhance your development process.
Start your days with the plan
Developer can use planner and Microsoft to Do to plan their da...
[More]
Windows 11 comes with a lot of features for the security. From Windows Defender, Account Control List, as well as Windows Firewall. On this post, we will guide you five steps to configure Windows Firewall to secure your computer from the unknown intrusion. Here are the five steps that you need to do.
Choose Windows Security and Firewall & Network protection. Make sure all the level of...
[More]