Related resources for Emp
  • Temporary Tables vs Table Variables in SQL Server Explained11/19/2024 10:49:20 AM. This article explores their key distinctions, advantages, and ideal applications, helping users understand when to use each for better query performance and resource optimization.
  • Organizing Resource Deployments Using Bicep11/14/2024 11:01:24 AM. Bicep modules simplify Azure resource deployment by enhancing organization, reusability, and maintainability. They allow for encapsulating deployment details into manageable components, enabling easy
  • Managing User Sessions in React11/11/2024 5:36:17 AM. Session management is a fundamental aspect of web applications that allows developers to track user activity, maintain login states, and manage temporary data throughout a user's interaction with
  • How to Store Temporary Information in Table Like Format in C#?10/28/2024 8:56:49 AM. In this article, we will learn how to manipulate and manage in-memory data effectively, allowing for quick access and modifications while maintaining a structured format for your applications.
  • An Overview of the Implementation of ValidationRules in WPF C#10/27/2024 6:39:40 AM. In WPF, the ValidationRule class enables custom validation for user input in controls like TextBox. By extending the ValidationRule and overriding the Validate method, specific input criteria can be e
  • Using XML and XSLT10/15/2024 11:27:26 AM. XSLT (XML Stylesheet Transformation) is a powerful language used for converting XML documents into various formats. It utilizes an XSLT processor to parse input XML and the associated stylesheet, exec
  • DATE_BUCKET Function New T-SQL Enhancements in SQL Server10/5/2024 6:28:43 AM. This article will delve into the DATE_BUCKET function, its syntax, and its practical use cases using the AdventureWorks2022 sample database. We’ll also compare DATE_BUCKET with other similar T-SQL fun
  • Download Up to 10 Files at a Time Using Internet Explorer in Windows 810/1/2024 9:12:47 AM. This article explains how to configure Internet Explorer on Windows 8 to allow downloads of more than 10 files simultaneously. By default, older versions of IE limit downloads to 6 files at a time. By
  • Explaning Joins in Azure Cosmos DB 9/30/2024 8:45:05 AM. Azure Cosmos DB enables seamless querying using SQL-like syntax, allowing joins within JSON documents. This feature facilitates data retrieval from arrays and nested objects within a single container,
  • Nested Collection Models in MVC to Add Multiple Phone Numbers - Part 19/27/2024 10:08:34 AM. This article explains how to create an MVC application using the Nested Model concept, allowing users to add or remove multiple phone numbers for an employee. It covers database setup, model creation,
  • How To Enable Page Properties Only For SharePoint News9/24/2024 12:03:41 PM. This article explains how to enable custom field properties exclusively for SharePoint News while keeping them hidden for standard site pages. It outlines the steps to create a new content type, add s
  • Create Modern Page Template In SharePoint Online9/24/2024 11:55:00 AM. Learn to customize layouts, integrate web parts, and optimize content management within SharePoint's modern UI. Ideal for improving site design and user experience.
  • Chat Bot With Azure Authentication - Part One9/23/2024 11:08:03 AM. This article series covers how to register an app with Azure Active Directory, obtain an access token, and integrate Azure Bot Service. It explains setting up authentication, saving conversation state
  • Session State Behavior Per Action in ASP.NET MVC9/20/2024 8:07:03 AM. This guide explains how to control session state behavior in ASP.NET MVC using the SessionState attribute and a custom ActionSessionStateAttribute. While the SessionState attribute applies to an entir
  • How To Utilize Web Templates And Content Snippet Effectively In Dynamics 365 Portal9/19/2024 10:16:20 AM. This guide covers best practices for customizing templates, reusing content snippets, and optimizing your portal to enhance user experience and workflow efficiency.
  • Getting Record ID From EntityView In Dynamics 365 Portal9/19/2024 10:15:46 AM. This article explains how to use an entity list in Dynamics 365 portals to manage records efficiently. It demonstrates configuring a web template to redirect users to a details page if only one record
  • Module And Controller In AngularJS9/10/2024 11:52:59 AM. AngularJS is a framework for building dynamic web applications. It uses modules as containers for components like controllers and directives, with controllers managing data and $scope serving as the b
  • AngularJS From Beginning: Directive - Part Four9/10/2024 10:19:45 AM. This article explores AngularJS custom directives, a key feature for enhancing templates with reusable components. It covers the creation of directives, directive naming conventions, and usage of attr
  • Exaplain Copy Constructor in C#9/10/2024 8:41:21 AM. A copy constructor in C# allows creating a new object by copying an existing object. It duplicates the values of properties and fields from the original object. This method is useful for creating inde
  • Using JQuery GridView For an ASP.NET MVC Application9/5/2024 9:28:18 AM. Learn how to create a GridView in ASP.NET MVC using jQuery plugins. This guide covers creating static and dynamic GridViews, populating data from a database, and implementing features like paging and
  • Temporary Tables vs Table Variable in SQL Server9/5/2024 7:20:02 AM. In this article you will learn about Temporary Tables and Table Variables in SQL Server 2008. Temporary tables come in two types: Local (prefixed with "#", accessible only to the current con
  • What are Temporary Tables in SQL Server?9/5/2024 7:19:46 AM. Temporary tables in SQL Server, stored in tempdb, assist with short-term data management. They come in Local (scope limited to current connection, prefixed with "#") and Global (accessible t
  • Learn Common Table Expressions (CTE) in SQL9/4/2024 6:25:07 AM. Common Table Expressions (CTEs) in SQL are a powerful tool for simplifying complex queries. They allow you to create temporary result sets that can be referenced within a SELECT, INSERT, UPDATE, or DE
  • Filter and Display New Employees in Power Apps with Microsoft Graph9/3/2024 5:05:57 AM. Create a Power Apps app that lists new employees who joined this year by using the Microsoft Graph API. With a button click, retrieve and display user data filtered by hire date in a gallery. This app
  • Implement LDAP Login Authentication API in Java with Spring Boot8/28/2024 6:57:58 AM. This guide details creating an LDAP authentication API using Java and Spring Boot. It covers dependency setup, LDAP server configuration, and implementing a REST controller for user authentication. Th
  • ASP.NET MVC 5 CRUD Operation Scaffold Template Using Entity Framework8/21/2024 6:06:20 AM. In this article, we will see ASP.NET MVC 5 CRUD operation scaffold template using Entity framework.
  • Learn About State Management In ASP.NET MVC8/20/2024 11:13:58 AM. In this article, we will discuss various ways to pass the data from Controller to View, or Controller to Controller. However, in ASP.NET web applications, for state management, we use View State, Hidd
  • Create, Retrieve, Update Or Delete Sites On SharePoint Using PnP PowerShell8/20/2024 10:55:51 AM. Learn how to create, retrieve, update, and delete SharePoint sites using PnP PowerShell. This guide covers essential commands like New-SPOWeb, Get-SPOWeb, Set-SPOWeb, and Remove-SPOWeb, providing step
  • View Variables In .NET MVC8/16/2024 2:23:27 PM. This article discuss the View Variables, such as ViewData, ViewBag, TempData and Session in MVC
  • A Complete Guide to NumPy: From Basics to Advanced8/16/2024 10:26:10 AM. NumPy, short for Numerical Python, is a powerful library for numerical computing in Python. It supports multi-dimensional arrays and matrices, with functions for mathematical operations, array manipul
  • Using Peek And Keep In TempData In ASP.NET MVC8/7/2024 10:48:09 AM. TempData in ASP.NET MVC is used to pass data between actions or controllers and can persist data across requests. Unlike ViewData and ViewBag, which only last for a single request, TempData can mainta
  • Creating Email Templates in Dynamics 365 with Power Automate8/7/2024 6:41:29 AM. Learn how to create and customize email templates in Microsoft Dynamics 365, and streamline your communication process by sending automated emails using Power Automate.
  • Getting Started With Razor Pages In ASP.NET Core 2.08/5/2024 3:54:59 AM. ASP.NET Core 2.0 introduces Razor Pages, a streamlined alternative to MVC for focusing on UI rather than complex logic. With Razor Pages, you manage server-side logic in code-behind files, simplify ro
  • Difference between Temp Table and Table Variable8/2/2024 4:59:56 PM. This article will discuss Difference between Temp Table and Table Variable
  • Table(s): Temp Table, Table Variable and CTE (Common Table Expression)8/1/2024 6:37:16 PM. This article will discuss SQL Table like items, including temp table, table variable, CTE, Table-valued Parameters.
  • Windows Deployment with Ansible Manual and Automated Install8/1/2024 11:27:50 AM. This guide explains how to streamline Windows system deployment using a prepared Windows image and Ansible. Learn to create a base Windows image, generalize it with Sysprep, capture it, and then autom
  • Top 10 New Features Of ASP.NET Core 2.07/31/2024 4:33:41 AM. ASP.NET Core 2.0, part of the .NET Core ecosystem, offers enhanced performance and productivity with features like minimal code requirements, Razor Pages, and new meta packages like Microsoft.AspNetCo
  • Java 21: The Latest Features and Improvements7/26/2024 4:11:18 AM. Java 21 introduces significant enhancements including Pattern Matching for Switch, Record Patterns, and String Templates. It also features Sequenced Collections, Virtual Threads, and Scoped Values, st
  • Learn Custom Pipes in Angular 177/25/2024 5:21:09 AM. Learn how to create custom pipes in Angular 17 with this comprehensive guide. Transform data in your templates effortlessly by generating, implementing, and registering custom pipes to meet your speci
  • Hyperlink Creation Open External Sites and Outlook Templates7/24/2024 6:57:31 AM. Discover tips for enhancing PowerApps with hyperlinks, external site navigation, and Outlook email integration. Learn how to use HTMLText control to create clickable links, launch external sites from
  • Microsoft Viva: Empowering Employee Growth and Development7/24/2024 5:52:59 AM. In this article we will look at Microsoft Viva, an integrated employee experience platform designed to enhance productivity, well-being, and continuous learning within Microsoft 365 and Teams.
  • Creating Custom Pipes in AngularJS7/21/2024 4:01:56 AM. This guide covers creating and using filters (pipes) in AngularJS. Learn how to apply built-in filters like currency, date, and uppercase, and create custom filters such as capitalize. Filters transfo
  • Interesting Query (2) --- Whtch Manager has no Employee with7/19/2024 10:12:18 PM. This article will discuss interesting queries, more.
  • The Code Quality Advantage How Empirical Data Shatters the Speed vs Quality Myth7/8/2024 7:41:28 AM. In this talk, Adam tackles this challenge head-on by leveraging innovative code quality metrics and deep analyses of how engineering interacts with code.
  • New Features In SQL Server 20167/4/2024 7:38:14 AM. SQL Server 2016 introduces numerous features for enhanced database management, including Always Encryption for secure data storage, JSON support for data interchange, Row Level Security for access con
  • Types of Blazor Components Routable Non-Routable Templated Dynamic7/3/2024 7:45:51 AM. At the heart of Blazor applications are components, which encapsulate UI and logic, making it easier to build and maintain large web applications. In this article, we'll explore four types of comp
  • Building a Basic Login Form with Angular and HttpClient7/1/2024 6:38:09 AM. Learn to build a secure login form in Angular using HttpClient for HTTP requests. This tutorial covers creating a TypeScript component, handling HTTP POST requests to a backend API, and integrating wi
  • Introducing Video Page Templates in SharePoint and Stream6/26/2024 6:32:20 AM. The new video page templates in SharePoint Pages and News enable authors to easily create video-centric content. Starting in the Stream Web App, you can craft and customize video news posts with video
  • Different Types Of Templates In WPF6/25/2024 10:05:32 AM. Explore the diverse world of templates in WPF (Windows Presentation Foundation) with this comprehensive guide. From Control and Data Templates to Item and Custom Templates, delve into how each type en
  • Generate Dynamic RDLC Report In Windows Form Application6/24/2024 11:43:49 AM. This article explores generating dynamic RDLC reports in C#. It guides beginners through creating a project in Visual Studio, setting up an Oledb connection, and designing a report for employee salary
  • Build And Deploy The Client Side Web Part (SPFx) In SharePoint Online6/24/2024 9:03:05 AM. The article introduces SPFx (SharePoint Framework), ideal for SharePoint Online. It contrasts with older app models, highlighting its client-side Web parts for faster loading without IFrames. It cover
  • ASP.NET MVC - TempData - A Closer Look6/24/2024 9:00:33 AM. Explore the intricacies of TempData in ASP.NET MVC with this insightful guide. Learn how TempData facilitates temporary data storage across requests within controllers, its role in maintaining state b
  • ViewData, ViewBag, And TempData In ASP.NET MVC6/19/2024 11:55:19 AM. This article explains ViewData, ViewBag, and TempData in ASP.NET MVC for data transfer between Controller and View. ViewBag and ViewData work within a single request, while TempData persists data acro
  • Generative AI with Alibaba Cloud PAI's Advanced Features6/17/2024 5:10:44 AM. Alibaba Cloud's PAI is an end-to-end machine learning platform designed to simplify the deployment and management of AI applications. It provides a robust infrastructure that supports a variety of
  • Send Email Using Templates In ASP.NET Core6/14/2024 10:39:29 AM. Learn to send personalized emails in ASP.NET Core using templates. This tutorial covers setting up email templates with HTML and CSS, integrating MailKit for email functionality, and dynamically repl
  • Work With iframes in Angular6/12/2024 5:16:07 AM. Learn how to effectively embed and interact with iframes in your Angular application. This guide covers setting up iframes in Angular components, dynamically changing iframe URLs, ensuring security wi
  • Store Humidity And Temperature Data In Real-Time Database Through Raspberry-Pi6/11/2024 12:37:35 PM. Learn to store IoT sensor data on Firebase using Raspberry Pi. Set up Firebase, authentication rules, and Python code to send DHT 11 sensor data. Execute, monitor, and interact with data in real-time.
  • Servant Leadership: Putting Your Team First for Greater Success6/10/2024 10:30:52 AM. Servant leadership prioritizes team well-being and development, fostering trust, collaboration, and innovation. By listening actively, promoting growth, and leading with empathy, it cultivates a cultu
  • Framework Design - The Template Method Pattern6/7/2024 10:31:37 AM. Learn the Template Method pattern in C#, a behavioral design pattern facilitating framework design. Follow an example using a REPL framework, simplifying app development by automating loop execution a
  • Understanding Temporal Tables in SQL Server6/4/2024 7:21:36 AM. Temporal tables are a powerful feature introduced in SQL Server 2016 that provides a built-in mechanism for capturing and querying historical data. They enable you to keep track of all changes made to
  • Common Table Expression(CTE) in SQL Server5/30/2024 12:12:43 PM. Learn about CTE, a SQL Server 2005 feature replacing temp tables. Understand its efficiency over temp storage methods, essential syntax, and diverse applications in query optimization. Examples illust
  • System-Versioned Temporal Tables in SQL5/29/2024 10:00:38 AM. System-Versioned Temporal Tables in SQL enable tracking historical changes to data over time. SQL's temporal tables maintain a history of modifications, allowing users to query data as it existed
  • Passing Data From Controller to View in ASP.Net MVC5/29/2024 7:29:02 AM. This article explains how to use ViewBag, ViewData, and TempData to pass data from a Controller to a View in ASP.NET MVC. Learn to implement these techniques in Visual Studio, understand their differe
  • Various Ways For Passing Data to View in Web API5/28/2024 11:25:23 AM. Explore various methods for passing data to views in Web API. Techniques include using ViewModels, data transfer objects, and JSON serialization. Utilize query parameters, route parameters, and reques
  • Passing Data From Controller To View With TempData - Part Four5/27/2024 12:04:23 PM. Passing Data From Controller To View With TempData - Part Four" demonstrates using TempData in ASP.NET MVC to transfer temporary data between controller and view, facilitating efficient communica
  • Passing Data From Controller To View Using Session - Part Five5/27/2024 12:00:32 PM. In this article, you will learn how to pass strongly typed data from Controller to View using session, in which firstly, you should make a model class then populate its properties with some data then
  • Working With PopOver Control In Onsen UI Using Visual Studio 20155/22/2024 10:59:53 AM. Utilize Visual Studio 2015 to integrate and customize PopOver controls in Onsen UI for dynamic mobile app interfaces. Enhance user experience with interactive pop-up components, leveraging JavaScript,
  • Getting Started With Onsen UI Apps In Visual Studio 20155/22/2024 10:41:51 AM. Begin creating Onsen UI apps in Visual Studio 2015. Utilize its templates, integrate JavaScript, HTML5, and CSS for cross-platform mobile development. Get started with beginner-friendly tutorials and
  • Create "Hello World" App In Onsen UI Using Visual Studio 20155/22/2024 10:41:14 AM. Create a "Hello World" app in Onsen UI using Visual Studio 2015. Set up your development environment, utilize Onsen UI templates, and integrate JavaScript, HTML5, and CSS for a basic yet fun
  • Export Data Into Excel in a Pre-defined Template Using StreamWriter5/16/2024 8:33:21 AM. Export data into Excel with predefined formatting using C#'s StreamWriter. Streamline data presentation, formatting, and integration into Excel templates for efficient data management and analysis
  • Add Details of an Employee With Image and Display it Into a Gridview5/16/2024 6:04:26 AM. This Flutter app enables adding employee details, including images, and displays them in a GridView layout. Users can upload employee information conveniently, and the app organizes and presents it ef
  • DevOps Pipeline (5), Setup from GUI with a Cloned Template (+ Fortify)5/16/2024 5:06:13 AM. This article discusses the DevOps Pipeline Setup from Clone, with Fortify configuration.
  • Adaptive Card Templating With Azure Bot Framework SDKV45/14/2024 11:43:47 AM. Leverage Azure Bot Framework SDK V4 for Adaptive Card templating, enabling dynamic content presentation and rich UI customization in bot messages with JSON-based adaptive layouts and data binding.
  • Creating a React Application from a Telerik Template - Part III5/10/2024 5:01:14 AM. This article guides you through creating a React application using Telerik's npx command. From installing the Create React App to configuring the Telerik React app, it ensures a seamless setup pro
  • 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
  • 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