Category: Visual Studio
-
.NET 8 is it worthed to upgrade?
Hey there, fellow .NET developers! If you’re as excited as I am about the upcoming release of .NET 8, then you’re in for a treat. In this blog post, I’m going to share with…
-
Upgrading ASP.NET to MVC and .NET Core
When building web application in Microsoft platform stack, you will have many choices starting from web pages, ASP.NET web forms, ASP.NET MVC, and ASP.NET core. The problem happens when you want to upgrade from…
-
CoreWCF for People who Love Web Service
In the early 2000, there is a term namely web service. Web service in .NET can be developed in various ways. Starting from Web Services through asp.net web services (ASMX), The complete messaging transport…
-
Video Game Development in .NET Framework
Video game development in Visual Studio Microsoft loves video games. Xbox, Game Pass, and DirectX is a real proof that Microsoft is committed to video game. As a result, we see a lot opportunity…
-
Developing OData in Visual Studio
When I need OData Your customer asks you to provide web service that can expose their own data that already in the information system. They want to access the data through Excel so that…
-
Managing Machine Learning Project in VS Code
When Your Application Need an Intelligence You want to create application that want to utilize the machine learning. In the past, you need to prepare your computing environment and several tools such as TensorFlow…
-
Getting Started Java with Visual Studio Code
Java is anywhere! Unfortunately, Java is not supported in Visual Studio 2019. You cannot build Spring in Visual Studio. The good news is you can start build java with Visual Studio Codes. Java is…
-
Database Deployment in Visual Studio
A software project should have a database. You can use SQL or no-SQL database. You choose SQL when you work with structured data that should have specific constraint and schema. You choose no-SQL if…
-
Is Debugging still needed for test driven development?
Test Driven DevelopmentOne of the implementation of eXtreme Programming is test driven development. Test driven development uses unit test to make sure the consistency and quality of the codes. Test driven development is started…
-
VM, Container, Web App which one do you choose?
In a cloud computing solution, we can host our web application into three models: virtual machine (IAAS), managed server like Web app or EBS (PAAS), or serverless like ECS or Azure Container. So, which…