Filter
Exclude
Time range
-
Near
Prisma, Kysely, MicroORM, TypeORM …
1
3
53
TypeScriptで使えるDapperのようなMicroORMライブラリ作りました github.com/mk3008/rawsql-ts/…
1
4
445
Novo vídeo no Canal .NET -> .NET Dapper MiniProfiler: um exemplo implementando logs/monitoramento e relacionamentos 1:n -- Link: youtube.com/watch?v=x1pne4X9… C/ @alemalavasi #dapper #dotnet #miniprofiler #aspnetcore #slapper #sqlserver #data #microorm #sql #sqlite #postgresql
1
2
107
Novo vídeo no Canal .NET -> .NET Dapper: um exemplo de implementação de relacionamentos 1:1 -- Link: youtube.com/watch?v=ovjV3APN… C/ @alemalavasi #dapper #dotnet #aspnetcore #sqlite #data #microorm #sql #sqlserver #postgresql #mysql #oracle #canaldotnet #cortes #cortescanaldotnet
1
4
190
16 May 2024
Why am I just finding out about MongoDB.Entities NuGet package which is an overlay of the native MongoDB driver for .net with simplified syntax? It reminds of Simple.Data from back in the day, which I used prior to Dapper MicroORM. I need to get my hands on this.

2
142
Replying to @ColeBlender
Dude, where is Nest.js, postgreSQL, Docker, Redis, maybe some ORM (typeORM or microORM) and other cool things?
2
66
Replying to @wesbos
SQLite: Great as long as you can deal with file-based limitations and can convert times where needed (or your MicroOrm handles it sanely) PG: Usually my next step. MySQL: Not a good choice for greenfield IMO. PG will usually give more bang for the buck if used sanely.
1
4
1,453
25 Oct 2023
Buenas, esto lo resolvi gracias al articulo que dejare en la respuesta a este tweet. En resumen si necesitas mucho uso de base de datos lo mejor seria typeORM ya que esta enfocado a consultas complejas mientras que microORM a lo simple.
23 Oct 2023
Alguno uso MikroORM? Que ventaja le ven contra typeORM? Dentro de la docu de nest JS se encuentra MikroOMR pero como un third party package. Me gustaría implementarlo en un servicio nuevo del laburo.
2
1
16
2,750
переход к MicroORM подтолкнул меня впервые скачать TikTok
Перспектива перейти к изучению relational databases заставила меня сесть пить чай уже в четвертый раз за вечер
1
12
4,063
28 Sep 2023
I have STRUGGLED in my journey building @displagent, having to learn a LOT of new tech as I go - it just wasn’t avoidable, I’m afraid, especially since @displagent is now an Electron JS app. My stack: Product site - NuxtJS - Azure functions (serverless) - Tailwind CSS - Flowbite (tailwind components) - Nuxt static pre-rendering - Azure static web app - Simple GitHub CI/CD script Frontend web app - VueJS - Tailwind CSS - Flowbite or DevExtreme - Auth0 for Auth crap that I hate. - Azure static web app - Simple GitHub CI/CD script Desktop - Electron JS - Circle CI for CI/CD - Azure BLOB storage for file storage Backend - .NET Web API (thing of pure beauty) - SQL Server database on Azure - Dapper microORM or EFCore ORM - Azure App Service - Simple GitHub CI/CD script So much of this I had to learn as I went, especially Nuxt and Electron. It won’t be this painful next time, now I have powerful stack under my belt for pretty much any scenario.
1
492
Replying to @muratoflu_
Dapper MicroORM ile Queue ne alaka 😁
1
1
482
MicroORM підтримує міграції для MongoDB, яких тільки див не побачиш в природі
2
83
Part 1 Insight.Database , .NET Micro ORM - Write Less Code In Data Access Layer Using Auto Interface Implementation #dotnet #csharp #orm #Microsoft #microorm c-sharpcorner.com/article/in…
1
1
2
242
19 Jul 2022
Dado ese caso, he utilizado dapper. Donde trabajo con SPs y este microorm se encarga de realizar el mapeo de los objetos. Todo va volando
6
16 Jul 2022
Yeah but the defies the purpose of an ORM. And that’s why, btw, I prefer MicroORM like Dapper
1
3
24 Mar 2022
盲目的にDapper(MicroORM?)ばかり使ってるけどそれならセーフ?浅い知識しかないから正解が分からない…
Replying to @plus_one_masaki
セキュリティ的な話で言うと、バインディング機構とエスケープを適切に使っていれば、SQLを生で書いても問題はないですね。 ただ、それらを使わずに書くこともできるので、インジェクション対策を徹底させるために、クエリビルダやORMを使うって選択肢はアリだと思いますね〜。
1
2
Check this out: StoneAssemblies.Data extends the System.Data namespace by providing useful extension methods to query your database as fast as #Dapper does 😉#dotnet #microORM #nanoORM github.com/stoneassemblies/S… @StoneAssemblies

4
2
11 Aug 2021
C# 10.0のInterpolatedStringHandlerとCallerArgumentExpressionを組み合わせた、MicroORMのSQLクエリを文字列補間でやってみる案。ADO.NETがまともになれば(?)完全にノーボクシングノーアロケーションで書けるようになって良い。
5
26
even if you don't want to use EF, there are plenty of alternatives in MicroORM land for dapper which perform better.
2
1
2 Mar 2021
Replying to @mazibayo
Try Typescript with MicroORM 😪
1
2