Related resources for SES
  • User Input Management with SegmentManager in C#4/25/2024 5:42:35 AM. In C#, one such tool that simplifies user input management is the `SegmentManager` class. This article delves into how the `SegmentManager` class facilitates the handling of user input in a structured
  • Client-Side Data Storage: Local & Session Storage in JavaScript4/24/2024 6:10:08 AM. This Article describes how to store data on the client side and the difference between local storage and session storage and their methods.
  • Blazor Server - How To Store Encrypted Session Data In The Browser4/23/2024 11:17:21 AM. Learn how to enhance security in your Blazor Server applications by storing encrypted session data in the browser. Explore techniques to safeguard sensitive user information using ASP.NET Core and cli
  • Learn about Extensions in C#4/22/2024 8:30:46 AM. Learn about extending class functionality in C# using extension methods without altering source code. Understand inheritance vs. extensions, handling sealed classes, method chaining, and key points li
  • VMware Cloud on AWS: A Guide to Network Connectivity Options4/21/2024 2:16:34 PM. Confused about connecting your VMware Cloud on AWS (VMC)? Explore VPNs, Direct Connect, HCX, and Transit Connect for secure, high-performing hybrid cloud networks. #VMwareCloud #AWS #Networking
  • Zero To Hero In MS SQL Server - Part One4/19/2024 10:51:18 AM. This is part one of Zero To Hero Series in MS SQL Server. This is mainly focused for beginners who are into MS SQL Server and also for experienced who want to fresh up for interviews and daily technic
  • Git GUI Clients (2), TortoiseGit4/19/2024 5:19:28 AM. This article discusses the Git GUI Client for TortoiseGit. This series explores various Git GUI clients, including TortoiseGit and TortoiseSVN, discussing features, setup, and major functionalities.
  • Git GUI Clients (2-1), SVN and TortoiseSVN4/18/2024 9:03:57 AM. This article is to discuss Git GUI Client.
  • Plant Disease Classifier with Azure AI Custom Vision and Blazor4/17/2024 8:02:26 AM. This concise article explores the innovative integration of Azure AI Custom Vision service with a Blazor web application to create a sophisticated Plant Diseases Classifier model. The article highligh
  • Creating Azure Service Bus Queues And Sending Messages To Queues4/17/2024 7:45:35 AM. Service buses facilitate decoupling of applications/services via messaging queues. Queues created through Azure Portal or Service Bus Explorer. Settings like Enable Sessions and Dead Lettering enhance
  • Singleton Vs Static Classes in C#4/17/2024 4:49:59 AM. Why do you use a Singleton class if a Static class serves the purpose What is the difference between Singleton and Static classes and when do you use each one in your program?
  • 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
  • Storing and Retrieve Value Using Session Storage in HTML54/11/2024 10:58:10 AM. Learn how to utilize HTML5 Session Storage to store and retrieve data on the client-side. This tutorial explores storing values, retrieving stored data, and displaying it dynamically on a webpage usin
  • Multi-Tenancy with Separate Databases Approach in .NET Core4/8/2024 5:44:25 AM. In this article, we will learn how to implement a separate database approach of multi-tenancy in the .Net Core application and how to provide a dynamic connection string to DbContext
  • Client Scripts in ServiceNow- Simplified with Real-Time Use Cases4/5/2024 8:50:33 AM. From onChange to onLoad, discover the four key types of client scripts and how to use them effectively to enhance user experience and streamline platform functionality. Explore essential tips and best
  • Configure ExpressRoute Global Reach for On-Premises Connectivity4/4/2024 8:41:03 AM. Learn how to set up ExpressRoute Global Reach for seamless connectivity between your on-premises network and VMware Cloud AVS Private Cloud on Microsoft Azure.
  • Cloud Continuum: Innovating Enterprises with Seamless Cloud Integration4/4/2024 4:11:55 AM. Cloud Continuum is the story of bringing in different cloud technologies together to build a very new enterprise cloud topology that can encompass everything on its way from on-premises to the public
  • 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
  • Different ActionResult Types in ASP.NET MVC & Their Uses4/1/2024 6:14:26 AM. In this article we will learn What are the different types of ActionResult in ASP.NET MVC, and when would you use each one?
  • C# Structs: Performance Benefits, Usage, and Best Practices4/1/2024 4:25:28 AM. This article provides an insightful overview of structs in C#, detailing their value type nature, stack allocation, and key characteristics. It includes examples and considerations for when to use str
  • 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
  • What is a Sealed Classes in C#?3/28/2024 6:49:58 AM. In C#, the concept of inheritance plays a vital role in object-oriented programming (OOP). Developers often design class hierarchies to create a relationship between different types of objects. Howeve
  • SQL Server Vulnerability Assessment3/28/2024 6:33:00 AM. SQL Server Vulnerability Assessment (VA) in SQL Server Management Studio 17.4 or later lets SQL Server scan your databases for potential security vulnerabilities and can be run against SQL Server 2012
  • Microsoft Entra ID: Implement On-Premises Apps with Application Proxy3/28/2024 6:11:01 AM. In this article, we will discover how Microsoft Entra ID's Application Proxy seamlessly integrates on-premises applications for secure remote access.
  • Different Use Cases Of Blockchain3/22/2024 10:05:10 AM. Blockchain, beyond powering digital currencies, finds applications in finance, healthcare, real estate, energy, and supply chain. Explore its role in optimizing financial processes, improving healthca
  • Capturing Survey Response For Grid Questions - Voice Of The Customer3/21/2024 9:42:08 AM. Learn to capture training feedback survey responses in Dynamics 365 using Voice of the Customer. Create a workflow to send emails based on dissatisfied responses. Navigate through workflow creation, c
  • Code First Migrations In Entity Framework Step By Step3/21/2024 7:25:30 AM. Learn how to define model classes, configure database mappings, set up connection strings, and utilize Package Manager Console commands to manage migrations efficiently in your ASP.NET application.
  • Important PySpark Import Statements3/21/2024 5:28:24 AM. PySpark, the Python API for Apache Spark, has gained immense popularity for its ability to handle big data processing tasks efficiently. In this article, we'll explore the top five import stateme
  • Microsoft Fabric: Loading Data into Lakehouse Table3/20/2024 11:56:52 AM. A LakeHouse integrates data lakes & data warehouses, offering benefits of both. Data lakes store raw data diversely, while DataWarehouses handle structured data. LakeHouse combines both for effici
  • Let's Understand About Git Branches 📥📤 And Its Real Time Uses3/15/2024 6:13:53 AM. Git branch is nothing but the copy of source code. So, that way a developer can easily find the source code, by whom it was written, and using what language and it can be tracked easily.
  • Configure Inherited Processes in Azure DevOps3/14/2024 7:02:34 AM. In this article we will discuss how we can configure inherited processes in Azure DevOps and use them in our projects. We will also discuss some use cases related to inherited processes.
  • Querying Azure SQL Databases In Databricks Spark Cluster3/13/2024 8:44:48 AM. We will see the entire steps for creating an Azure Databricks Spark Cluster and querying data from Azure SQL DB using JDBC driver. Later we will save one table data from SQL to a CSV file.
  • Fetch Data From Nested JSON In API3/12/2024 6:08:31 AM. In this article, we will learn to fetch data from nested JSON in API using URLSession in Swift programming language.
  • Local Authentication Using Node.js3/11/2024 9:26:51 AM. Authentication means validating your credentials like username and password to confirm your identity. The system or application confirms that you are the true user for accessing the private or confide
  • Creating Custom NuGet Packages in C#3/10/2024 9:32:06 AM. Learn how to create custom NuGet packages in C# with this step-by-step guide. Set up a project, add components, create a .nuspec file, package your project, and optionally publish to nuget.org.
  • Fetch Data From API Using URLSession3/10/2024 7:14:51 AM. This article contains simple demo on how to fetch data from API using URLSession in Swift Programming Language.
  • Asynchronous Programming in Angular Promises vs. Observables3/6/2024 4:33:48 AM. Asynchronous programming plays a crucial role in modern web development, especially in Angular applications where data fetching, event handling. In this article, we'll delve into the differences b
  • Fundamentals of Unit Testing: Understand AreEqual and AreEqual<T> in Unit Testing3/5/2024 10:34:46 AM. Learn the fundamentals of unit testing with a focus on Assert.AreEqual and Assert.AreEqual&lt;T&gt;. These assertion methods are crucial in ensuring your code behaves as expected. Mastering them enhan
  • Understanding the Art of C# Generics3/1/2024 4:22:06 AM. Unlock the power of C# Generics with our comprehensive guide. Master best practices, explore advanced scenarios, and elevate your coding skills with this in-depth C# Generics tutorial. Learn to write
  • Repository Pattern with Multiple Databases in C# and .NET3/1/2024 4:10:35 AM. Implementing the Repository Pattern with multiple databases in C# and .NET requires strategic abstraction, database-specific implementations, entity mapping, and transaction management. Explore challe
  • Creating Persistent Volumes in Docker for Databases 2/29/2024 8:59:55 AM. Learn the best practices and step-by-step implementation guide for creating persistent volumes in Docker tailored for databases. Ensure data integrity and availability in Dockerized database environme
  • Tailoring Site Responses to Microsoft Tag Requests2/28/2024 11:35:10 AM. Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a posta
  • 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 You Need to Know About Data Warehouses2/27/2024 11:41:08 AM. A data warehouse serves as a centralized data management system aimed at bolstering business intelligence (BI) tasks, particularly in the realm of analytics. It is primarily used for conducting querie
  • 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
  • Usage of Classes, Structs, and Records in C#2/26/2024 10:34:08 AM. In the world of C# programming, choosing the right data structure can significantly impact the efficiency and readability of your code. In this article, we&#39;ll delve into the nuances of each const
  • Learn about C# Operators and Their Uses2/26/2024 6:54:17 AM. This article on C# operators from unary and binary operators to overloadable operators, relational operators, implicit and explicit cast operators, short-circuiting operators, the ternary operator, nu
  • Advanced Use Cases of Vue Teleport for Dynamic Content Rendering2/26/2024 4:14:58 AM. Vue Teleport is a powerful feature in Vue.js that allows developers to dynamically move content within the DOM structure. In this article, we will explore four distinct examples showcasing the flexibi
  • Azure Document DB CRUD Operation2/21/2024 11:38:53 AM. This article explains how to create documents into SQL (DocumentDB) API. Before starting, we need to understand what is documentDb and how it works. SQL (DocumentDb) API is one of API comes under Azur
  • Operational Data Stores (ODS) in Business Intelligence2/19/2024 7:07:50 AM. This comprehensive article introduces operational data stores (ODS) and their significance in modern data-driven businesses.It covers fundamental principles, distinguishing ODS from other data storage
  • Learn SharePoint Series - Part Three - Site Collections2/15/2024 9:57:22 AM. This article is the third part of the SharePoint series, focusing on Site Collections in both SharePoint Online and On-Premises. It discusses the importance of Site Collections as top-level sites, the
  • Learn about Sealed Classes in C#2/14/2024 6:09:40 AM. In C# programming, sealed classes offer control over inheritance but can be restrictive. This article delves into unlocking their potential using extension methods and the decorator pattern. These tec
  • Understanding Azure Event Grid2/12/2024 6:01:32 AM. Azure Event Grid is a fully managed event routing service that simplifies the development of event-driven applications. In this article, we&#39;ll explore the key concepts, features, and use cases of
  • Multithreading in C#: Processes, Threads, and Performance Optimization2/7/2024 10:06:03 AM. In this article, we will learn to Explore how threads are managed, synchronized, and executed at the kernel level, shedding light on the core mechanisms of concurrency and parallelism.
  • Optimizing Data Processes with Staging Areas in Business Intelligence2/6/2024 7:09:57 AM. In the world of Business Intelligence (BI), a staging area or landing zone is an essential component. This article will discuss a use case to comprehend the issue that a staging arena solves, succeede
  • Visual Studio Feature: Convert JSON or XML to Classes1/30/2024 11:49:16 AM. In this article, I will demonstrate how to use the Visual Studio feature Paste JSON as Classes or XML as Classes. This feature was introduced in Visual Studio 2013. This compelling feature will help t
  • What is Command Pattern in C#? 1/25/2024 9:44:59 AM. The Command Pattern, a behavioral design pattern in C#, transforms requests into stand-alone objects, promoting decoupling between sender and receiver. It enhances flexibility, undo/redo capabilities,
  • How to Create SessionStorage in Blazor Server?1/19/2024 5:51:28 AM. This article will teach how to implement session storage in Blazor Server applications. This article guides you through creating session storage using Protected Session Storage in Blazor Server. Learn
  • Protecting Your Web Application From Session Replay Attacks In Azure Cloud1/15/2024 4:41:58 AM. In today&#39;s world of increasing digital interconnectedness, online security threats are continuously increasing, and cybercriminals are finding new and innovative ways to exploit system vulnerabili
  • Effective State Management in React.js1/12/2024 8:25:43 AM. In this article, we will explore various techniques for state management in React.js, accompanied by practical examples.
  • Deep Dive into Classes and Objects1/10/2024 7:09:53 AM. Welcome, fellow programmers! Here, we will dive into the world of classes and objects. Classes and objects are fundamental in programming. This post unravels the essence of classes, abstract data type
  • Azure Migrate Application and Code Assessment Tool for .NET1/5/2024 10:37:28 AM. Explore seamless Azure migration with AppCAT, a powerful tool for .NET. Visual Studio and CLI installations, detailed analyses, and insightful reports empower coding excellence.
  • Creating a Java Package - Hands-On Guide1/5/2024 5:27:48 AM. In my preceding article, we delved into the foundational understanding of Packages and their significance in Java programming. Now, building upon that knowledge, this article aims to provide a practic
  • Common Mistakes and How to Avoid Them in C# 1/5/2024 5:08:24 AM. In this article, we will learn how to avoid common mistakes in C# programming. From efficient null checking and using tuples instead of classes to optimizing string concatenation and evaluating defaul
  • Effortless State Management with React's useState Hooks1/3/2024 8:28:11 AM. In this article, we will learn about the React journey, exploring the wonders of the useState hook. Learn how it transforms static components into dynamic ones, providing a realm of possibilities for
  • Understanding Guard Clauses in C#1/1/2024 7:30:22 AM. Guard clauses are an essential aspect of writing clean, readable, and robust code in C#. They serve as initial validation checkpoints at the beginning of a method, ensuring that the method is executed
  • Building Azure HTTP Trigger Function to Generate QR Codes from Post Request Responses12/24/2023 10:04:37 AM. We&#39;ll guide you through the process of creating an Azure HTTP Trigger Function using Node.js. The goal is to generate QR codes in response to POST requests.
  • MySQL: Unveiling its Versatility and Robustness for Diverse Use Cases12/20/2023 4:10:36 AM. Explore MySQL&#39;s diverse use cases in web applications, e-commerce, CMS, data warehousing, telecommunications, and finance. Dive into its key features, architecture, and crucial queries for efficie
  • Delving into Meaning: An Introduction to Semantics 12/19/2023 7:20:22 AM. Why is this fascinating field important? Semantics touches almost every aspect of our lives, from the clarity of legal documents to the power of poetry. It helps us build smarter AI systems that truly
  • Promises vs Observables vs Subjects12/19/2023 7:07:57 AM. Promises vs Observables vs Subjects
  • Scaling Azure Databricks Secure Network Access to Azure Data Lake Storage12/13/2023 1:36:49 PM. Explore secure network access in Azure Databricks to Azure Data Lake Storage. Learn setup, RBAC, and secure coding with practical examples.
  • Guard Clauses in C#12/12/2023 9:00:14 AM. What are guard clauses? How do they implement them in . NET? There are multiple ways of implementation. How are they different from validation?
  • How to Configure Microsoft Entra Application Proxy?12/12/2023 8:24:29 AM. Learn how Azure Application Proxy facilitates secure remote access to on-premises applications without a VPN. From prerequisites to step-by-step guidance on setting up and configuring the App Proxy co
  • Choosing Between Abstract Classes and Interfaces in C#12/2/2023 12:38:47 PM. Making the Right Design Choice between Abstract Classes and Interfaces in C#.
  • What Are The Types of Classes in C#?12/2/2023 12:32:45 PM. types of classes in c#
  • Exploring Kusto Query Language (KQL): Uses, Queries, and Unique Features12/1/2023 5:09:29 AM. Kusto Query Language (KQL) is a potent tool developed by Microsoft for diverse data analytics needs. Uncover its applications across industries, from log analytics to IoT, and explore essential querie
  • How Businesses are Utilising Dynamics 36511/30/2023 10:49:44 AM. This article explores the numerous impact?of Microsoft Dynamics 365 for companies, highlighting the major features and functionalities that provide them a competitive edge.
  • Time Series Databases: Understanding, Using, and Implementing11/28/2023 9:56:25 AM. In our era of data dominance, managing and analyzing time-sensitive information is pivotal, especially in finance, IoT, and healthcare. Traditional databases grapple with time-stamped data, paving the
  • Managing Licenses with Telerik11/27/2023 4:34:06 AM. Learn how Telerik licenses work and how to manage. Learn about how Telerik licenses function, the role of license holders, and the process of managing and transferring licenses. Discover solutions for
  • Concurrency Control in DBMS11/26/2023 5:55:32 AM. A crucial component of database management systems (DBMS) that ensures data integrity and consistency in multi-user situations is concurrency control.
  • Partial Classes In C# with Real Example11/20/2023 10:27:45 AM. C# Partial Class. Partial classes were introduced in C# 2. A C# Partial class can reside in multiple cs files with the same name. C# partial classes code examples.
  • Creating Consistent ASP.NET Core Web API Responses with AutoMapper and DTOs11/17/2023 5:40:18 AM. Developing a robust ASP.NET Core Web API hinges on the subtle yet pivotal details of response structuring. Leveraging AutoMapper in tandem with well-designed Data Transfer Objects (DTOs) not only ensu
  • React.js Test Cases11/10/2023 6:04:36 AM. Testing React.js components is well-structured and informative. It covers the essential aspects of testing, from setting up the testing environment to implementing different types of test cases using
  • Microsoft Announces New Azure AI Platform for Businesses11/8/2023 5:15:20 AM. Microsoft announces new Azure AI platform, offering a variety of AI services to help businesses of all sizes develop and deploy AI solutions.
  • Navigating the Deployment Dilemma: On-Premises vs. Cloud in 202411/6/2023 9:28:27 AM. In the dynamic landscape of technology, the decision between on-premises and cloud deployment continues to be a pivotal choice for organizations. As we step into 2024, this decision holds more weight
  • Cookie vs. Session vs. Local Storage11/6/2023 6:07:18 AM. cookies are small pieces of data stored in a user&#39;s browser, often used for limited-size, temporary information like session tokens and user preferences. Session storage, on the other hand, serves
  • Abstract Classes In C#11/2/2023 11:56:15 AM. This article explains abstract classes in C#. An abstract class is a special type of class that cannot be instantiated and acts as a base class for other classes. Abstract class members marked as abst
  • 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
  • Get Property And Method Name Of WMI Classes Programmatically In C#10/30/2023 9:31:12 AM. This article shows how you can get property name and method name programmatically instead of writing explicitly.
  • MongoDB and ACID Reliable Data Transactions with NoSQL Databases 10/30/2023 8:39:15 AM. This article explains what ACID compliance means for database management systems and how MongoDB, a popular NoSQL database, supports ACID transactions.
  • C# Records and DTO Classes10/30/2023 7:57:12 AM.
  • Interface In C#10/30/2023 6:23:34 AM. In this article, we will be discuss what an interface is and how to easily implement an inheritance in it.In C#, an interface is a reference type that defines a contract for the behavior of a class. I
  • How Instagram Uses What You Speak About to Target Advertising?10/25/2023 8:59:30 AM. Have you ever pondered why you see so many advertisements on Instagram for goods and services that you find appealing? It&#39;s not by accident either. Facebook&#39;s parent company, Meta, also contr
  • How to implement Multiple Inheritance in C#10/11/2023 12:42:33 PM. Learn how to implement multiple inheritance in C#. Inheritance is one of the key characteristics of an object oriented programming language.
  • C# StreamWriter Example10/10/2023 5:06:16 AM. StreamWriter class in C# writes characters to a stream in a specified encoding. StreamWriter.Write method is responsible for writing text to a stream.
  • How To Use Sessions In ASP.NET Core10/9/2023 11:59:39 AM. In this article, we will learn the very simple way to use Sessions state in ASP.NET Core applications.
  • Polynomials10/8/2023 5:24:59 PM. Polynomials are mathematical expressions consisting of variables (or indeterminates) and coefficients, involving only the operations of addition, subtraction, multiplication, and non-negative integer
  • Types Of Polymorphism10/5/2023 11:33:21 AM. In this article you will learn about Polymorphism and types of polymorphism.Polymorphism is one of the fundamental principles in object-oriented programming (OOP). It allows objects of different class
  • Introduction To ASP.NET Sessions10/5/2023 9:34:13 AM. This article explains ASP.NET sessions in details. Session is a State Management Technique. A Session can store the value on the Server. It can support any type of object to be stored along with our o
  • Simple Login Application using Sessions in ASP.NET MVC10/4/2023 12:05:00 PM. This article explains how to create a simple Login Application using sessions in ASP.NET MVC. This article explains how to create a ASP.NET MVC Project, add ADO.NET Entity Data Model, add Controller,