Related resources for b
  • Enhance Your Digital Presence With The Best Digital Marketing Guide5/6/2024 11:57:07 AM. Unlock the secrets of digital marketing with our comprehensive guide. Learn proven strategies for SEO, SEM, social media, content, and more to elevate your online presence and drive impactful results
  • Deploy Web App In Microsoft Azure5/6/2024 11:56:43 AM. Learn to deploy your web application seamlessly in Microsoft Azure using Azure Web Apps. Explore Azure's powerful deployment features, utilize Azure Portal and Azure Resource Manager (ARM), and im
  • Composite Design Pattern With C#5/6/2024 11:55:47 AM. A composite design pattern is a structural design pattern. It allows developers to create multiple nested objects of the same type to complete one single system hierarches Players in this pattern.
  • NGINX Ingress with the .NET Core Microservices and Kubernetes5/6/2024 11:39:40 AM. This article delves into ingress fundamentals and its use cases, detailing step-by-step service implementation and containerization using .NET Core 8 Web API, Docker, Kubernetes, and Ingress.
  • Composite Design Pattern Using Python5/6/2024 11:37:22 AM. A composite design pattern is a structural design pattern. It allows developers to create multiple nested objects of the same type to complete one single system hierarchy.
  • Bots And Their Impact In The Modern Era5/6/2024 11:36:40 AM. Bots And Their Impact In The Modern Era" explores how automation, AI, and robotics are transforming industries. Learn about chatbots, and virtual assistants, and their role in customer service, e
  • Developers Use Case For .NET API Browser5/6/2024 11:27:56 AM. The .NET API Browser empowers developers with a comprehensive tool for exploring and understanding the .NET ecosystem. With detailed documentation, code examples, and search functionality, it streamli
  • Create MVC Project Step By Step From Scratch- Part One5/6/2024 11:26:27 AM. In this article, Learn how to build an MVC (Model-View-Controller) project from scratch in this comprehensive step-by-step tutorial series. Follow along as we delve into web development, software arch
  • Creating Shopping Cart Application From Scratch In MVC - Part Two5/6/2024 11:25:44 AM. Part two of creating a shopping cart app in MVC delves into backend functionalities like database management, session handling, and refining user interactions. It covers features such as adding/removi
  • Create Identity In Simple Ways Using ASP.NET MVC 55/6/2024 11:24:49 AM. ASP.NET MVC 5 simplifies identity creation through built-in features for authentication and authorization. It offers straightforward methods for user management, including registration, login, and pas
  • Chat Server and Client in C# Using Remoting Technology5/6/2024 11:24:23 AM. This application is a simple Chat server and Client, which is conversion of Java RMI chat server and client. The Java client was a Applet and present application client in Windows Forms.
  • Enable Ratings in SharePoint List/Library5/6/2024 11:24:03 AM. Learn how to enhance user engagement and feedback in SharePoint by enabling ratings on your lists and libraries. Empower users to rate and provide feedback on content, boosting collaboration and user
  • Create document Library in SharePoint 2013 Online5/6/2024 11:23:09 AM. Create document libraries in SharePoint 2013 Online for efficient document management. Customize folder structures, set permissions, and utilize metadata for easy organization and retrieval. Collabora
  • Add RSS Viewer Web Part In SharePoint Online5/6/2024 11:22:36 AM. Learn how to enhance your SharePoint Online site by integrating an RSS Viewer Web Part. This tutorial covers step-by-step instructions for configuring and adding the RSS Viewer Web Part to SharePoint
  • Local and Global Temporary Tables in SQL Server5/6/2024 11:21:50 AM. Learn about temporary tables in SQL Server. Explore the differences between local and global temporary tables, their scope, and usage. Understand how temporary tables provide session-specific data sto
  • Introducing Claims Based Identity With OWIN Components5/6/2024 11:20:48 AM. Explore the synergy of Claims-based identity and OWIN components in ASP.NET. Enhance authentication and authorization with security tokens, middleware, and identity management for robust web applicati
  • Implementing Policy-Based and Role-Based Authorization in .NET Core5/6/2024 11:19:28 AM. In this article, we’ll explore how to set up policy-based authorization and role-based authorization in a .NET Core application. We’ll cover key components such as authentication configuration, defaul
  • Solana's Consensus Mechanism and High-Performance Architecture5/6/2024 10:25:15 AM. Solana's exceptional throughput, processing thousands of transactions per second, distinguishes it in the blockchain realm. Its consensus mechanism, blending Proof of History and Proof of Stake, e
  • Programming in Practice - LINQ Expression 5/6/2024 9:05:50 AM. An impression can be made that: data is data, and it doesn't matter where it comes from provided it is reliable. The LINQ technology is presented to fetch the necessary data from any available so
  • The Union Find Algorithm in a Simplest Manner Possible5/6/2024 8:48:35 AM. The Union-Find algorithm, also known as the Disjoint Set algorithm, is a powerful tool for managing disjoint sets. It efficiently finds which set an element belongs to and can determine if a graph for
  • Building a .NET Blazor Web Application with Bootstrap Theme5/6/2024 8:40:44 AM. Create stunning web apps with .NET Blazor using Bootstrap themes. Combine the power of the .NET ecosystem with Bootstrap's sleek UI components for responsive, modern web experiences."
  • How to Develop Programs(Smart Contracts) on Solana Blockchain?5/6/2024 8:29:30 AM. In this article, we will learn how to write a smart contract in Rust using the Anchor framework. Smart contracts, deployed on the Solana blockchain, autonomously execute predefined functions triggered
  • How To Deploy Angular 17 Application Freely5/6/2024 8:25:45 AM. In this post, we will see how to deploy angular 17 application freely with Google Firebase Console.
  • Connecting Grafana to Data Sources5/6/2024 5:19:15 AM. Connect Grafana to databases, APIs, and more for powerful data visualization. Link MySQL, PostgreSQL, or InfluxDB seamlessly and extend with plugins for MongoDB, Kafka, REST APIs, and cloud platforms
  • A Brief History of Microsoft Programming IDE’s5/6/2024 5:13:44 AM. This article provides a concise overview of the evolution of Microsoft programming IDEs, tracing from Visual Basic to Visual Studio and beyond, highlighting their impact on software development effici
  • Understanding IPSec & IKEv2 Tunnels5/6/2024 4:59:27 AM. Explore the world of IPSec and IKEv2 tunnels, vital for secure internet communication. IPSec acts as a security guard, while IKEv2 establishes VPN tunnels, offering speed, stability, and auto-reconnec
  • Mastering Solana: Your Roadmap to Development Proficiency!5/6/2024 4:52:24 AM. In this article, we will see the roadmap that a beginner should follow to learn Solana. Navigating Solana's development requires a structured approach. This roadmap outlines essential steps, from
  • Convert Rows to CSV & Eliminate Duplicates in SQL Server5/6/2024 4:17:43 AM. Using SQL Server's string aggregate function, efficiently transform row data into a comma-separated format, while simultaneously removing any duplicate entries, ensuring data integrity and optimiz
  • Dive into Azure Bicep Syntax & Basics5/6/2024 4:14:30 AM. Explore Azure Bicep syntax with this comprehensive guide, deciphering its intricacies. Learn to streamline Azure resource deployment using Infrastructure as Code, simplifying ARM template management a
  • SQL Indexing: Boosting SQL Query Performance5/6/2024 4:11:19 AM. Unlock the power of SQL indexing to supercharge your database queries with our comprehensive guide. Learn how indexing works, explore real-world examples, and discover essential tips for optimizing qu
  • Git GUI Clients (0) --- Overview5/6/2024 3:59:57 AM. This article will discuss the Git GUI Clients in General. In this article, Git GUI Clients, including Visual Studio, Visual Studio Code, GitHub Desktop, TortoiseGit, and SmartGit, offer diverse tools
  • Application Security (3), Open Source Security --- Sonatype5/6/2024 3:47:06 AM. This article is discussing Application Security issue.
  • Understanding Garbage Collection in .NET Core5/5/2024 8:41:16 AM. Garbage collection (GC) is a fundamental aspect of memory management in modern programming languages like C#. In the context of .NET Core, the GC system plays a crucial role in automatically reclaimin
  • Kickstarting Azure Infrastructure: Azure Bicep5/5/2024 8:34:19 AM. Learn to rapidly deploy Azure infrastructure using Azure Bicep with this beginner's guide. Automate resource provisioning, enhance scalability, and streamline management through Infrastructure as
  • Decoding Azure Infrastructure: Azure Bicep and ARM Templates5/5/2024 8:32:09 AM. In the previous article, we introduced Azure Bicep and discussed its advantages over ARM templates. We learned about its simplified syntax, improved modularity, better tooling, and transparency over A
  • Inject a DbContext Instance Into BackgroundService in .NET Core5/5/2024 8:28:55 AM. In this article, Learn how to inject and use a DbContext instance within a BackgroundService in .NET Core. Utilize dependency injection to access database operations from a background task, ensuring p
  • All You Need To Know About Azure Kubernetes Service (AKS)5/5/2024 8:26:20 AM. Discover everything about Azure Kubernetes Service (AKS) in this comprehensive guide. Learn how AKS simplifies Kubernetes deployment and management on Azure. Explore container orchestration, scalabili
  • .Net Architecture And .Net Framework Basics5/5/2024 8:25:53 AM. .NET architecture encompasses the Common Language Runtime (CLR) and Common Type System (CTS), executing Intermediate Language (IL) through Just-In-Time (JIT) compilation.
  • What is Verhoeff Algorithm5/5/2024 8:25:21 AM. In this article we will learn about verhoeff algorithm. The Verhoeff algorithm, devised by mathematician Jacobus Verhoeff, ensures numerical data accuracy by detecting digit transpositions. It employs
  • How to Create Encrypted Stored Procedure5/3/2024 11:44:12 AM. Creating encrypted stored procedures in SQL Server involves using the "WITH ENCRYPTION" clause within the "CREATE PROCEDURE" statement. This secures the procedure's source code
  • Getting Started With Authentication And Authorization Using Blazor Server Side5/3/2024 11:43:27 AM. Learn how to implement secure user authentication and authorization in Blazor Server applications. Explore Blazor's built-in authentication mechanisms using .NET Core Identity. Manage user roles,
  • Customize Menu and Toolbar in SQL Server 20125/3/2024 11:43:10 AM. Customizing menus and toolbars in SQL Server 2012, via SQL Server Management Studio, involves modifying shortcuts, adding or removing commands, and rearranging options to streamline workflow. This cus
  • Program, Accounts and Program Driven Addresses(PDA) in Solana5/3/2024 11:38:30 AM. In this article, we will learn about Programs, Accounts, and Program Driven Addresses(PDA) in Solana. programs are like the building blocks of decentralized applications.
  • Top Innovative Blockchain Trends to Watch in 20245/3/2024 11:30:04 AM. In this blog, we will look at the key blockchain trends in 2024 and beyond. We will also look into how they influence businesses and how they help sectors change, particularly as we approach a new pha
  • Azure Bicep - Introduction to Azure Bicep5/3/2024 10:02:14 AM. This is a 14-Day series which introduces Azure Bicep Infrastructure as Coding (IaC) to the readers. This will be posted in 14 parts for ease of reading.
  • Azure Databricks : Exploring Medallion Architecture5/3/2024 9:58:49 AM. In the field of data architecture and engineering, the Medallion Architecture stands out as a robust framework designed to handle complex data processing tasks efficiently.
  • AngularJS - Data Binding & Controllers5/3/2024 9:18:35 AM. AngularJS is a JavaScript framework that enables dynamic web applications by providing powerful data binding and controller features.
  • Create ASMX Service For SharePoint5/3/2024 9:18:10 AM. Develop ASMX services for SharePoint using .NET Framework and Visual Studio. Leverage SharePoint's web services to enable SOAP-based communication, accessing SharePoint data and functionality seam
  • Implementing On-Premises Servers into Microsoft Azure Arc5/3/2024 9:17:33 AM. Learn how to seamlessly integrate on-premises servers into Microsoft Azure Arc, enabling centralized management and governance for your hybrid infrastructure.
  • Database Connectivity in Visual Studio 5/3/2024 9:16:16 AM. Visual Studio facilitates robust database connectivity through technologies like ADO.NET and Entity Framework. Developers can seamlessly integrate with SQL Server, MySQL, Oracle, and more using connec
  • How To Quickly Change Azure SQL Database Service Level Objectives5/3/2024 9:01:57 AM. To swiftly adjust Azure SQL Database Service Level Objectives (SLOs), utilize Azure Portal's intuitive interface or T-SQL commands for efficient performance tuning. Consider migrating between DTU
  • Introduction to AngularJs5/3/2024 8:57:16 AM. In this article, we will learn that AngularJS is a JavaScript framework that extends HTML with directives and expressions. It allows you to use HTML as your template language, making it easier to expr
  • AngularJS - Basics5/3/2024 8:56:33 AM. AngularJS is a JavaScript framework that simplifies web development by extending HTML attributes to define dynamic content. It employs directives to bind data to HTML elements, utilizes controllers to
  • Using Ng-init and Ng-repeat Directive of AngularJS in ASP.Net Application5/3/2024 8:53:39 AM. Discover efficient data initialization and dynamic data rendering techniques using these directives, enhancing your front-end development in ASP.NET with AngularJS's powerful features. Master the
  • Stop The Inherit Permission For List In SharePoint Online5/3/2024 8:53:23 AM. Stop permission inheritance for a SharePoint Online list to establish unique access control. Break inheritance from site-level permissions, granting tailored access settings for enhanced security and
  • Enable Like And Unlike Feature For SharePoint List Using JSOM5/3/2024 5:41:54 AM. In this article I would like to share the steps to enable Like/Unlike functionality in SharePoint list and how to set like/unlike for the particular item using JSOM.
  • Change The List/Library URL In SharePoint5/3/2024 5:39:44 AM. In this article, we will learn how to modify URLs for lists and libraries in SharePoint. Customize SharePoint site navigation by changing list or library URLs for improved organization and user-friend
  • Enable Output Cache Settings In SharePoint Online5/3/2024 5:38:59 AM. In this article, I would like to share the steps to configure the Output cache in SharePoint online. Output cache settings is available on the SharePoint publishing sites.
  • Maximizing Efficiency with Thread Pooling in C# Programming5/3/2024 5:34:22 AM. This article explores thread pooling in C#, focusing on its efficiency benefits in concurrent programming. It discusses its importance, implementation using C#, and best practices for optimal performa
  • Execute Multiple SQL Files On Single Go in SQL Server5/3/2024 4:52:45 AM. Are you utilizing SQL Server? Are deployments still handled manually by certain teams or DBAs? Is there no intention to incorporate CI/CD tools due to project or budget limitations. Nonetheless, there
  • JQuery Multiple File Upload and Remove5/3/2024 4:25:22 AM. This code segment utilizes jQuery to handle file upload and removal events in a dynamic UI environment. It captures file details upon selection, facilitates removal with associated buttons, and update
  • Server Automation (4), Jenkins5/3/2024 3:38:16 AM. This article will discuss Jenkins, server automation.
  • Application Security (1), in General5/3/2024 3:37:40 AM. This is a discussion about Application Security. This series delves into application security, covering tools like Fortify, Sonatype, and WebInspect. It emphasizes proactive security measures and disc
  • Solana's Language Support and Simplified Development with Anchor Framework5/2/2024 10:55:28 AM. In this article, we will explore that what are the languages that used to write smart contract for Solana and the setup of Anchor framework.
  • Mapping Output Cache Profile In SharePoint Page Layout5/2/2024 10:46:30 AM. Optimize SharePoint page performance by mapping output cache profiles to page layouts. Utilize caching options in site settings for efficient content delivery, enhancing user experience and performanc
  • Create Site Column In SharePoint From OOB And JSOM5/2/2024 10:45:48 AM. Easily extend SharePoint capabilities by creating site columns using built-in options or JavaScript Object Model (JSOM). Customize content types and fields, enhancing data organization and management
  • Enable/Disable The RSS Feed Option For SharePoint List5/2/2024 10:44:18 AM. Manage RSS feed options in SharePoint lists effortlessly. Enable or disable RSS feeds through list settings or site features, ensuring control over content subscription and distribution within your Sh
  • Pin Files To Top In SharePoint Online Document Library5/2/2024 10:02:27 AM. Elevate file visibility by pinning them atop in SharePoint Online Document Library. Enhance accessibility, prioritize important documents, and streamline navigation for users.
  • Copy Or Move The Items From A SharePoint Online Document Library5/2/2024 10:02:07 AM. In this article, I would like to share the steps to copy or move the document from one folder to another folder or one document library to another document library in SharePoint online.
  • Add Multiple Lines Of Rich Text In SharePoint Library5/2/2024 9:56:51 AM. Enhance SharePoint libraries by incorporating rich text with multiple lines. Elevate content presentation and organization, fostering better collaboration and engagement within your SharePoint environ
  • Create Or Update Excel Sheet From Azure Web Job5/2/2024 9:55:28 AM. In this article, I would like to share the steps and code to create/update an Excel from an Azure web job. Using Microsoft.Interop.Excel, we can create and update the Excel sheet but in Azure web job,
  • Dynamics 365 Customer Insights Part 1 - Microsoft Business Application Live Show Ep. 195/2/2024 9:54:06 AM. In this episode of Microsoft Business Application Live Show, you will learn about Dynamics 365 Customer Insights.
  • Get Email Activity And Mailbox Usage Details Of All Users Using Graph API5/2/2024 9:54:04 AM. Utilize Graph API to retrieve comprehensive details on email activity and mailbox usage for all users. Gain insights into communication patterns and resource utilization across your organization effic
  • Disable Sharing A Document With External User From SharePoint Online Tenant5/2/2024 9:52:02 AM. In this article, we will learn how to enhance security in SharePoint Online by disabling the external sharing of documents. Explore tenant-level settings and permission controls to restrict access to
  • Exception Handling in MVC5/2/2024 9:50:23 AM. Learn effective exception-handling techniques in MVC (Model-View-Controller) for robust web applications. Explore try-catch blocks, global exception filters, custom error pages, and logging strategies
  • Multiple Ways To Bind Data To Kendo Grid In MVC5/2/2024 9:49:15 AM. Discover various methods to bind data to Kendo Grid in MVC. From server-side binding with IQueryable to client-side binding via AJAX and JSON, explore options like DataSource, ViewData, or ViewModel f
  • Publish And Host ASP.NET Web API5/2/2024 7:23:37 AM. Learn how to publish and host your ASP.NET Web API using IIS or Azure App Service. This guide covers deployment methods, including Visual Studio publishing, setting up IIS configurations, and leveragi
  • Exploring String Searching Techniques in C#5/2/2024 6:46:03 AM. Searching for substrings within strings is a fundamental operation in software development, and in the context of C# programming, there are several techniques and methods available to accomplish this
  • How to Choose A Cloud Provider?5/2/2024 6:06:10 AM. Unleash the power of the cloud! Discover the ultimate guide to choosing the perfect cloud provider for your business. Maximize efficiency, and minimize costs. Read now!
  • Creating Calendar in SQL Server5/2/2024 5:48:05 AM. In the below example I have created a simple calendar using sql server and its predefined functions. This SQL script demonstrates creating a simple calendar using SQL Server's temporary tables and
  • Understanding the Single Responsibility Principle (SRP) using C#5/2/2024 5:03:22 AM. The article delves into the Single Responsibility Principle (SRP) in C#, emphasizing its importance in object-oriented programming. It illustrates SRP violations and provides improved code examples fo
  • Azure PaaS : Top 40 Questions & Answers About Azure PaaS Services5/1/2024 1:33:56 PM. Azure Platform as a Service (PaaS) offers a suite of cloud computing services that empower developers to build, deploy, and manage applications without the hassle of infrastructure management. Here 40
  • How to Keep Your Laptop Keyboard Light On Continuously?5/1/2024 12:39:40 PM. Ensuring your laptop keyboard's backlight remains on can enhance your typing experience, especially in dimly lit environments. This simple guide will walk you through the necessary steps to set yo
  • How To Create A Function In R5/1/2024 11:53:37 AM. Learn how to create and use functions in R with this comprehensive guide. Understand the syntax for defining functions, specifying arguments, and defining default values. Explore examples demonstrati
  • Deploying .NET 8 Core Web API in Cloud with .NET Aspire App"5/1/2024 11:43:31 AM. Learn to build and deploy high-performance .NET Core Web APIs in cloud environments using ASP.NET Core. Explore best practices for scalability, containerization with Docker, and deployment on Azure or
  • What Is Solana And Why Use Solana?5/1/2024 11:43:07 AM. Solana revolutionizes blockchain technology with its speed and scalability, challenging traditional platforms like Ethereum. This article delves into Solana's features, advantages over Ethereum, a
  • How to Setup the Solana Development Environment5/1/2024 11:41:59 AM. In this article, we will explore how to set up the development environment of the Solana blockchain. Setting up a robust Solana development environment is essential for smooth blockchain development.
  • JSON Web Auth Using Angular 8 And NodeJS5/1/2024 11:41:39 AM. Learn to implement JSON Web Token (JWT) authentication in Angular 8 with Node.js backend. JWT provides a secure way to transmit data between parties. This tutorial covers token generation, intercepto
  • How To Share A Power BI Report5/1/2024 11:40:58 AM. Easily share Power BI reports within and outside your organization using Power BI Desktop or services. Learn how to publish reports, choose sharing destinations, generate QR codes, and embed reports.
  • Protection Against Clickjacking5/1/2024 11:40:40 AM. Protection against clickjacking involves implementing measures like frame-busting scripts, X-Frame-Options HTTP header, and Content Security Policy to prevent malicious actors from hijacking clicks on
  • Protection Against Busting Frame Busting5/1/2024 11:40:26 AM. Learn effective techniques to protect against frame busting vulnerabilities on websites. Discover how to implement robust security measures, such as Content Security Policy (CSP), to prevent clickjack
  • COM in .NET5/1/2024 11:39:57 AM. COM (Component Object Model) in .NET facilitates interoperability between .NET and COM objects. Using COM Callable Wrappers (CCW) and Runtime Callable Wrappers (RCW), .NET code can access COM componen
  • How to Turn Off Automatic Updates In Windows 105/1/2024 11:39:39 AM. Learn the importance of computer updates, especially in Windows 10, for security and performance. Understand Microsoft's automatic update system and discover methods to disable updates, enhancing
  • How to Create Azure Storage Account and Configure to Windows 115/1/2024 11:39:12 AM. Learn how to set up an Azure Storage Account and integrate it with Windows 11. Create and configure storage containers using Azure Portal or tools like PowerShell and Azure CLI. Explore access managem
  • MVC 4 WEB API .NET 4.55/1/2024 11:35:21 AM. This article introduces the concept of exposing a Web API from ASP.NET MVC4, allowing clients to retrieve data in various formats such as JSON, XML, and HTML. It highlights the purpose of using HTTP a
  • Transactional Queue in .NET5/1/2024 11:34:58 AM. Transactional Queue in .NET facilitates reliable message processing with transactional integrity. Ensure data consistency and fault tolerance in distributed systems, leveraging the robust messaging ca
  • Passing Data From Controller To View With ViewBag - Part Three5/1/2024 11:34:18 AM. This article will tell you almost everything about passing data from Controller to View in ASP.NET MVC using ViewBag. I am writing this article to tell you the basic to advance concepts about ways to
  • Integrating Dynamics CRM To Azure Service Bus5/1/2024 11:16:16 AM. Integrating Dynamics CRM with Azure Service Bus enables seamless communication, leveraging Azure's robust messaging capabilities for efficient data exchange, automation, and event-driven workflows
  • Getting Started With Azure Service Bus Queues And ASP.NET Core - Part 15/1/2024 11:15:53 AM. Explore the fundamentals of Azure messaging services, setting up queues, and leveraging the Azure SDK for . NET. Discover queue-based messaging techniques for reliable and scalable communication in cl
  • Implement Many-To-Many Relationship in C# Class5/1/2024 11:13:30 AM. Learn to implement a many-to-many relationship in C# using collections and junction tables. Explore how to model associations between entities, use LINQ queries for retrieval, and leverage tools like