• Find user who ran DROP statements – SQL Server

    Introduction Sometimes we need to track or find which user has DROPPED the table(s) from the Database. In this article, we will discuss the possible ways to track this situation. I have a table already in my Database, Drop table Now I am going to apply the Drop Statement to drop the table. Now the…

  • Effective Meetings

    Introduction We are almost spending 25% to 50% of our time in meetings in an organisation, because meetings are inevitable and necessary part of organisational life. Meetings must be made more effective. The most common types of meetings that you will have are, Information Sharing Problem Solving To announce new Products / Services / People…

  • Blazor: Zero To Hero Real Time Implementation Part IV

    Introduction  This is part four of the “Blazor: Zero to Hero” article series. Before getting into the Part III article series, let’s have a Glimpse at Part I, Part II and Part III articles,  Part I Blazor is a framework to build Interactive Web UIs using C# and HTML.  The initial release was in 2018 by Microsoft.   …

  • Hangfire – .NET Background Tasks

    Introduction In this article, We will discuss about the Hangfire, an open source framework, which is used to run background tasks in .NET. In general, we may need an application which run’s in the background based on the code nature, that is, it may take long time to execute and users does not want to…

  • Blazor: Zero To Hero Real Time Implementation Part III

    Introduction  This is part three of the “Blazor: Zero to Hero” article series. Before getting into the Part III article series, let’s have a Glimpse at Part I and  Part II articles,  Part I Blazor is a framework to build Interactive Web UIs using C# and HTML.  The initial release was in 2018 by Microsoft.   …

  • Machine Learning Models With C# – Part Two

    Introduction This is part two article series of “Machine Learning Models With C#”, before getting into the part two series, if you have not yet read the. part one, please have a look at Machine Learning Models with C# Part I. In this article, we will have a detailed view on Setting Up the C#…

Subscribe

Enter your email below to receive updates.