CRUD, C#, SQLite, and Visual Studio 2022

As you may have noticed, a new version of Visual Studio was released just recently. It is still in Preview 1 but I’m interested to find out if the code which we have built for our Business Card App is still working. I am happy to tell – it does. I ran into two minor […]

Read More

CRUD, C#, SQLite, using Windows Forms – PART2

Earlier this week the PART 2 of this course was released.As mentioned earlier the database has been extended as well as the UI accordingly. We have also used exception handling to secure the application from crashes when the database has been renamed, moved, or deleted.Another important improvement is adding search functionality as well. When the […]

Read More

CRUD C#/SQLite/ course at UDEMY

CRUD C#/SQLite/ course at UDEMY I have received some questions regarding Visual Studio 2019 and if it’s possible to use this version.The short answer is: YES, you can. I have now run through this course using Visual Studio 2019 (version 16.1.3 and version 16.1.4) and it all works well without any issues. I also used […]

Read More

CRUD, C#, SQLite, using Windows Forms

This course will give you the knowledge how to use C# to create a full CRUD application using Windows Forms. We are going to use Visual Studio 2017 Community and create this CRUD application using SQLite as our database.We will also be using supporting tools for SQLite that is called, DB Browser. This tool will […]

Read More