Background I have spent the past few days converting some of my ASP.NET Core 2.2 projects to 3.0 which just came out 3 days ago. I'm using Razor, SignalR and Dapper in some of these projects and I knew the conversion won't be straight forward since a lot of the core libraries have undergone major re-work. The easiest thing you can do to get started is to create a new project using one of the existing project templates in Visual Studio and compare its settings with your own project. This should give you a good idea on what to change in order to get your project going again. The official migration guide from Microsoft also has a lot of useful information. It shouldn't take too long before most people work out all the necessary changes needed to start their projects again. So the main focus of this blog is to share some of the "less obvious" breaking changes I have encountered during my upgrade and provide their solutions. Hopefully you and other developers...
From smart phone camera to autonomous driving car. Computer vision is getting more and more integrated into our daily life. With the help of machine learning and big data technologies, we can now have vision AI that are easily accessible to everyone. In order to explorer the current computer vision technologies, I have made a simple vision AI page that can (almost) make sense of any image you throw at it. Click here to check it out.
Just added a simple multiplayer Snake game to my personal website using the same game engine I wrote previously for the Tank Battle game. You can check it out here: https://robertyin.dev/snake I have also made some improvements on the netcode which improves the latency of both Tank Battle and Snake game.
Comments
Post a Comment