Search results for query: *

  1. adriancs

    Tip [Sharing] MySqlExpress - Simplifies the Usage of MySQL in C#

    Thanks for the sharing of this idea, I'll appreciate the idea posted above :)
  2. adriancs

    Tip [Sharing] MySqlExpress - Simplifies the Usage of MySQL in C#

    So, in comparison of passing object or dictionary, I have made the following simulation: Method 1: passing object creates attributes and class object class PrimaryKey : Attribute { } class TableName : Attribute { public string Name = ""; public TableName(string name) {...
  3. adriancs

    Tip [Sharing] MySqlExpress - Simplifies the Usage of MySQL in C#

    You might be have different opinion, but that's ok. I'm open up to different opinions/ways of how a thing can be done differently. cheers :)
  4. adriancs

    Tip [Sharing] MySqlExpress - Simplifies the Usage of MySQL in C#

    Hi, Skydiver. Thanks for your feedback :) I might consider using MySqlDataReader in future development of this library, as it runs faster and consumes less memory. I'll try to spend some time in future to study what you've mentioned about the data conversion/mapping. I have just updated...
  5. adriancs

    Tip [Sharing] MySqlExpress - Simplifies the Usage of MySQL in C#

    Hi, guys, I have published a class library called "MySqlExpress" and I'm excited to share it here with you. The class library stands on top of MySqlConnector and it aims to simplify the usage of MySQL in C# / .NET environment. The primary purpose of this library is to simplify the...
  6. adriancs

    Tip Using Ribbon Control in WinForms

    Different programmers come from different countries. Each has their own flavor community. Even though Reddit is popular, but not all programmers in the world actively visiting Reddit.
  7. adriancs

    Tip Using Ribbon Control in WinForms

    Guys, I would like to share this project to more community, is there any popular C# forum or sharing platform out there at your area? Please post the link below, so that I can re-post this guide/tutorial at other site. Thanks.
  8. adriancs

    Tip [Video] Using MySQL in ASP.NET WebForm - Intro for Beginner

    Hi guys, the following is a demonstration / guide / introduction of using MySQL in ASP.NET. The walk-through is specially designed for beginner. the video demonstrates the 4 basic operation of SQL commands: SELECT, INSERT, UPDATE, DELETE Happy coding.
  9. adriancs

    Tip Video Guide for Beginner: Install Visual Studio 2019 Community for ASP.NET/WinForms

    Hi guys, here is a youtube video guide for fresh new beginner: Installing Visual Studio 2019 Community for ASP.NET/WinForms
  10. adriancs

    Tip Using Ribbon Control in WinForms

    Hi guys, I would like to share an open source ribbon control for WinForms. Project Name: RibbonWinForms Project URL: RibbonWinForms/RibbonWinForms Following is a quick guide: The ribbon class library can be added via Nuget. Right click your project and go to "Manage Nuget Packages..."...
Back
Top Bottom