timlewis.hashnode.devSeamless Reliability: EF Core Transactions and dotConnectData consistency is not optional in production systems. Every insert, update, or delete must either complete successfully as a whole or leave the database unchanged. Entity Framework Core (EF Core) enforces this principle through transactions, which ...6d ago·3 min read
timlewis.hashnode.devHow to Handle Bulk Insert and Update in EF Core EfficientlyBulk data operations are a common requirement in modern .NET applications, especially in systems that process large datasets on a regular basis. While Entity Framework Core excels at everyday data access tasks, bulk insert and update scenarios requir...Dec 16, 2025·3 min read
timlewis.hashnode.devdotConnect for QuickBooks Online | Secure C# ADO.NET connection with ORM supportIn this video, you will learn how to connect your C# .NET applications directly to QuickBooks Online with dotConnect for QuickBooks — a robust, high-performance data provider designed for modern financial integration. Whether you’re building financi...Nov 28, 2025·1 min read
timlewis.hashnode.devLet’s take a look at the new page - EF Core Diagram Class Generation and DbContext Visualizationhttps://www.devart.com/entitydeveloper/ef-core-diagram.html The ability to visualize these models is especially valuable. Specialized tools make it much easier for developers to build, customize, and manage EF Core models. One such tool is Devart Ent...Nov 27, 2025·1 min read
timlewis.hashnode.devdotConnect Universal – Unified Database Access for .NET AppsIn this video, you’ll unlock true C# universal database connection capabilities with dotConnect Universal — a feature-rich ADO.NET provider that enables seamless data access across SQL Server, Oracle, MySQL, PostgreSQL, SQLite, Db2, and more. Tap the...Nov 25, 2025·1 min read