(NET) NET (2025)

MySQL PocoClass Generator - My own replacement for idiotic Entity Framework from Microsoft

Fucking Microsoft try to hypnotize whole world that Code First is best way for any development. Of this is idiotic scam from Microsoft, Database First still main way for forever and for any environment. All of programmers understanding why fucking Microsoft declare small controversial background idea as main stream. Goal is only increase of complexity and increase software price what must induce increase software price in whole world, increase capitalization to IT industry, increase Microsoft stock price and Microsoft shares. Fuck Microsoft!

Db First still main may to development because in 99% we don't develop new software, we just need to DB 1-2 fields and need to add small additional opportunity. DB data already clear to any customer and customer already understand what he need to additionally and end-customer never has interest to idiotic internal program conception relations inside software. As developer with 40+ years experience I can firmly say this - Db first is main stream rather than fucking Microsoft said.

Also fucking Microsoft already made support only MS SQL server, for other servers fucking Microsoft said - full support other SQL-server it's not our concern!

As a result most simplest basic operations in DB first development has no full support in EF Code First. But in another case - fuck Microsoft, full avoid MS Entity Framework and make own alternatives need less then 1000 code line and can create for 1-2-3 days by any software developers.


So, this is my own alternative of EF Code first for MySQL - https://github.com/Alex-1367/MySQL-PocoClass-Generator


This package allow to build POCO class from existing MySQL database and has full VIEW support.



What we need more for full DB access? Just ordinary Generic repository MySql Generic Repository - My own replacement for idiotic Entity Framework from Microsoft, Dapper and similar packages.



EfCodeFirst context:



Comments ( )
Link to this page: http://www.vb-net.com/MySQL-PocoClass-Generator/Index.htm
< THANKS ME>