Related resources for Emp
  • 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
  • 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
  • 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.
  • DNN (Formerly DotNetNuke) Tutorial - Part 15/3/2024 9:00:39 AM. DNN Tutorial - Part 1 introduces DotNetNuke, a versatile content management system (CMS) built on ASP.NET. Learn website setup, user management, and extension installation for robust web development.
  • 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
  • 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
  • Learn Local and Global Temporary Tables in SQL Server5/1/2024 7:11:09 AM. Temporary tables in SQL Server provide a way to store and process intermediate results within a session. There are two types of temporary tables: local temporary tables and global temporary tables.
  • How to Render EJS file in Express JS5/1/2024 5:00:38 AM. To render an HTML file in Express.js, you can use the built-in templating engine or serve the static HTML file directly. Here are two common approaches:
  • Create Facebook App using ASP.NET MVC4/30/2024 11:03:42 AM. Learn to integrate a Facebook app with your ASP.NET MVC project using Visual Studio 2012 and MVC 4 template. Follow step-by-step instructions to set up SSL, register as a developer, configure app set
  • Empowering The Developer: AI To Help, Not Replace4/30/2024 11:03:11 AM. AI empowers developers by providing assistance, not replacement. Collaboration between humans and AI enhances productivity, creativity, and innovation, leveraging automation to streamline processes wh
  • View Variables In .NET MVC4/29/2024 3:59:02 AM. This article discuss the View Variables, such as ViewData, ViewBag, TempData and Session in MVC
  • DevOps Pipeline (5), Setup from GUI with a Cloned Template (+ Fortify)4/29/2024 3:58:05 AM. This article discusses the DevOps Pipeline Setup from Clone, with Fortify configuration.
  • SQL Temporary Tables: Syntax, Types, and Usage4/25/2024 11:22:20 AM. SQL temporary tables are session-specific tables used to store interim results during query processing. They're created and destroyed within a session, offering a scratchpad for complex queries or
  • DNN, Formerly DotNetNuke, Tutorial - Part Four (GenericDNN Modules) 4/22/2024 8:55:39 AM. Learn how to create a GenericDNN module using templates, simplifying module installation without manual configuration. Follow step-by-step instructions for project setup, building in Release mode, ins
  • DotNetNuke Custom Module Creation Using DNNTemplate4/22/2024 8:21:53 AM. In this article, we are going to learn how to create DotNetNuke Custom module using DNNTemplate. DNN Custom Module Folder Structure with usage details.
  • Update Data Using Code First Approach4/22/2024 7:44:10 AM. Explore updating data with ASP.NET and Entity Framework's Code First approach. Define Employee model, set up DbContext, and create a Webform for user input. Implement logic to update employee det
  • Start With AngularJS: Part 24/22/2024 7:41:04 AM. AngularJS Part 2 delves into fundamental concepts like directives, controllers, services, and dependency injection. It covers data binding, scopes, and modules crucial for building single-page applica
  • Overview Of AngularJS: Part 14/22/2024 7:22:36 AM. AngularJS Part 1 introduces the framework's core concepts like MVC architecture, data binding, and directives. It covers modules, controllers, services, and filters essential for building robust s
  • ngInclude Directive In AngularJS4/22/2024 6:42:43 AM. The ngInclude directive in AngularJS enables dynamic loading of HTML templates, enhancing modularity and code organization. It facilitates the creation of single-page applications by allowing seamless
  • Sorting Rows By Table Header In AngularJS 4/21/2024 2:22:24 PM. Learn how to implement bidirectional data sorting in AngularJS using table headers. Utilize ng-click and ng-class directives for interactive sorting indicators. Employ orderBy filter for sorting data
  • Create Multiple Languages In ASP.NET MVC 4.5 Framework4/18/2024 1:28:41 PM. Learn how to set up a multilingual ASP.NET MVC application in Visual Studio. Follow steps to create resources files for different languages, set up model classes with validation, implement language ma
  • Working With Temporal Tables In EF Core 6.04/18/2024 8:46:18 AM. Get started with creation of SQL Server Temporal Tables using Entity Framework Core 6.0 Code First approach and querying the historical data using LINQ.
  • Create Site Collection in SharePoint 2013 Online4/17/2024 8:05:45 AM. Learn to swiftly create site collections in SharePoint 2013 Online using SharePoint Online Admin Center. Customize with various templates, manage permissions, and configure settings effortlessly. Acce
  • Overview Of Components In Angular4/16/2024 6:34:04 AM. In this article, we are going to learn the basics of Angular components. We are going to learn what exactly makes up the component and how we can add a new component to our Angular application with th
  • Installing EF Core with Empty Template in ASP.NET MVC Core 3.04/15/2024 11:49:21 AM. Discover how to seamlessly integrate Entity Framework Core into your ASP.NET MVC Core 3.0 application using an empty template. Follow a step-by-step installation guide to set up the data access layer
  • Enable Identity Core With Empty Template In ASP.NET MVC core 3.04/15/2024 11:48:04 AM. Learn how to integrate Identity Core into an empty template in ASP.NET MVC Core 3.0. Explore authentication and authorization features, configure user management, and enhance security.
  • Angular Expressions: Syntax, Use Cases, and Implementation Method4/15/2024 9:00:22 AM. Explore Angular expressions, small JavaScript-like codes enclosed in {{ }}, used for dynamic data display, filtering, and more. Learn through examples how to employ expressions via interpolation or cu
  • Understanding Structs(Structure) in C# With Employee Example4/13/2024 5:19:00 PM. In C#, a struct (short for structure) is a value type that encapsulates data and behavior related to a single concept. Structs are used to represent lightweight objects that typically contain a small
  • Using Scriban to Render Templates in .NET Core4/11/2024 6:13:19 AM. This article shows that the template engine is helpful when we want to render something and also introduces the basic functions of Scriban.
  • SOLID Principles in C# for Employee Management Example Mastering4/11/2024 4:56:36 AM. SOLID principles are a set of design principles that help developers create maintainable, scalable, and flexible software. In this article, we'll explore each of the SOLID principles: Single Respo
  • Blazor Project Templates Explained4/9/2024 9:25:47 AM. Blazor, a web framework by Microsoft, empowers developers to build SPAs with C# and HTML. Hosted server-side via ASP.NET Core or client-side with web assembly, Blazor offers project templates in Visu
  • Future Ready Blazor Application Architecture4/9/2024 9:16:46 AM. Learn how to separate UI components in Blazor applications for code reuse using Razor Class Library. Step-by-step guide to create and integrate UI components into Blazor Server applications. Future-re
  • Custom Validation In Angular Template-Driven Forms4/9/2024 9:08:54 AM. In this article, we will learn about validations in the template-driven form in Angular. We will create a simple user registration form and implement some inbuilt validations on it. Along with the inb
  • Learn about SQL Table Variable?4/9/2024 4:58:06 AM. Table variables in SQL Server function similarly to temporary tables but with some constraints. They offer local scope and structure definition but lack certain features like non-clustered indexes and
  • Top 4 Essential Qualities Of A Good Trainer4/8/2024 8:43:14 AM. In this article, you will learn to Discover the key traits of effective trainers. Learn about their expertise, communication, adaptability, and motivational skills. Explore how empathy, organization,
  • Employee Salary Updates Using SQL Update with Inner Join Query4/5/2024 9:16:51 AM. Explore how to update employee salaries while ensuring that each employee has only one salary per job. We'll accomplish this task using the UPDATE statement with INNER JOIN in SQL. Let's dive
  • Creating Various Types of Tables in SQL Server 4/3/2024 9:42:53 AM. Learn about SQL Server tables like User, Temporary, Global; understand creation methods, differences between temporary and regular tables, storage locations, and utilization of table variables. Exampl
  • Temporary Table in SQL Server4/3/2024 9:41:55 AM. In this article, we will learn about temporary tables in SQL Server, a powerful feature for temporary data storage and manipulation. Master T-SQL techniques for creating and managing temporary tables,
  • Temporary Table vs Temporary Variable in SQL Server4/3/2024 9:41:39 AM. Temporary tables adhere to transaction boundaries, affected by rollbacks, whereas temporary variables remain unaffected, persisting data despite rollbacks. Illustrated through SQL queries, highlightin
  • Temporary Tables and Table Variables in SQL Server4/3/2024 5:59:21 AM. In this article we will explore the temporary tables and table variables in SQL Server. From understanding their differences to exploring practical use cases and examples. Whether you're storing i
  • Activate Classic Build and Release Pipelines in DevOps Trial4/1/2024 9:42:31 AM. To enable classic build and release pipelines in your Azure DevOps trial account, navigate to project settings or organization settings. Then configure pipelines under the Pipelines section, choosing
  • All About the TempData in MVC4/1/2024 8:16:38 AM. TempData is a temporary data storage mechanism in ASP.NET MVC, facilitating state management between HTTP requests. Stored in session variables, it aids in passing data between consecutive requests. T
  • Understanding the Temporal Dead Zone (TDZ) in JavaScript3/30/2024 8:07:35 AM. The Temporal Dead Zone (TDZ) refers to a specific period during JavaScript code execution where variables declared with let and const keywords are inaccessible. This zone exists between the start of t
  • ViewData vs ViewBag vs TempData vs Session in .NET3/30/2024 7:23:02 AM. In ASP.NET, passing data between controllers and views is a common requirement for building dynamic web applications. ASP.NET provides several mechanisms for achieving this, including ViewData, ViewBa
  • Temporary Tables vs Common Table Expressions in SQL Server3/29/2024 11:07:01 AM. In this article, we will learn what is Differences Between Temporary Tables and Common Table Expressions in SQL Server. Temporary tables and Common Table Expressions (CTEs) are SQL Server tools for da
  • Explain about Vue.js Template3/28/2024 4:20:05 AM. Vue.js templates offer a declarative approach to building user interfaces, extending HTML with Vue-specific directives for data binding, conditional rendering, looping, event handling, and creating re
  • Enhance YAML Template Development in Azure DevOps for Productivity3/27/2024 12:03:01 PM. Enhance YAML template development in Azure DevOps with the YAML Template Editor to boost productivity. Simplify CI/CD pipelines, collaborate efficiently, and streamline automation processes for agile
  • Create Word Document from SharePoint List with MS Flow & Quick Parts 3/21/2024 9:59:36 AM. In this article, we will learn about two important concepts (Quick Parts and MS Flow) to generate a Word document using an existing Word Template. During this article, we will read the Word document f
  • How To Split A String Using Backslash As Delimiter In C# With Code Examples3/20/2024 4:16:50 PM. Learn how to easily split a string in C# using a backslash delimiter with code examples, courtesy of Ziggy Rafiq's informative article. Master this essential skill today!
  • Refactoring Common Code with Azure Bicep User Defined Functions3/19/2024 5:22:47 AM. Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a s
  • Building a Responsive Website Template: HTML5 & CSS3 Media Queries3/19/2024 5:20:40 AM. In this article, I'll explain the nuts and bolts of responsive web designing and media queries. What? When? Why? I'll explain these questions in this article.
  • How Can I Use Imported Constant in Template Section in Vue.js3/18/2024 8:09:54 AM. To utilize imported constants in the template section of Vue.js, ensure they're declared within the component's script section. Then, reference them directly within the template for seamless i
  • Creating An ASP.NET MVC 5 Site Using Bootstrap Custom Templates3/13/2024 8:34:59 AM. This tutorial guides you through the process of integrating Bootstrap into your MVC project, leveraging its responsive layout and pre-designed components to create visually appealing user interfaces.
  • Create First Canvas App from Template 3/12/2024 4:51:24 AM. This article provides an overview of Canvas Apps in Power Apps, guiding readers through the process of creating their first Canvas App using existing templates. Canvas Apps offer unparalleled customiz
  • Benefits of Temporary Tables over Table Variables in SQL Server3/10/2024 8:15:37 AM. The article explores the advantages of utilizing temporary tables over table variables in SQL Server. It discusses how temporary tables offer better performance, scalability, and flexibility for handl
  • How to Create Truncate Filter in Vue.js 3/6/2024 5:48:14 AM. Create a Vue.js truncate filter by defining a custom filter that shortens text to a specified length. Register the filter globally, then use it in your component templates as needed.
  • Improve Performance of Word 20133/5/2024 10:38:10 AM. Boost productivity in Microsoft Word 2013 by optimizing performance. Learn to manage resources efficiently, troubleshoot issues, tweak configuration settings, and streamline add-ins and templates for
  • SendEmailFromTemplate to Send Emails to Unresolved Addresses2/28/2024 11:27:10 AM. This article delves into the process of streamlining communication in Dynamics 365 CE using Power Automate, specifically focusing on sending emails to unresolved addresses.
  • What is the Purpose of Vue.js Compiler?2/27/2024 10:10:27 AM. The Vue.js compiler transforms Vue.js templates into JavaScript render functions, parsing templates, generating an optimized Abstract Syntax Tree (AST), and producing efficient render functions for se
  • Template Literals In JavaScript2/27/2024 4:27:38 AM. JavaScript template literals are an effective tool for working with and creating strings. They were first included in ECMAScript 6 (ES6).
  • How Do You Define Custom Key Modifier Aliases in Vue.js2/26/2024 11:59:09 AM. In Vue.js, enhance keyboard event handling by defining custom key modifier aliases through Vue.config.keyCodes. This guide details the process, demonstrating how to create and utilize these aliases in
  • Create an Excel Template and Upload It to the Library2/26/2024 8:47:15 AM. In this article, Here, you'll find instructions on how to create and use an Excel template for various tasks, ensuring a blank starting point for your projects.
  • Creating Email Template for Custom Entities in Dynamics 365 CE2/24/2024 1:16:11 PM. This article is about using email template for custom entity in Dynamics 365
  • What Are Single File Components in Vue.js2/22/2024 6:48:29 AM. Single File Components (SFCs) in Vue.js consolidate templates, scripts, and styles in one file, enhancing organization. The example demonstrates creating and using a TodoItem component for a clear str
  • Vue Template Refs Improving DOM Manipulation2/22/2024 6:18:51 AM. Vue Template Refs are a powerful feature that enables you to directly access and manipulate DOM elements in a Vue.js application. By using the ref attribute and the $refs object, you can achieve dynam
  • Auto Detect Responsive Screen Sizes Using Angular and Bootstrap2/22/2024 4:57:24 AM. This document provides a comprehensive guide on implementing screen size detection and achieving responsive behavior in Angular applications. It outlines steps to utilize the HostListener decorator fo
  • What are X Templates in Vue.js2/20/2024 9:22:38 AM. Vue.js X Templates, using the x attribute or v-pre directive, allow the inclusion of raw HTML content within Vue.js templates without processing. Ideal for code snippets, third-party components, and d
  • Programming Template in Web Server Controls2/20/2024 6:37:31 AM. Templates play a major role in managing the layout and format of the data being displayed in ASP.NET data bound controls.
  • Get Browser Type and Version Using Angular and Bootstrap2/19/2024 11:59:20 AM. This article provides a detailed guide on how to detect the browser version and name in an Angular application. It covers steps to create a service for browser detection, configure browser name and ve
  • Resolving Database Reconnection Challenges in .NET with Polly2/13/2024 12:04:18 PM. This content provides an overview and detailed implementation guide of utilizing the Polly library for connection retry in .NET applications. It demonstrates creating an Employee class and table, simu
  • String.IsNullOrEmpty() vs String.IsNullOrWhiteSpace()2/13/2024 10:56:35 AM. Learn when to use String.IsNullOrEmpty() and String.IsNullOrWhiteSpace() in C#. Understand their differences for effective null and whitespace checks, enhancing data validation and code reliability.
  • How to Add Highlighted Image Slider in Blogger2/13/2024 8:39:22 AM. Enhance your Blogger blog with a highlighted image slider. Learn how to customize your blog layout by adding an interactive image carousel using widgets or plugins for a visually appealing browsing ex
  • Local Temp Tables, Global Temp Tables, Table Variables, and CTEs Comparison2/12/2024 9:53:11 AM. In SQL database management, optimizing data storage is vital for efficient query execution. Local and global temporary tables, table variables, and CTEs are versatile options for temporary data storag
  • Build Temparature Convertor Application Using Angular and Bootstrap2/12/2024 7:14:31 AM. In this tutorial, I will show you how to build an Temperature Convertor application using Angular Custom Pipe. The Pipes are a great way to transform the appearance of elements in the template.
  • Integrate YouTube videos in our Angular Application2/8/2024 10:28:13 AM. This content explains how to integrate YouTube videos into an Angular application using the Angular YouTube Player component. It outlines the steps involved, such as installing the necessary package,
  • How to Apply or Change Site Template in SharePoint Online 2/6/2024 7:20:13 AM. In this article, we will learnTransform your SharePoint Online sites with ease by learning how to change or apply site templates. Discover step-by-step instructions on logging in, accessing site setti
  • Theory Of Azure Virtual Network With Four Hands-On Labs2/5/2024 12:05:50 PM. In this article we will go through the concept of azure virtual network, what is azure virtual network and terms in virtual network which use to create virtual network.
  • Data Transfer in ASP.NET Core MVC Controllers with TempData1/29/2024 11:20:18 AM. In ASP.NET Core MVC, you can pass temporary data from one controller to another using TempData. TempData is a dictionary that can be used to share data between controllers during the current request a
  • Deploy an Azure Service Bus Topic Using ARM Template1/24/2024 7:17:36 AM. Deploying an Azure Service Bus Topic through the 'Deploy a Custom Template' method is simplified using an ARM template. Follow the steps to upload JSON files, configure parameters, and effortl
  • How to Make REST APIs Idempotent?1/16/2024 8:41:00 AM. Some HTTP methods are by default Idempotent and some we need to make them Idempotent to avoid but obvious issues in our REST APIs
  • Optimizing Angular Templates1/15/2024 6:42:02 AM. Optimizing Angular templates is crucial for improving the performance of your Angular application. Here are some tips and best practices to optimize Angular templates.
  • Text and Email Generation with Handlebars.NET Templates in .NET1/10/2024 9:03:11 AM. Handlebars.NET, a robust templating engine in the .NET ecosystem, facilitates dynamic content creation for emails and text. With an intuitive syntax and support for helpers and partials, it enhances p
  • Write the Data to Excel Template12/29/2023 7:01:29 AM. Learn the art of writing data into Excel templates in C# with this step-by-step guide. Create an ASPX page, use libraries like Newtonsoft.Json, and implement the Factory Pattern effortlessly.
  • Decoding Redux: Empowering React.js Applications with Scalable State Management12/27/2023 7:24:43 AM. Explore Redux integration in React.js. Learn store, actions, and connecting components. Elevate your app with efficient state management.
  • Table(s): Temp Table, Table Variable and CTE (Common Table Expression)12/26/2023 7:51:55 AM. This article will discuss SQL Table like items, including temp table, table variable, CTE, Table-valued Parameters.
  • Optimizing SQL Queries: CTE vs Temporary Tables for Speed12/17/2023 7:22:44 AM. In Microsoft SQL Server, there are different methods to enhance query performance: Common Table Expressions (CTE) and temporary tables.
  • Understanding Idempotency in .NET12/4/2023 8:23:42 AM. In the world of web development and API design, it is essential to maintain consistency and reliability in operations. Idempotency, a basic principle in computer science, is critical in achieving thes
  • Improving Code Readability in View Section Using Return Templates12/3/2023 1:17:40 PM. The return template is a one of the new features added in the latest version of the CodeBehind framework. Using this feature completely separates the server-side codes from the view section.
  • Empowering Developers with .NET 811/20/2023 5:34:28 AM. Step into the realm of .NET 8, the latest iteration of Microsoft's open-source platform that empowers developers to craft cutting-edge applications. With its focus on enhanced performance, cloud-n
  • Identity API Endpoints based Authentication and Authorization in .NET 811/15/2023 12:10:49 PM. The second step in adding token-based authentication to ASP.NET Core Identity is to introduce the Identity API endpoints. Basically, this is an API version of the actions that you can perform with ASP
  • AI and the Future of Work: A New Era of Human Empowerment11/15/2023 6:08:41 AM. It's true that AI is transforming the future of work, but it doesn't mean human jobs are in danger. Learn how AI tools can enhance your skills, make you more valuable to your company, and keep
  • ASP.NET Core Web API Development with Template Method Pattern and 3-Tier Architecture11/13/2023 3:22:35 PM. This design pattern allows for a structured, modular, and easily maintainable architecture by separating concerns into distinct layers and leveraging the Template Method Pattern to provide a common st
  • Java 21: New Features and Examples11/2/2023 10:48:59 AM. Java 21 is a major release that includes a number of new features and improvements that make Java more concise, expressive, safe, and performant. Some of the most significant new features include reco
  • Dynamically Bind HTML Template to JSON Data Without using Loop in SQL10/17/2023 9:46:41 AM. How we can dynamically bind html template to json data without using looping sql server
  • How to check if SQL table is temporal?10/16/2023 4:06:14 PM. How do you know if table is a temporal table.
  • What are Temporal Tables in SQL Server?10/16/2023 3:56:01 PM. A temporal table, also known as a system-versioned temporal table, is a type of database table designed to track changes to data over time automatically. It accomplishes this without the need for comp
  • Skip/Notify Processing of Empty files via Azure Data Factory/Synapse10/3/2023 9:43:52 AM. Skip / Notify Processing of Empty files via Azure Data Factory / Synapse
  • Get Site Template For SharePoint Online Site10/3/2023 4:26:01 AM. In this article, how to get the site template for an existing SharePoint online site collection
  • Understanding the C# Template Method Pattern9/27/2023 9:10:57 AM. Understanding the Power of the C# Template Method Pattern is a comprehensive guide that dives into the concept and application of the Template Method design pattern in C#. This title is aimed at devel