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 tap
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijai Anand Ramalingam (6)
Nakkeeran Natarajan (5)
Jay Krishnareddy (4)
Nishi Kumari (2)
Uday Dodiya (2)
Sameer Shukla (2)
Nipun Tomar (2)
Jin Necesario (1)
Federico Dimarco (1)
Vipul Malhotra (1)
Jayesh Agrawal (1)
Maulik Kansara (1)
Abiola David (1)
Joel Champagne (1)
Sanjoli Gupta (1)
Mushtaq M A (1)
Divyansh Gupta (1)
Punar Dutt Rajput (1)
Adam Stirtan (1)
Abhishek Tiwari (1)
Madhu Patel (1)
Anand Lakshminarasimh (1)
Nagaraj M (1)
Gourav Jain (1)
Ammar Shaukat (1)
Khaja Moizuddin (1)
Ramakrishnan R (1)
CSharp TV (1)
Ankit Kanojia (1)
Muhammad Zubair (1)
Madhan Thurai (1)
Abhijeet Jadhav (1)
Debadatta Mishra (1)
Ano Mepani (1)
Ravishankar N (1)
Vinoth Rajendran (1)
Safayat Zisan (1)
Delpin Susai Raj (1)
Vijayaragavan S (1)
Ayyaz Ahmad (1)
Rahul Prajapat (1)
Gowtham Rajamanickam (1)
Vishal Kaushik (1)
Shivom Agarwal (1)
Lakshmanan Sethu Sankaranarayan (1)
Vinod Kumar (1)
Baseem George (1)
Mahak Gupta (1)
SIVA (1)
Doug Cook (1)
Jean Paul (1)
Megha Goyal (1)
Manas Patnaik (1)
Shirsendu Nandi (1)
Mahesh Chand (1)
Youssef Saad (1)
Related resources for tap
No resource found
RxJS Operator Essentials: Map, Tap, Filter, and More
11/12/2024 5:15:13 AM.
This article explores key RxJS operators in Angular, like map, tap, filter, take, and takeLast. You'll learn how each operator manipulates data streams to handle emitted values, log information, a
Fededim.Extensions: ASP.NET Data Protection Integration
11/5/2024 9:59:16 AM.
Fededim.Extensions.Configuration.Protected.DataProtectionAPI enables seamless integration between ASP.NET Configuration and the Data Protection API, providing enhanced security for sensitive data in a
Explaining FastAPI in Python
10/15/2024 7:22:51 AM.
FastAPI is a modern Python framework that simplifies API development with built-in support for async operations, data validation using Pydantic, and automatic generation of Swagger and ReDoc documenta
Chat Application Using Angular 8, ASP.NET Core, Signal R
6/14/2024 10:38:35 AM.
This article guides you through creating a chat application using Angular 8, ASP.NET Core 2.2.0, and SignalR 1.1.0. It covers setting up prerequisites like .NET Core SDK, Node.js, and Angular CLI, imp
Bind Combobox With Enum Using ObjectDataProvider WPF MVVM
6/13/2024 8:22:54 AM.
Learn how to bind enums directly to a combo box in WPF MVVM using ObjectDataProvider. No more programmatic binding; use XAML with ObjectDataProvider for efficient enum binding.
SQL Server Database Tables to Azure SQL using Fabric Data Pipeline
5/27/2024 4:31:01 AM.
In this Data engineering video, I demonstrate how to Move SQL Server Database Tables to Azure SQL using Fabric Data Pipeline.
Dynamic Objects And Alternatives To Reflection
5/17/2024 10:22:34 AM.
The CodexMicroORM open-source project on GitHub includes several features to help you create fast, concise .NET deliverables. One such feature is implemented in the Performance. cs file and enables dy
What is DMA and How to Enable DMA in Windows 8
4/12/2024 6:30:47 AM.
DMA allows memory system control without CPU involvement, reducing CPU overhead during data transfer between memory and devices. Steps for enabling DMA in Windows 8 involve accessing Device Manager, n
Grid View In Xamarin.Forms Using FlowListView
4/4/2024 9:10:03 AM.
Learn how to use FlowListView in Xamarin.Forms to create a GridView with features like infinite loading, item-tapped Commands, and more. Follow implementation steps: creating a new Xamarin.Forms proje
How to Group API Endpoints in FastAPI: Diverse Approaches
3/12/2024 6:03:34 AM.
This article explores two methods for grouping API endpoints with Fast API. Initial method employs an API Router to segregate user and item endpoints into distinct routers. The second method utilizes
Customizing Title and Description in FastAPI
3/11/2024 6:51:01 AM.
How to Enhance Fast API Documentation by Adding Title and Description to Endpoints. FastAPI simplifies API development with Python, offering automatic interactive documentation generation. Learn to cu
Deploy Python FastAPI using Azure Container registry
12/16/2023 5:19:09 PM.
In this article, we are going to learn how to deploy our first FastAPI using the Azure Container registry.
Macros in Rust
12/15/2023 11:48:16 AM.
In this article, we will explore an advanced feature of Rust called Macros.
Particle Swarm Optimization (PSO) using C#
10/24/2023 9:26:03 AM.
Let's learn about particle swarm optimization (PSO) using the metaphor of a flock of birds searching for food. Then let's explore an easy to understand implementation using C#.
How to Pop to Root View in SwiftUI Tab on Re-Tap?
10/19/2023 5:05:25 AM.
In this article we will learn how to enable SwiftUI tab-based navigation to pop to the root view when the same tab is re-tapped, providing an intuitive user experience.
How To Enable CORS In FastAPI In Python?
8/9/2023 6:15:45 AM.
This article is all about enabling CORS in FastAPI in Python.
Object Relational Mapping (ORM) Using NHibernate - Part 4 of 8
7/31/2023 6:00:05 AM.
Here in this article the intent is to eliminate the nulls introduced in the database by correctly mapping the association between PaymentApprovedOrder and Item as optional One-To-Many.
How To Implement ChatGPT In Android Application
2/6/2023 5:46:50 AM.
in this article, we learn about how to implement chatgpt in android application.
How to Use FastAPI in Python
1/30/2023 9:22:04 PM.
In this article, we will understand the basic things to start the development of API using FastAPI framework.
What Is GraphQL
12/30/2022 6:27:00 AM.
This would be a series of articles, in this article, we would talk about GraphQL, its comparison with REST and how does it work, why it is used and its operation types
Ngrok For Absolute Beginners
11/8/2022 4:42:15 AM.
In this article, we are going to learn how we can use ngrok to test our localhost from a remote location.
How To Read And Write To Microsoft SQL Using Python REST API
11/7/2022 8:58:30 AM.
In this article, you will learn how to read Microsoft SQL table, insert the results to another SQL table using Python REST API.
How To Consume RestAPI Using HttpClient In C#
8/22/2022 7:28:19 AM.
In this article, you will learn how to consume RestAPI using HttpClient in c#.
Create QR Code Using Google Charts API In VB.Net
8/17/2022 5:54:12 AM.
In this article, you will learn how to generate QR Code Using Google QR Code Generator API In C# Or VB.
Can Azure Functions Replace Web API?
5/26/2022 4:27:11 PM.
Is it worth Migrating the ASP.Net Core Web API Project to Azure Functions? Learn here how and why to migrate.
Can Azure Function Replace Web API
5/23/2022 5:18:13 AM.
Is it worth Migrating the ASP.Net Core Web API Project to Azure Function.
HTTP Methods In FastAPI
3/26/2022 10:35:25 AM.
The article covers the PUT / POST operation with Pydantic using FastAPI.
Getting Started With FastAPI
3/25/2022 4:48:21 AM.
The article explains with example how to develop REST APIs with FastAPI Python Framework.
How To Write Logs To Amazon CloudWatch Using NLog In .NET 6 Web API
1/11/2022 4:24:54 PM.
In this article, you will learn how to write logs to Amazon CloudWatch using NLog in .NET 6 Web API.
Get XML Data From SP Library And Upload To SP List - JavaScript
7/3/2021 5:28:18 AM.
In this article, you will learn how to get XML Data from SharePoint Library & Upload to SharePoint List - JavaScript REST API.
How to have fun with PowerApp by building a Dictaphone Application
3/16/2021 5:28:12 PM.
This session is about “How to have fun with PowerApp by building a Dictaphone Application” in Power Platform Virtual Conference 2021.
Document Your Existing API's With (Open API) Specification in ASP.NET Core
2/18/2021 8:25:07 AM.
In this article, we will configure the swagger for existing API's in .Net and .Net Core
Using Dapper In ASP.NET Core Web API
8/3/2020 10:47:35 AM.
This article is meant to show how to use Dapper ORM in our Web API to access the data from the database quickly.
Phone Number Authentication Using Firebase
7/13/2020 7:22:18 AM.
In this article, you will learn about Phone Number Authentication with Firebase.
Longpress Event For Image In Xamarin.Forms
6/9/2020 8:10:41 AM.
We will make custom control in which we will add a longpress event and command in the control.
Concept Of WebAPI And Registering Custom App Using Client ID And Client Secret
1/24/2020 9:42:31 PM.
In this article we will learn about how to use webapi concept in sharepoint ,registering sharepoint app using client id and client secret and update created column of list using csom
Microsoft Graph API for Developers
10/3/2019 8:03:38 AM.
This session explains the Microsoft Graph API. It also provides a deep dive understanding of development using Graph API. Graph Explorer and Postman collection released for Microsoft Graph are explain
An Introduction to Phonetic Search in Java
9/20/2019 5:58:08 AM.
This article introduces phonetic search algorithms and their usage in Java based applications without reinventing the wheel.
Update A SharePoint List Item Without Increasing Its Item File Version Using Rest API
7/15/2019 10:22:37 AM.
In this article, we learn how to update a SharePoint List Item without increasing its item file version using the REST API.
How To Access Data From Azure Table Storage Using Rest API in ASP.NET Core - Part One
10/31/2018 11:01:08 AM.
In this article, we are going to see how to access data from Azure table storage using Rest API in ASP.NET core. The ASP.NET core is an open source web framework by Microsoft which can be run on MAC,
SystemDataPaths In UWP (Windows 10 Fall Creators Update Features)
10/31/2017 6:05:57 PM.
This article explains about how to get system , app , user based path information. This SystemDataPaths, UserDataPaths, AppDataPaths class will be supported on Windows 10 Fall creators updated version
Implementing Google Maps In Xamarin.Forms and Creating Custom Map For Tapping Functionality
10/19/2017 11:04:23 PM.
Google map service is very popular in various enterprise level mobile applications. I will discuss here how to use Google maps in xamarin.forms and customize it using custom renderer for further funct
Image Tap Gesture Recognizer In Xamarin iOS
3/23/2017 11:08:46 AM.
In this article, you will learn how to image Tap Gesture Recognizer in Xamarin iOS, using Xamarin Studio.
Tap Gesture In Xamarin.Forms Application For Android And UWP
1/23/2017 1:41:06 PM.
In this article, you will learn how to add the Tap gesture in Xamarin. Forms Application for Android and Universal Windows Platform with XAML and Visual C#.
Create, Retrieve, Update or Delete Sub Sites On SharePoint Using REST API
6/28/2016 5:39:03 AM.
In this article, you will learn how to retrieve, create, update or delete the sites under a site collection using REST APIs on SharePoint 2013 / SharePoint online sites.
Retrieving Videos From Office 365 Video Portal In Multiple Ways
6/19/2016 11:05:52 AM.
In this article we will see how we can retrieve the videos and related information from the portal in multiple ways.
Retrieve Channels And Videos From Office 365 Video Portal Using REST Video API
6/16/2016 10:25:37 AM.
In this article, you will learn how to retrieve the video portal information, video channels, and their videos from the Office 365 video portal using REST Video APIs.
Working With SharePoint Web Scoped Site Features Using REST API
5/30/2016 10:44:05 AM.
In this article, you will learn how to work with site features (web scoped) programmatically using REST API.
Working With SharePoint Site Collection Features Using REST API
5/28/2016 11:55:42 AM.
In this article you will learn how to work with site collection features (site scoped) programmatically using REST API.
Simple Tap Game Using Blend
11/22/2015 11:36:42 AM.
This article shows how you can create a simple game using Blend.
Overview of ListView and DataPager in ASP.Net
7/4/2015 7:41:29 PM.
This article explains ListView and DataPager in ASP.NET.
Retrieve All Groups in SharePoint 2013 Root Site Using REST API
3/27/2015 3:19:42 PM.
In this example you will see how to retrieve all groups in a SharePoint 2013 root site using the REST API.
MVVM in Windows Store App - Handle Tap or Click Events on Items Control
1/8/2015 6:46:25 PM.
In this article you will learn how to handle Tap or Click events of an Items Control with MVVM in a Windows Store App.
SQL Server DATABASE BACKUP With Multiple Methods Using Transact-SQL
7/18/2014 2:14:16 PM.
This article describes SQL Server database backups and how to take a SQL Server database backup with multiple methods using Transact-SQL.
How to Get All The Top Level Folders From the Website in SharePoint 2013 Online Using REST API
4/25/2014 2:16:01 PM.
In this article you will see how to get all the top level folders from the website using REST API in SharePoint 2013 Online.
How to Get All The Active Features From Website in SharePoint 2013 Online Using REST API
4/25/2014 2:08:29 PM.
In this article you will see how to get all the active features from a website using the REST API in SharePoint 2013 Online.
Minimal Download Strategy in SharePoint 2013
2/13/2014 6:12:41 PM.
In this article you will learn about Minimal Download Strategy in SharePoint 2013.
Feature Stapling in SharePoint
6/19/2013 8:19:03 PM.
In this article you will see how to implement Feature Stapling in SharePoint.
ScrollSpy in PHP
5/6/2013 12:27:40 PM.
In this article I will explain Twitter Bootstrap ScrollSpy in PHP.
A Database Component: Inserting Serializable Objects
10/20/2012 4:01:12 AM.
The attached zip file contains two projects - a database component (DLL) project and a Windows forms project called Test. Both projects are written and compiled using Visual Studio .NET version 1.0.
Example of Touch In Windows Phone 7
10/7/2012 10:12:52 PM.
In this article I we will discuss the GestureType Tap in WP7.
How to Navigate From List to Other View With Selected Record
10/4/2012 4:48:46 PM.
Here you will learn how to navigate to another view through itemtap event of List with selected record.
XML Data Binding in WPF
10/3/2012 10:22:18 AM.
This article describes how to bind XML data using a data template in WPF and XAML. For ease of demonstration, the XML is defined as a resource within the XAML document.
Features in SharePoint
9/7/2012 11:08:51 PM.
In this article we can explore the term ‘Features’ in SharePoint.
Modifying the Task Pane App Into Content App Using Visual Studio 2012
8/16/2012 5:01:18 PM.
This article explains how to convert a task pane app into a content app using Visual Studio 2012.
Customizing DataPager With PageSize DropDown in Silverlight
12/1/2011 6:30:17 AM.
In real time applications huge data display demands pagination with a DataPager , which offer navigation and paging to data source.Here in this post we will customize the Datapager control to have a Page Size Combo(Or Dropdown) ,which will have the options to change the page size dynamically based on the data source.
Paging in a Silverlight DataGrid using a PageCollection View and DataPager Control
6/14/2011 4:31:02 PM.
In this article I will describe how to use a PageCollection view in a DataGrid in a Silverlight XAML page.
Silverlight- DataPager Control Example
12/7/2010 4:07:07 PM.
In this article we will be seeing how to create Silverlight DataPager control.
Connecting to the Database in ADO.NET
12/23/2009 9:16:42 PM.
In this article I will explain about Connecting to the Database in ADO.NET
GridView with DataPager in ASP.NET 3.5
8/1/2008 12:40:35 PM.
To page through data in a control that implements the IPageableItemContainer interface, DataPager control can be used. GridView has its own paging and does not implement IPageableItemContainer interface.
DataPager in ASP.NET 3.5
7/31/2008 3:58:31 PM.
The ListView is a hybrid control between a DataGrid and Repeater that combines the templating of the Repeater and the editing features of the data grid, but doesn't support paging, so the DataPager serves as an external control to provide paging features.
Outlook Style Menu with Collapsable Side Menu
8/26/2006 5:24:25 AM.
This article shows very good outlook style menu with collapsable side menu.