A couple of tricks which simplify database access code while using Dapper library.
Bazy danych i XML 212 dni, 21 godzin, 28 minut temu 127 źrodło rozwiń
Okazuje się, że niewłaścieiw użycie Dappera i typu varchar może mocno spowolnić Twoje zapytanie. Opisałem na przykładzie dlaczego tak jest. Zapraszam do lektury:)
Sztuka programowania 692 dni, 18 minut temu 101 źrodło rozwiń
Simple .NET Core REST API CQRS implementation with raw SQL and DDD - Kamil Grzybek
Architektura 755 dni, 22 godziny, 6 minut temu 205 źrodło rozwiń
How to store and query object as JSON using Dapper.
Ostatnio zacząłem pisać aplikację webową w F# i Suave, w której korzystam z bazy danych. Poniżej opiszę dwie metody, za pomocą których można się odwołać do danych z bazy. - SQLTypeProvider oraz Dapper
Bazy danych i XML 1497 dni, 22 godziny, 51 minut temu 65 źrodło rozwiń
Every programmer when working with databases will use a framework, which facilitates and speeds up development time. It is no different with me. I never liked ADO.NET. Taking out the data and storing it in a DataSet or DataTable that were not strongly typed is not a best idea. Especially when someone else on the later stage had to work with this code and no one actually knows what the author had in the mind writing it. For many years, I enjoyed the heavi...
Sztuka programowania 1546 dni, 22 godziny, 27 minut temu 231 źrodło rozwiń
Here is code which shows how to extend Spring.NET’s AdoTemplate to enable Dapper micro ORM support. It is based on code & configuration presented in THIS post.publicdelegate T DataContextDelegate
Bazy danych i XML 2963 dni, 6 godzin, 21 minut temu 38 źrodło rozwiń