Related resources for Client
  • 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
  • .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
  • Debugging An Angular Application In Chrome4/23/2024 8:33:54 AM. Learn how to debug Angular apps in Chrome using Visual Studio 2019. Set breakpoints in server-side (Web API) & client-side (Angular) code. Quick-start guide for debugging & issue resolution.
  • Understanding .NET Client Profile4/22/2024 8:22:31 AM. .NET Client Profile, tailored for Windows Forms apps, offers speedy deployment with minimal footprint. Microsoft trims features like ASP.NET, MSBuild, enhancing package efficiency. Removed from .NET 4
  • Channel Factory Caching in WCF 4.54/22/2024 7:43:25 AM. ChannelFactory caching in WCF 4.5 allows caching of service instances. ClientBase<T> introduces CacheSetting property, facilitating caching. Enum values determine caching behavior. Samples demon
  • 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.
  • Filter Data in ASP.Net Application Using AngularJS4/19/2024 10:30:01 AM. Filter data seamlessly in your ASP.NET application using AngularJS. Enhance user experience with client-side data filtering, leveraging AngularJS directives for efficient front-end development.
  • 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.
  • Client-Side Performance Optimization (Angular)4/19/2024 4:34:48 AM. Angular client-side performance optimization involves techniques like Ahead-of-Time Compilation, Lazy Loading, Minification, Tree Shaking, Module Optimization, Bundle Size Analysis, and more for impro
  • Git GUI Clients (2-1), SVN and TortoiseSVN4/18/2024 9:03:57 AM. This article is to discuss Git GUI Client.
  • How To integrate Dependency Injection In Azure Functions4/17/2024 8:05:24 AM. Learn how to integrate Dependency Injection in Azure Functions, creating HTTP trigger functions, and injecting service objects using DI. Understand the Dependency Injection pattern, steps to add DI in
  • How To Create An Azure WebJob For SharePoint Online4/16/2024 7:01:54 AM. Learn how to migrate custom apps to SharePoint Online using Remote Timer Jobs. Utilize Azure WebJob for seamless integration, manage ClientContext authentication, configure CRON schedules, and registe
  • HTTP And Observables In Angular4/16/2024 6:35:55 AM. Using HTTP in Angular we are going to fetch data from the web server, We will make a call to the web server that will in return provides data. For better understanding this process we need to know wha
  • Single Page Applications with AngularJS in .NET: Part 24/16/2024 6:33:03 AM. Part 2 of Single Page Applications with AngularJS in .NET delves deeper into building dynamic web experiences. Explore advanced AngularJS concepts like routing, components, and data binding, integrati
  • HttpClient vs IHttpClientFactory in .NET4/16/2024 4:55:47 AM. In the realm of .NET Core development, managing HTTP requests efficiently is crucial for building robust and high-performance applications. In this article, we delve into the differences between HttpC
  • Upload And Download Files From Blob Storage Using C#4/15/2024 11:47:42 AM. Learn to upload and download files programmatically to Azure Blob storage using C#. Understand creating Azure storage accounts, containers. Step-by-step guide to access Azure storage with code snippet
  • Creating a Virtual Machine on ESXi Host with VMware Web Client4/15/2024 8:30:44 AM. By following these steps, you can successfully create a virtual machine on your target ESXi host using the VMware web Host Client.
  • Health Checks in .NET Core with AspNetCore.HealthCheck.UI.Client4/13/2024 5:37:03 PM. Implementing health checks in .NET Core applications ensures reliability. Using AspNetCore.HealthChecks, monitor application health and dependencies, facilitating proactive issue identification for en
  • Share Data Between Child And Parent Components In Blazor 4/12/2024 11:14:56 AM. Explore Blazor, Microsoft's framework for building dynamic web UIs with .NET. Learn about Razor components, data sharing between parent and child components, and creating reusable UI elements like
  • Git GUI Clients (1) --- Overview4/12/2024 4:01:39 AM. This article will discuss the Git GUI Clients in General. In this article, Git GUI Clients, including Visual Studio, Visual Studio Code, GitHub Desktop, TortoiseGit, and SmartGit, offer diverse tools
  • 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
  • ASP.Net Form Validation Using jQuery4/11/2024 10:52:32 AM. Learn how to perform form validation in ASP.Net using jQuery, enhancing user experience by validating form data on the client-side before submission. This tutorial covers setting up jQuery functions,
  • Create a Single Page App in SPFx using React Router Dom4/11/2024 10:29:04 AM. Create a Single Page App in SPFx using React Router Dom, Learn to develop dynamic and responsive web applications in SharePoint Framework (SPFx) using React Router Dom for client-side navigation.
  • HTML5 and ASP.Net Client-Side Caching Techniques4/11/2024 6:07:17 AM. HTML5 and ASP.Net Client-Side Caching Techniques refer to strategies employed in web development to enhance performance and user experience by storing resources locally on the client-side.
  • The Beta release of the new VMware Host Client is available4/11/2024 4:45:50 AM. Big news for VM admins! The all-new VMware Host Client beta arrives, offering a desktop app for ESXi management with a familiar vSphere feel. Access and download now! #VMware #vSphere #Beta
  • HttpClient use Polly Retry Policies in .NET Core 4/10/2024 5:54:01 AM. Polly, a robust .NET library, fortifies applications against faults with policies like Retry, Circuit Breaker, Timeout, etc. Configure retries for transient errors with ease, enhancing application res
  • Using jQuery DataTable With ASP.NET MVC Client Side4/9/2024 11:46:04 AM. Utilize jQuery DataTable in ASP.NET MVC for dynamic client-side rendering of tabular data. Enhance user experience with features like pagination, sorting, and filtering, seamlessly integrating with se
  • IHttpClientFactory in .NET Core4/5/2024 9:50:07 AM. In this article, we will learn IHttpClientFactory in .NET Core simplifies HTTP client management by providing a central mechanism for creating and managing HttpClient instances.
  • 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
  • Generate the Client Side Hash Password Via MD5 Algorithm and Saving it to Database4/4/2024 9:10:42 AM. This article shows how to convert a plain password to a hashed password using the MD5 algorithm on the client side and save it to the database.
  • Explanation of HttpClient in .NET Core4/3/2024 10:41:08 AM. The HttpClient class simplifies making HTTP requests (like GET or POST) in your .NET Core applications. It handles connections, timeouts, and responses, letting you focus on the data you need.
  • Limit the User to Typing Only Letters Into a TextBox Using JavaScript4/3/2024 9:39:34 AM. Learn how to implement client-side input validation in JavaScript to restrict users from entering anything other than letters (including spaces) in specific input fields like Name, Father's Name,
  • Built In Rest Client in .NET Core4/1/2024 7:30:16 AM. .NET Core provides a built-in REST client through HttpClient in the System.Net.Http namespace. It offers lightweight, cross-platform capabilities for seamless integration with web services, enabling e
  • How to Identify Code Is Running on Client or Server in Vue.js3/28/2024 11:08:56 AM. In Vue.js, distinguishing between client and server-side execution is vital, especially in SSR scenarios. By checking for windows or process.server, developers tailor code for respective environments,
  • C# HTTP Methods: Safe vs. Unsafe, GET vs. POST in .NET Core3/26/2024 11:05:19 AM. Dive into advanced topics like dependency injection, service configuration, and implementing retry policies and circuit breakers. Elevate your API integration game with this comprehensive guide to lev
  • Optimize HttpClient Usage in .NET Core3/26/2024 4:06:46 AM. Dive into advanced topics like dependency injection, service configuration, and implementing retry policies and circuit breakers. Elevate your API integration game with this comprehensive guide to lev
  • What is Blazor WebAssembly?3/26/2024 4:05:36 AM. Blazor WebAssembly, a client-side web framework powered by .NET and C#, empowers developers to craft dynamic and interactive web applications directly in the browser. In this article, we'll explor
  • Business Rules in ServiceNow and Its Automation Potentials3/21/2024 1:45:34 PM. In this article, we will learn automation and efficiency are important in IT service management. ServiceNow provides an effective toolkit for streamlining corporate procedures and increasing output.
  • Establishing Communication Between Executable Files Using TCP/IP3/19/2024 5:29:21 AM. WPF apps use various IPC methods like Named Pipes, WCF, TCP/IP Sockets. TCP/IP sockets offer cross-platform communication with advantages like reliability but face complexity and firewall issues. Step
  • Implementing Resilient HTTP Requests in C# 3/16/2024 11:08:30 AM. Ensuring reliable communication between systems is vital. Learn how to implement resilient HTTP requests in C# using Polly for robust, fault-tolerant applications.
  • How To Generate Curl Script of the HttpClient in .NET3/7/2024 11:22:06 AM. The HttpClientToCurl is a NuGet package for generating the curl script of HttpClient in C# (.Net) supported features: Post, Get, Put and Delete. content types: application/json, text/xml, application/
  • ASP.NET Performance Optimization3/5/2024 9:15:52 AM. The content emphasizes the significance of application performance, particularly from the client's viewpoint, highlighting issues such as excessive round trips, resource consumption, and server ca
  • TCP Client and Server3/1/2024 11:10:46 AM. It guides users through compiling separate server and client programs, emphasizing the importance of adjusting the IP address to match the machine's configuration. Upon running the server program,
  • Create Local FTP on Your Computer3/1/2024 11:08:54 AM. Setting up a local FTP server on your computer involves configuring file transfer protocol for efficient data exchange within your network. Through server setup and network configuration, users can se
  • CRUD Operation With Angular 5 HTTP Client And ASP.NET Core Web API2/29/2024 10:09:52 AM. HTTP is the messaging system between the client and the server-client which sends the request and server responds with the proper message. Angular HTTP client is the toolkit which enables us to send a
  • State Management in ASP.NET2/20/2024 6:12:23 AM. ASP.NET developers use various available technologies for State Management. We can classify them as client side state management or server side state management.
  • ASP.NET State Management2/18/2024 5:38:25 AM. State management in ASP.NET is vital for maintaining application state across requests. It's a common topic in interviews, catering to both novices and seasoned developers. ASP.NET offers various
  • How To Use Azure Redis Cache In C#2/12/2024 10:12:53 AM. Azure Redis Cache is based on Redis Cache. Redis cache is an open source, in-memory database that is used for improving the performance of an application by retrieving and storing the data in Redis ca
  • Creating A Reusable Grid Component For Blazor2/8/2024 10:15:24 AM. This article guides you through creating a reusable grid component for Blazor named BlazorGrid, enabling user data display in a grid format with client-side pagination support. It includes steps to cr
  • Connect To SharePoint Online Site With App Only Authentication2/8/2024 9:38:46 AM. In this article, we will explore various options to connect to SharePoint Online. Pros and Cons of each option and mainly how we can connect SharePoint Online site with App Only Authentication.
  • Dependency Injection In .NET Core - Understanding The Fundamentals And Best Practices2/1/2024 11:04:42 AM. In this article, you will learn about dependency Injection in .NET Core: Understanding the Fundamentals and Best Practices.
  • Understanding Cross Language Interoperability With C# .NET2/1/2024 10:45:16 AM. This article explains case sensitivity/insensitivity of cross language interoperability in Microsoft .NET that allows compliant languages to interoperate with each other.
  • Using C# For Cross-Platform Development2/1/2024 10:23:02 AM. In this article, you will learn how to use C# for cross-platform development. Explore the power of C# programming beyond the confines of Windows and .NET in this insightful article.
  • HTTP Requests in .NET Core with HttpClient and HttpClientFactory1/30/2024 11:55:26 AM. In this article, we explore efficient HTTP request handling in .NET Core using HttpClient and harness the power of HttpClientFactory. Learn best practices for scalability, dependency injection, and op
  • How to Connect Client Computer to Server Domain1/22/2024 9:23:02 AM. For Active Directory Federation Services (AD FS) to function, each computer that functions as a federation server must be joined to a domain. Federation server proxies may be joined to a domain, but t
  • Extending HttpClient With Delegating Handlers in ASP.NET Core1/17/2024 11:30:32 AM. Explore the power of the HttpClient class in ASP.NET Core through Delegating Handlers. Learn to create a custom handler for logging HTTP requests and responses, enhancing HttpClient functionality with
  • How to Restrict Clients Desktop Settings in Server1/8/2024 7:58:36 AM. Learn to restrict client desktop settings on Server 2019 efficiently. Understand the benefits, reduce risks, protect sensitive data, and follow a step-by-step guide for proper implementation.
  • IndexedDB and Its Basic Concept1/5/2024 6:26:52 AM. In this article, we will learn about IndexedDB, a powerful client-side storage API for storing and retrieving structured data asynchronously. Explore its key features, concepts, and a practical exampl
  • Azure Key Vault Secret Client Library for Python SDK1/2/2024 8:59:29 AM. This module speaks about accessing Key Vault secrets through Python code. Key Vault is a service offered by Azure to store secrets such as passwords, certificates, keys etc in a safe and secure manner
  • HttpClientHandler in C#1/2/2024 4:46:07 AM. Unlock the potential of C#'s HttpClient class with HttpClientHandler. Delve into its capabilities—handling cookies, managing proxies, configuring SSL/TLS, timeouts, and more—to optimize and contro
  • How to Build an Interactive and Responsive Form12/28/2023 5:03:01 PM. Discover the world of web development with our latest tutorial on building a responsive and interactive form using HTML5, CSS3, and JavaScript. From the fundamentals of HTML5 to styling with CSS3 and
  • Source Control (4-9-2), Git - Merge in Client Side12/20/2023 5:34:34 AM. Explore a comprehensive series of articles on Source Control, ranging from standalone apps like MS SourceSafe to web services like GitHub, Azure DevOps, and Git. Understand merging methods, integratio
  • Using RESTSharp for CRUD Operations in ASP.NET Core Web API12/19/2023 7:24:01 AM. Utilizing RESTSharp for CRUD operations in ASP.NET Core Web API offers a streamlined approach to interacting with APIs. This library simplifies HTTP requests and responses, allowing developers to focu
  • ValidateAntiForgeryToken in ASP.NET Core12/13/2023 6:17:03 AM. In web development, security is a crucial aspect that demands meticulous attention. Cross-Site Request Forgery (CSRF) is a type of attack where unauthorized commands are transmitted from a user truste
  • How To Make API Calls In Angular Applications12/6/2023 10:29:44 AM. Making API calls is a common task in Angular applications, and it can be achieved using Angular's built-in HttpClient service. Here are the steps on how to make API calls in Angular Applications.
  • How to Share a Drive and Mapping for Client User?12/1/2023 9:52:24 AM. Learn the proper and easy method to share and map a drive for client users. Follow clear steps from creating a shared folder to setting up permissions in this insightful guide.
  • ASP.Net Form Validation Using JavaScript11/17/2023 7:16:36 AM. In this article we will learn how to validate ASP.Net form controls using JavaScript.
  • 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
  • Optimizing Resource Management in .NET HttpClient with Cancellation Tokens11/17/2023 5:23:52 AM. The .NET HttpClient class is a powerful tool for making HTTP requests, but it may lead to resource issues if not managed properly. Cancellation tokens in C# provide a mechanism to interrupt ongoing op
  • Microsoft Kiota Command Line Tool10/16/2023 11:59:25 AM. The Microsoft Kiota Command Line Tool is a software utility designed by Microsoft that aids developers in generating code for Microsoft's Kiota API client libraries. It offers a command line inter
  • Consuming ASP.NET Web API REST Service In ASP.NET MVC Using HttpClient10/10/2023 11:16:34 AM. In this article, we will learn how to consume Web API REST Service in ASP.NET MVC using HttpClient.
  • Upload Files to SharePoint Online Library using POSTMAN10/9/2023 7:08:34 AM. In this article we will go thorugh the steps needed to test the Graph API endpoints against the client application.
  • Using Interfaces In .NET Remoting10/5/2023 10:26:06 AM. In this article, we will create a remote object that will return rows from a database table. For the sake of simplicity I have used the NorthWind database that is packed with the installation of the M
  • Enhancing ASP.NET Core Web API Responses with Consistent and Predictable Wrapper Classes9/27/2023 11:32:34 AM. In ASP.NET Core Web API, you can use wrapper classes to standardize the format of your API responses. A wrapper class typically contains a status code, a message, and the actual data payload. This hel
  • Software Architecture Types9/26/2023 4:42:06 AM. Software architecture is the foundation of any software system, determining its structure, component interactions, and trade-offs. It significantly influences application quality, performance, scalabi
  • Validation Controls In ASP.NET9/22/2023 6:55:55 AM. Validation is an important part of the user interface of a Web application. ASP.NET provides a list of validator controls to validate user input. In this article, I will explain the Validation Control
  • Understand Dependency Injection: Property Injection9/19/2023 7:06:19 AM. In this article we will learn how to implement Dependency Injection using Property Injection.
  • Server-Side Rendering (SSR) and Client-Side Rendering (CSR) in React.js9/18/2023 5:15:43 AM. In this article we will learn what is the Server-Side Rendering (SSR) and Client-Side Rendering (CSR) in React Js
  • RabbitMQ Implementation for ASP.NET Core9/15/2023 9:30:07 AM. Learn how to implement RabbitMQ in an ASP.NET Core application, covering prerequisites, establishing connections, sending and receiving messages, and building reliable, scalable message-driven applica
  • Using Microsoft Message Queues To Build Scalable Solutions9/15/2023 6:11:32 AM. This tutorial shows you how to create, send, and received messages using MSMQ from the .NET base class library (System.Messaging) and C#.
  • How to Send Email Using ASP.Net With C#?9/13/2023 10:55:47 AM. In this article we will see the way to send email in ASP.Net C# There are several articles on web for sending an email using ASP.NET and C#. This article explains some important functions and common
  • FileSharing Server in C# and .NET9/12/2023 9:20:52 AM. The server acts as a File Sharing Server, it listens for multiple clients to connect to it. The Clients have a option to either Download any of the Files available with the server for download.
  • Sending Messages with RabbitMQ in .NET Core9/11/2023 6:46:11 AM. Here we will learn how to use RabbitMQ for sending message in dotnet core
  • Keeping Secrets Safe in .NET/ASP.NET Core Applications with Azure Key Vault9/7/2023 11:06:27 AM. Securing secrets in .NET/ASP.NET Core applications using Azure Key Vault is crucial for maintaining the confidentiality and integrity of sensitive information such as API keys, connection strings, and
  • SignalR to enable real-time communication between clients and the server9/5/2023 2:37:57 AM. SignalR to enable real-time communication between clients and a server. SignalR is a library for ASP.NET that allows you to build real-time, interactive web applications. In this example, we'll cr
  • Registering Applications with Certificates, Secrets, and Federated Credentials9/2/2023 7:16:16 AM. Discover the process of registering applications using certificates, secrets, and federated credentials in this informative guide. Unlock powerful authentication methods for your digital endeavors.
  • Web API Testing with xUnit, NUnit, MSTest in ASP.NET Core9/1/2023 8:20:13 AM. writing unit tests, integration tests, and end-to-end tests for a Web API using xUnit testing framework in ASP.NET Core. Keep in mind that I won't be able to provide you with actual working code,
  • Call Web API in .NET and Filter Data using Bootstrap Filters with Less Code8/27/2023 12:14:42 PM. We can filter records for each columns in table with single textbox or search. With less code and few mins, We can implement that feature to work on complex data.
  • Enhancing Client Responses: Crafting Custom Middleware for Effective Error Handling8/27/2023 2:17:28 AM. Designing a robust error handling mechanism and returning meaningful error responses to clients is crucial for enhancing the reliability and user experience of your ASP.NET Core Web API. Here's a
  • Calling the Server-Side Method Asynchronously From Client Script8/23/2023 9:50:09 AM. This article describes how to call the server-side method asynchronously from JavaScript with the use of Client Callbacks that is built in ASP.NET 2 so that the client browser receives the data dynami
  • Effective API Versioning with Custom Middleware8/22/2023 5:24:18 AM. API versioning with custom middleware, enables clients to access different versions of your API based on the version specified in the request header. This allows you to manage backward compatibility w
  • Implementing Content Negotiation for Flexible Data Formats8/16/2023 1:10:51 PM. Content negotiation in ASP.NET Core is crucial for serving different data formats like JSON, XML, etc., based on the client's preferences. Here's a complete example of how to implement content
  • API Integration In Angular with Complete Example 8/11/2023 5:12:11 AM. Angular is a popular open-source JavaScript framework for building dynamic and sophisticated web applications. It is developed and maintained by Google and is designed to simplify the development proc
  • Salesforce REST API: The Login Request (Authentication Step)8/2/2023 8:59:37 AM. In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the re
  • Salesforce SOAP API: POST Request With SOQL Query Envelope [Custom SObjects]7/30/2023 5:23:49 AM. In this article, we will discuss the detailed steps on executing SOQL queries for Custom Salesforce SObjects using SOAP API. In this demo, we will look into how to query fields with lookup relationshi
  • Salesforce SOAP API: POST Request With SOQL Query Envelope [Standard SObjects]7/27/2023 11:11:56 AM. In this article, we will discuss the detailed steps on executing SOQL queries for Standard Salesforce SObjects using SOAP API Query Envelopes.
  • Create A WCF Service Client In Visual Studio7/27/2023 8:30:19 AM. This article will demonstrate how to create a client for consuming WCF web service by using Visual Studio 2015
  • Show Outlook Messages From Microsoft Graph In SPFx Client-Side Web Part7/27/2023 8:15:06 AM. In this article, we will learn about some basics of MSGraph , and example for fetching Outlook Messages using MsGraph.
  • Increasing your application performance with the client result_cache feature and ODP.NET7/25/2023 10:07:43 AM. In this article, I want to explain how to improve your application performance using Oracle Data Provider for .NET (ODP.NET) and the new features exposed by the underlying Oracle Call Interface.
  • Salesforce SOAP API Authentication - Login Request7/21/2023 8:57:30 AM. This article is focused on the Authentication mechanism for Salesforce SOAP-based services.