• How To Play Audio In Blazor Application

    Introduction In this article, let’s understand how to play audio files in the Blazor Application, We will cover both Blazor Server and Blazor WASM applications. Before getting into the core concepts, let’s discuss what Blazor is. Blazor is an excellent framework in which we can use C# code to write both the Client and Server…

  • Introduction To MongoDB: A Jumpstart

    These days many projects are using NoSQL and MongoDB is one of the NoSQL Databases. In this article, we will learn what is MongoDB and it’s purpose. The below is the ToC. Introduction In this simple article, let’s discuss what is Mongo DB. MongoDB is a document-oriented Database, which is also called No-Sequal (NoSQL) database.…

  • Getting Started With .NET MAUI – First Look

    Introduction Yes, now it’s officially released !!! We can create Native Mobile and Desktop with C# & XAML and this is a cross-platform framework called .NET MAUI. MAUI stands for Multiple-Platform Application UI. We can develop applications for Android, iOS, Windows, and macOS from a single code base. This also means, that from a single…

  • Find Database Owner In SQL Server

    Introduction In this simple article, let’s explore different ways to find a Database owner. When a database is created, generally who creates it owns it and they have all permissions on that database. The Owner can perform maintenance of the database, grant permissions to other users, and even drop the database. Different Ways to Find…

  • Send SMS Messages In C# And .NET Using Twilio

    Introduction In modern web applications, the business may require to send SMS to end-users in various scopes like Alerting the users, acknowledging the users, or even sending OTP. Sending as SMS is the easiest way and also can be implemented easily in .NET applications using Twilio. Setting Up Twilio Account Twilio two-way SMS and MMS…

  • How to Identify Unused Tables In SQL Server

    Introduction When working on large-scale projects, we might have created many tables, or later some point we might have changed the structure as part of the requirements. There is a huge possibility of tables that are not required or unused for a long time. A good practice is to remove/delete those by identifying them. In…

Subscribe

Enter your email below to receive updates.