.NET Darko Martinović in .NET MongoDB .NET Driver Guide: CRUD, LINQ & Aggregation Learn how to use the MongoDB .NET driver with C#. Covers connecting to MongoDB, BSON type mapping, CRUD operations, LINQ... 24 October 2018 41 min read
.NET Darko Martinović in .NET Office Development in Visual Studio Microsoft Office is heavily used in most organizations, and Microsoft has provided several ways to extend and customize Office applications.... 01 August 2018 27 min read
T-SQL Programming Darko Martinović in T-SQL Programming Migrate a SQL Server Database to In-Memory OLTP: Full Guide Step-by-step guide to migrating a SQL Server database to In-Memory OLTP. Covers limitations, foreign key workarounds, data type compatibility, natively... 10 May 2018 30 min read
Darko Martinović Programming SQL Server with SQL Server Management Objects Framework SQL Server Management Objects (SMO) is a great tool for managing SQL Server. Darko Martinovic demonstrates how to use SMO... 09 April 2018 26 min read
Darko Martinović An Easier Way of Transposing Query Result in SQL Server T-SQL does not have an easy way to transpose a row and a column. Of course, there is the PIVOT... 13 March 2018 17 min read
Database Administration Darko Martinović in Database Administration Custom Blocked Process Report for SQL Server Build a custom SQL Server blocked process report with readable email alerts. Identify root blockers, blocking chains, and lock details... 05 January 2018 32 min read
T-SQL Programming Darko Martinović in T-SQL Programming SQLCLR Email in SQL Server: Build a Custom sp_send_dbmail Alternative Build a SQLCLR stored procedure for sending email from SQL Server without sp_send_dbmail. Covers .NET SMTP integration, custom email profiles,... 17 July 2017 36 min read