TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About client application
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vidya Vrat Agarwal (2)
John Antony (2)
Mahesh Chand (1)
Amit Tiwari (1)
Priyaranjan K S (1)
Manpreet Singh (1)
Sandeep Kumar (1)
Ramaprasad Upadhyaya (1)
K Niranjan Kumar (1)
Jalajakshi Venkataramana (1)
Vivek (1)
Mahesha Channabasappa (1)
Shail 0 (1)
Ivar Lumi (1)
Related resources for client application
No resource found
Understanding .NET Client Profile
4/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
Tutorial: Creating C# Class Library (DLL) Using Visual Studio .NET
2/24/2022 10:09:25 AM.
This step-by-step tutorial shows you how to create a class library (DLL) in Visual Studio .NET.
Cross Language Interoperability With C# .NET
12/2/2020 11:34:51 PM.
As you know Microsoft .NET is designed with cross language interoperability. I.e. two .NET compliant languages can interoperate with each other. Which simply means a function in VB .NET can be called
Programmatically Creating Proxy of the WCF Service Client Application Without Adding Service Reference
9/16/2019 12:26:22 AM.
In this exercise we will see how to design a proxy using APIs provided by WCF.
Introduction To Azure ML - Creating An Azure ML Web Service And A Client Application - Part Two
11/29/2018 4:21:52 AM.
Introduction To AZURE ML - Creating An Azure ML Web Service And A Client Application. In the first part of this article, we created a web service using Azure ML Studio, and now we are going to develop
Introduction To AZURE ML - Creating An Azure ML Web Service And A Client Application - Part One
5/26/2017 12:35:12 AM.
Introduction To AZURE ML - Creating An Azure ML Web Service And A Client Application.
Invoke Azure Runbooks Using Webhook From Client Applications
4/14/2017 10:38:52 AM.
Invoke Azure Runbooks Using Webhook From Client Applications.
Publish Links To Office Client Applications Under User Profiles At The SharePoint Admin Center On Office 365
4/18/2016 11:12:30 AM.
In this article you will learn how to Publish Links to Office Client Applications under user Profiles at the SharePoint Admin Center on Office 365.
An Overview Of N-Tier Application
9/17/2015 2:15:50 AM.
In this article you will learn about N-Tier Application. N-tier is the best approach to develop an application.
Building ASP.NET Web Services
10/13/2012 5:49:55 AM.
This article shows you how to write an ASP.NET Web service using Visual Studio .NET.
FTP Explorer in C# Version 2.0
9/29/2012 7:10:29 AM.
FTP Explorer is a GUI - FTP client application developed in C# using Visual Studio.NET Beta 1.
State Management in Web Forms
5/20/2012 4:05:27 AM.
This white paper discusses the ways in which the state management can be handled in web forms. State management can be done either on client side or server side as explained below.
Maintaining Session from the Client Application to the Web Service
9/23/2010 12:53:13 AM.
This article is based on maintaining session from the client application to the Web Service.
VSTO2005- Usage and deploying a Smart Client Application
10/17/2006 1:50:13 AM.
VSTO2005 has been a great relief to .NET office developers as a result of its enhanced features. It’s been a long time desire for office programmers to have something which would provide them an interface to program the office components just like any other interactive forms.
Building and Using Asynchronous Web Services
8/31/2006 8:56:54 AM.
In this article I will show how to build and use asynchronous Web services in your application and how you can use the callback method to make your application work in asynchronous state.
DNS Client in C#
8/30/2006 5:15:08 AM.
The attached source project contains the library and source code for DNS client application. This client supports A, MX, and PTR records.