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 SAPI
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Jay Krishnareddy (3)
Prashant Bansal (1)
Ashish Singhal (1)
Anil P (1)
Logesh Palani (1)
Swatismita Biswal (1)
Abhishek Kumar Ravi (1)
Ashish Shukla (1)
Hima Bindu (1)
G Gnana Arun Ganesh (1)
Patrick Lundin (1)
Jigar Desai (1)
Related resources for SAPI
No resource found
SharePoint 2016/2013 - How To Install SharePoint Client Components SDK
6/24/2024 9:00:42 AM.
Learn how to set up client machines for CSOM-based PowerShell development using SharePoint Client Components. Download the appropriate MSI file based on your OS version, install it, and access SharePo
CQRS With MediatR In .NET 5
4/20/2021 9:34:57 AM.
In this article will see how we can integrate the CQRS and MediatR Pattern in Web API.
Using Static Files (HTML, JavaScript) In Web API
4/8/2021 9:15:27 AM.
In this article, you will learn how to serve static files in ASP.Net Core 5.0 Web API.
🔐 Node.js API Authentication With JSON Web Tokens
3/11/2021 2:31:56 AM.
In this article, we are going to learn about setting up the Authentication using JWT.
Count Image Requests from a Web Server using ASP.NET
11/15/2018 1:18:53 AM.
This article explains you how we can count Image request from a Web server using C# and ASP.NET.
ASP.Net Worker Process and ISAPI
9/4/2018 1:35:07 AM.
The Worker Process is responsible for processing Asp.net application request and sending back response to the client. All ASP.NET functionalities runs within the scope of this process.
Xamarin.Forms - Google Maps API
1/2/2018 10:38:07 AM.
In this article, we will learn how to use Google Maps API in Xamarin.Forms application.
Basic Introduction To ISAPI Filters
11/15/2017 10:51:42 AM.
In this article we will have a look on ISAPI filters in windows SharePoint services
Make Your C# Application Speak
8/30/2013 10:55:02 AM.
We are going to use our one base class from .NET framework, which will show a simple demonstration of SAPI.
Main Stages in ASP.NET Life Application Cycle
4/3/2013 2:34:08 PM.
Here we will see some of the important stages in the application life cycle.
ASP.Net Page Life Cycle
5/16/2006 6:53:23 AM.
This article explains simple ASP.NET web page execution in depth.
Buliding Text to Speech Applications using SAPI 5.1 and C#
1/6/2006 4:45:52 AM.
In this article,The Speech application programming interface (SAPI) considerably decreases the code necessary for an application to use speech recognition and text-to-speech, making speech technology more handy and robust for broad range of applications
DNS Resolver using DNSAPI.DLL
12/27/2005 12:34:55 AM.
This is a DNS resolver using the dnsapi.dll, it can do all sorts of DNS lookups and not just simple a record lookup like the Dns class in the .NET framework.
HTTP Handlers for Images in ASP.NET
12/26/2005 3:51:11 AM.
Have you ever thought of streaming thumbnails just by passing query string indicating width or height of thumbnail you need, and most importantly passing those to image itself?