Related resources for Serv
  • 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.
  • Dependency Injection In ASP.NET MVC 55/6/2024 11:27:39 AM. Dependency Injection in ASP.NET MVC 5 facilitates loose coupling and modular design by injecting dependent objects into classes. It enhances testability, scalability, and maintainability by decoupling
  • 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.
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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
  • What Is $HTTP Service In AngularJS5/3/2024 8:59:52 AM. Learn about the $HTTP service in AngularJS, which facilitates making HTTP requests from the client side. Explore how to use $http for fetching data, sending data to servers, and handling responses asy
  • Understanding Log Service In AngularJS5/3/2024 8:58:02 AM. The Log Service in AngularJS, accessed through $log, facilitates efficient debugging by offering logging functionalities with various levels like debug, info, warn, and error. It aids in diagnosing is
  • 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
  • Server Automation (4), Jenkins5/3/2024 3:38:16 AM. This article will discuss Jenkins, server automation.
  • Create Secure Store Application In SharePoint O3655/2/2024 9:51:15 AM. Learn how to enhance security in SharePoint Online (O365) by creating a secure store application. Explore secure credential management, authentication, and integration with Azure Active Directory for
  • 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
  • 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
  • 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 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.
  • 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
  • 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
  • How to Bind and Perform Update, Edit, Delete Operation on DataList Control in 3 Tier in ASP.Net5/1/2024 11:10:55 AM. Learn how to implement CRUD operations on a DataList Control in ASP.NET using C#. This tutorial guides you through creating a three-tier architecture with an SQL Server Database, designing the UI, wri
  • Log Parser Usage Details For IIS Logs5/1/2024 11:01:00 AM. Explore Log Parser for IIS logs: Analyze, extract, and transform data effortlessly. Master command-line tools for detailed log analysis and troubleshooting. Unlock insights from your log files efficie
  • 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 Dynamically Upload And Play Video File Using ASP.NET MVC 55/1/2024 5:43:40 AM. This article demonstrates how to upload a video file of up to 100MB and play dynamically using ASP.NET MVC 5. I will upload the video file to my project folder name (VideoFileUpload) and add its path
  • 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
  • Introducing RX For Collections4/30/2024 10:45:39 AM. Discover the power of Reactive Extensions (Rx) for efficient and responsive collection handling. Learn how Rx enables event-driven, asynchronous data processing, transforming collections into dynamic,
  • Filter WebGrid With Cascading Dropdownlist Along With Paging in MVC4/30/2024 9:54:32 AM. This tutorial provides a comprehensive guide for developers new to MVC, offering step-by-step instructions for creating a basic MVC application using Visual Studio 2012 and integrating features like P
  • SQL Server Primary & Foreign Key Association: Visual C# Entity Framework 4/30/2024 9:52:50 AM. Learn how to establish primary key and foreign key relationships in SQL Server using Visual C# 2010 and Entity Framework. This tutorial covers creating database tables, defining primary keys, and esta
  • TextBox Validation Client Side And Server Side In ASP.NET WebForm4/30/2024 9:48:12 AM. This article discusses the importance of validation in web development, covering both client-side and server-side validation techniques. It explains how to perform validation for age, mobile number, a
  • Web Service Method Attribute Properties4/30/2024 9:42:58 AM. Web Service Method Attribute Properties define behavior and metadata for methods in web services. They encompass features like message formatting, parameter handling, and service invocation specificat
  • Session Management In Web Service4/30/2024 9:38:56 AM. Efficient session management in web services ensures secure, stateful interactions. Explore techniques like token-based authentication, session timeouts, and encryption for robust user experiences.
  • Step By Step SSRS in 11 Hours: Hour 114/30/2024 9:37:49 AM. Step By Step SSRS in 11 Hours: Hour 11" is the final installment in a comprehensive tutorial series on SQL Server Reporting Services (SSRS). Dive deep into advanced report development, data visua
  • Learn About ASP.NET HtmlGenericControl4/30/2024 9:08:07 AM. In this article, we'll be exploring the HtmlGenericControl of ASP.NET Webforms. What's exciting about this article will see how to create this control dynamically and combine it with some clie
  • Storage Services Use Cases and Best Practices in Azure and AWS [Part 2]4/30/2024 8:25:53 AM. Absolutely, choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.Understandin
  • Create Table And Put Data In SQL Server Using CSV File 4/30/2024 7:28:46 AM. Learn how to import data from a CSV file into an SQL Server database using SQL Server Management Studio. Follow step-by-step instructions to create a database, import flat files, map fields, and veri
  • Method Overloading In Web Services4/30/2024 7:24:19 AM. Method overloading in web services involves defining multiple methods with the same name but different parameters. This enables versatility and cleaner API design, allowing services to handle diverse
  • ASP.NET MVC jQuery Server Side Datatable Example4/30/2024 7:18:36 AM. This article is demonstrating the implementation of jQuery server side Datatable in MVC appplication with server side filter, sorting and Pagination.
  • What is ASM in Alibaba Cloud?4/30/2024 5:58:13 AM. Learn about Alibaba Cloud Service Mesh (ASM) and how it simplifies the management, security, and monitoring of microservices-based applications.
  • SQL Server Fundamentals: Design, Queries & Optimization4/29/2024 10:52:37 AM. This article serves as a comprehensive guide to SQL Server fundamentals, database design principles, querying with Transact-SQL, stored procedures, and optimization techniques. Through real-time examp
  • Inserting CSV File Records Into Database Using ASP.NET C#4/29/2024 10:04:27 AM. Inserting CSV file records into a database with ASP.NET C# involves parsing the CSV, establishing a database connection, and inserting data using frameworks like Entity Framework or ADO.NET. Validate
  • Consuming Web Service In ASP.NET MVC4/29/2024 10:04:02 AM. Consuming web services in ASP.NET MVC involves adding a service reference, generating a proxy class, and utilizing HTTP clients like HttpClient or WebClient. Data exchange occurs through SOAP or REST
  • Storage Services Use Cases and Best Practices in Azure and AWS [Part 1]4/29/2024 10:01:35 AM. Choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.
  • .NET 8 Keyed Services in Dependency Injection4/29/2024 5:44:29 AM. .NET 8 introduces Keyed Services in Dependency Injection, enabling registration of multiple implementations for the same interface using a key. Enhance flexibility in dependency injection for dynamic
  • What Is There In SQL Server Integrated Services (SSIS) Toolbox?4/29/2024 4:00:52 AM. This comprehensive overview of SQL Server Integration Services (SSIS) delves into its toolbox, encompassing Control Flow, Data Flow, Variables and Parameters, Event Handlers, Package Explorer, and Con
  • Getting Started With Azure Service Bus Queues And ASP.NET Core Background Services4/26/2024 12:18:28 PM. Begin using Azure Service Bus Queues with ASP.NET Core Background Services for efficient message processing. Configure message handlers, retry policies, and dead-letter queues, leveraging ASP.NET Core
  • Introduction To gRPC And its Implementation In .NET Core 3.14/26/2024 12:04:24 PM. Learn the fundamentals of gRPC and its integration with .NET Core 3.1 in this introductory guide. Discover how gRPC facilitates efficient, cross-platform communication using protocol buffers. Explore
  • Getting Started Wth MongoDb Atlas4/26/2024 12:00:41 PM. Learn how to get started with MongoDB Atlas, a cloud-based database service that offers a scalable and flexible solution for managing NoSQL databases. Explore data modeling, cluster configuration, and
  • Application Deployment On Azure Kubernetes Service4/26/2024 11:56:18 AM. Deploying applications on Azure Kubernetes Service (AKS) involves containerizing apps with Docker, orchestrating with Kubernetes, and managing scalability, availability, and load balancing. Utilize YA
  • Enabling WCF Net.Tcp Port Sharing for Multi-Process Port Sharing4/26/2024 10:23:44 AM. In today's article you will learn how to enable the Net.Tcp Port Sharing Service, so that it can be used by WCF for Port Sharing across multiple processes.
  • How To Create A SSIS Packages?4/26/2024 6:07:43 AM. This comprehensive guide walks through leveraging SQL Server Integration Services (SSIS) to streamline data management for businesses. From installing tools to creating packages for migrating data, it
  • What is Network Intelligence Service in Alibaba Cloud?4/26/2024 4:28:58 AM. Unleash the power of Alibaba Cloud's Network Intelligence Service (NIS) for self-service website network design, deployment, and insightful troubleshooting.
  • Application Deployment On Azure Kubernetes Service - Part Three4/25/2024 9:48:19 AM. In Part Three of deploying applications on Azure Kubernetes Service (AKS), explore advanced topics like Helm chart usage, CI/CD pipelines with Azure DevOps, and YAML configuration for fine-tuning depl
  • Application Deployment On Azure Kubernetes Service - Part Two4/25/2024 9:45:58 AM. Explore ConfigMap usage in Kubernetes deployments, configuring Redis master with AKS, providing environment-specific configuration via ConfigMap. Learn YAML file creation, command execution, volume mo
  • Delete Duplicate Rows In SQL Server From A Table4/25/2024 8:49:52 AM. In SQL Server, delete duplicate rows from a table efficiently using techniques like DISTINCT, GROUP BY, or ROW_NUMBER(). Ensure data integrity by considering primary keys or unique constraints.
  • How to Call a .NET Assembly From a SQL Server Scheduled Job4/25/2024 8:29:38 AM. Explore step-by-step guide showcasing integration of unmanaged calls via DTS ActiveX script to a .NET assembly within a SQL Server scheduled job. Understand assembly registration, system path configur
  • TensorFlowServing Integration With .NET Web Application By gRPC/Rest4/25/2024 8:26:09 AM. Explore the integration of TensorFlow with ASP.NET Core for real-time number prediction using a CNN model based on the MNIST example. This article outlines the setup process, including Docker deployme
  • Upgrade Azure Kubernetes Service Application Using The YAML Files4/25/2024 8:23:02 AM. Learn the seamless process of upgrading your application on Azure Kubernetes Service (AKS) using YAML files. This guide delves into leveraging Kubernetes' declarative approach, enabling smooth tra
  • Using the Web Services in ASP.NET4/25/2024 7:55:47 AM. Explore the creation of Web Services with ASP.Net, their architecture, and usage. Learn about SOAP protocol, WSDL, and UDDI for service description and discovery. See how to create and consume Web Ser
  • Ingest Data into Azure SQL Database using SSMS4/25/2024 6:43:37 AM. This video shows how to ingest data into Azure SQL Database using SQL Server Management Studio.
  • Top 10 Cloud Service Providers In 20244/25/2024 5:38:52 AM. The top 10 cloud service providers in 2024 are Azure, AWS, Google Cloud, and Alibaba based on their services, features, locations, and more.
  • Get Client Side and Server Side Data in Grid View Using jQuery and Ajax4/24/2024 1:18:02 PM. Learn how to efficiently manage data in a grid view by combining client-side and server-side approaches using jQuery and Ajax. This tutorial guides you through the process of retrieving data from both
  • Rotate Boundingbox Based on Angle: Azure OCR API/Read/Form Recognizer4/24/2024 8:00:53 AM. To manipulate the results from Azure OCR API, we sometimes need to rotate the boundingBox in the response with the tilted angle in order to do some operations. Here we are looking at how this rotatio
  • Containerize .NET Core Application And Push It To Azure Container Registry Using Docker Commands4/24/2024 7:41:55 AM. Azure Container Registry is a private registry on Azure for containerized applications. Learn to containerize and push .NET Core apps using Docker commands, enabling deployment on Azure services. Auth
  • What is Server Load Balancer in Alibaba Cloud4/24/2024 6:31:03 AM. Unveil the power of Alibaba Cloud's SLB! Balance traffic, optimize performance, & ensure app uptime. Explore NLB, ALB & CLB for a robust cloud infrastructure. #AlibabaCloud #ServerLoadBala
  • What is SQL Server Integration Services?4/24/2024 5:21:49 AM. SQL Server Integration Services (SSIS) is a robust data integration platform within Microsoft SQL Server, enabling seamless data extraction, transformation, loading, and management tasks efficiently.
  • ASP.Net 4.0 ClientId4/23/2024 11:36:43 AM. In ASP.Net 4.0, ClientId is a crucial feature enabling the unique identification of HTML elements rendered by server controls. It facilitates client-side scripting by providing a predictable naming co
  • 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
  • Customized Auditing In SQL For DDL Operations At Server Level4/23/2024 11:14:16 AM. Explore the intricacies of customized auditing in SQL for DDL operations at the server level. Enhance database security and compliance by implementing tailored logging and monitoring mechanisms.
  • Azure App Debugging Setup On Visual Studio4/23/2024 10:01:34 AM. Set up Azure App debugging in Visual Studio 2019 for seamless cloud development. Utilize Azure SDK and extensions, configuring Azure App Service for efficient debugging and testing workflows.
  • .NET Remoting: The Interface Approach4/23/2024 9:01:14 AM. .NET Remoting offers efficient remote object interaction, ideal for network resource access. Compared to SOAP-based web services, it's lighter. While easier than Java's RMI, it's more comp
  • Integrating Datatables JQuery Plugin in ASP.NET Webforms4/23/2024 8:57:18 AM. Learn how to seamlessly integrate the DataTables jQuery plugin with ASP.NET WebForms for efficient server-side processing. This tutorial delves into harnessing the power of DataTables for dynamic data
  • Exploring About Azure Function4/23/2024 8:34:53 AM. Explore the power of Azure Functions, Microsoft's serverless computing offering in the cloud. Dive into event-driven programming, scalability, and seamless integration with Azure services.
  • Office 365 - SharePoint Central Admin Configuration4/23/2024 8:25:38 AM. Configuring SharePoint 2013 Central Administration in Office 365 involves settings for site collections, service applications, timer jobs, and health analysis. It manages farm-wide settings and servic
  • Rebooting a Remote Server using WMI4/23/2024 8:20:03 AM. Windows Management Instrumentation (WMI) facilitates remote management and system administration tasks, including remote shutdown and monitoring. However, it requires administrative privileges and pos
  • CRUD Operation Using Stored Procedure In ASP.NET GridView Real Time4/22/2024 8:20:12 AM. Prepare to be in stitches as [subject of video] finds themselves in a whirlwind of unexpected mischief! Their reaction is pure comedy gold, making this video an instant hit! #funny #prank #meme.
  • Consuming ASP.NET WebService In AngularJS4/22/2024 7:41:48 AM. Consuming ASP.NET WebService in AngularJS involves utilizing AngularJS's $http service to send HTTP requests to the WebService. This enables fetching, updating, or deleting data asynchronously.
  • 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
  • Start With AngularJS: Part 34/22/2024 7:40:45 AM. Start With AngularJS: Part 3" continues your journey into AngularJS, exploring advanced topics like directives, controllers, services, and routing. Dive deeper into AngularJS fundamentals to buil
  • Start With AngularJS: Part 64/22/2024 7:17:00 AM. Part 6 of AngularJS explores advanced topics like dependency injection, services, factories, and providers. It delves into custom directives, components, transclusion, and essential services like $htt
  • Learn $http Service In AngularJS4/22/2024 6:58:58 AM. Explore AngularJS $http service for making HTTP requests with configuration objects, utilizing built-in services like $log for debugging, handling asynchronous responses with promise objects, and util
  • Start With AngularJS: Part Four4/22/2024 6:19:58 AM. Start With AngularJS: Part Four" delves deeper into AngularJS fundamentals. Explore advanced concepts like directives, controllers, and services, enabling you to build dynamic web applications wi
  • Real-Time Data Transfer with WebSockets and SignalR in .NET Core4/22/2024 4:05:14 AM. In this article, we'll explore how to implement WebSocket functionality using SignalR in a .NET Core application to retrieve data from a concurrent dictionary and push it to clients in real time.
  • Understanding VARCHAR and NVARCHAR in SQL Server4/22/2024 4:00:34 AM. VARCHAR and NVARCHAR are essential data types in SQL Server for storing character data. Understanding the differences between these data types is crucial for designing efficient database schemas and o
  • Exploring Data Integration Solutions with Azure Data Factory4/21/2024 2:26:21 PM. Azure Data Factory, a cloud-based data integration service. This article will cover the basics of Azure Data Factory and its components and understand what is data movement and transformation. It also
  • VMware Cloud for Disaster Recovery4/21/2024 2:12:48 PM. Protect your VMs from disaster with VMware Cloud DR! This guide explains the setup, testing, and how it safeguards your data from downtime & ransomware attacks. #VMwareDR #CloudDisasterRecovery
  • ACK Service: Orchestrating Containers in the Cloud4/20/2024 6:41:22 AM. Manage containerized apps in the cloud with Alibaba Cloud Kubernetes Service (ACK). Simplify deployment, and scaling & gain high availability! #ACK #Containers #Cloud
  • Angular Services: Implementation, Examples & Best Practices4/19/2024 10:53:23 AM. AngularJS services facilitate modularization and reusability by providing a way to share logic and data across components. They employ dependency injection for seamless integration, enabling efficient
  • Zero To Hero In MS SQL Server - Part Three4/19/2024 10:51:37 AM. Part Three of Zero To Hero In MS SQL Server delves into advanced concepts like data warehousing, BI, reporting services, and data security, completing your journey to SQL Server mastery.
  • 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
  • Mastering SQL Server Common Table Expressions (CTEs)4/19/2024 10:50:28 AM. Mastering SQL Server Common Table Expressions (CTEs) empowers users to create complex queries efficiently. Learn recursive and non-recursive CTEs, optimize queries, and enhance database management ski
  • Services And Custom Services In AngularJS4/19/2024 10:41:43 AM. Dive into AngularJS services and explore how to create custom services for your application. Learn about dependency injection, modular architecture, and best practices to enhance your AngularJS develo
  • Zero To Hero In MS SQL Server - Part Six4/19/2024 10:32:56 AM. Part six of "Zero To Hero In MS SQL Server" explores the WHERE Clause in SQL, used for filtering records based on conditions. It covers the syntax and usage of WHERE Clause, along with examp