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 PTA
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Chetan Sanghani (4)
Saksham Gupta (4)
Jagan Mohan (3)
Sardar Mudassar Ali Khan (2)
CSharp TV (2)
Sagar Pardeshi (2)
Nakkeeran Natarajan (2)
Vignesh Kumar (1)
Sanjay Kumar (1)
Kuljot Bakshi (1)
Kautilya Utkarsh (1)
Abhishek Jain (1)
Suman Agarwal (1)
Naveen Kumar (1)
Abhishek Jaiswal (1)
Vishal Yelve (1)
Shanuka Maheshwaran (1)
Ujjwal Gupta (1)
Rohatash Kumar (1)
Radhakrishnan Govindan (1)
Ano Mepani (1)
Abhishek Kumar Ravi (1)
Vulpes (1)
sakthivel.arumugam (1)
lavisha rastogi (1)
Related resources for PTA
No resource found
Encryption and Decryption using AES in .NET Core and .NET Framework
9/2/2024 7:24:40 AM.
AES (Advanced Encryption Standard) is a symmetric encryption algorithm using the same key for both encryption and decryption. In C#, AES encryption involves setting up a RijndaelManaged instance with
Learn Use of Converters in WPF C#
8/21/2024 3:23:31 AM.
In WPF, IValueConverter and IMultiValueConverter are used to transform data for UI binding. IValueConverter converts single values (e.g., boolean to visibility), while IMultiValueConverter handles mul
What is Azure AI Studio, LLMops and RAG?
8/12/2024 5:06:01 AM.
Discover about Azure AI Studio, Large Language Model Ops(LLMops), and RAG (Retrieval-Augmented Generation).
Understanding Transfer Learning
7/5/2024 6:09:34 AM.
Transfer learning is a powerful machine learning technique where a pre-trained model from one task is reused for another. This method is effective with limited data or computational resources, signifi
Effective User Story Writing in Agile Development
6/12/2024 6:38:58 AM.
User stories are essential in Agile development, helping teams understand requirements from the user's perspective. This article guides you in writing effective user stories by focusing on key ele
Leading Through Crisis: Lessons from Successful Leaders
6/10/2024 11:52:48 AM.
ffective leadership in emergencies requires communication, compassion, decisiveness, role modeling, unity, and adaptability. Leaders inspire resilience and unity, navigating challenges with agility.
The Qualities of an Effective Leader: What Sets Great Leaders Apart
6/10/2024 7:54:47 AM.
Any team, community, or organization that wants to succeed needs to have strong leadership. Great leaders create an atmosphere of growth and achievement by inspiring, encouraging, and guiding others t
Create Impactful Project Timelines Milestones for Entrepreneurs
6/3/2024 6:26:51 AM.
Creating Impactful Project Timelines and Milestones as an Entrepreneur" focuses on strategic planning for entrepreneurs to achieve their goals. It emphasizes setting clear timelines and defining
Integration Testing With Fitnesse
5/1/2024 11:01:40 AM.
Integration Testing With Fitnesse" explores using Fitnesse for automated integration and acceptance testing. Learn how to leverage Fitnesse's features for seamless integration testing, enhanc
Top 4 Essential Qualities Of A Good Trainer
4/8/2024 8:43:14 AM.
In this article, you will learn to Discover the key traits of effective trainers. Learn about their expertise, communication, adaptability, and motivational skills. Explore how empathy, organization,
Temporary Tables and Table Variables in SQL Server
4/3/2024 5:59:21 AM.
In this article we will explore the temporary tables and table variables in SQL Server. From understanding their differences to exploring practical use cases and examples. Whether you're storing i
Responsive Web Design Using Media Queries
3/19/2024 6:11:25 AM.
Responsive web design utilizes media queries to adapt layouts and styles based on the user's device characteristics, such as screen size and orientation. This ensures optimal viewing experience ac
Perform CRUD Operations using Azure DevOps Rest API
2/19/2024 9:39:24 AM.
In this article we will discuss Azure DevOps REST API and perform CRUD operations on work items using PowerShell, including create, read, update, and delete.
Working with Modern Command Bar Designer in PowerApps
1/31/2024 8:57:02 AM.
In this article we will discuss about modern command designer and how it is becoming more popular alternative to RibbonWorkBench. We will discuss various Use Cases followed by a demo discussing step b
Disabling Multifactor Authentication in Microsoft related Services
1/24/2024 6:47:10 AM.
This article describes the process to disable MFA for Microsoft related services using Microsoft Entra.
Run Azure Pipelines using Local Server
1/22/2024 5:38:29 AM.
This article describes the process to run Azure Pipelines from local machine and followed by a small demo using Power Platform Task.
Effective API Versioning with Custom Middleware
8/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 Formats
8/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
How to build a Crypto Wallet by Rohit Gupta
2/10/2023 1:49:51 PM.
In this session, you will learn How to build a Crypto Wallet.
Marketing in the NFT Space by Jagriti Gupta
1/30/2023 3:11:49 PM.
In this session, you will learn about marketing in the NFT Space.
What is Bootstrap Table | Learn Bootstrap
12/9/2022 2:56:23 PM.
In this article, you will learn about Bootstrap table. An extended table of the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design,
How To Setup Pass-Through Authentication PTA With SSO
7/19/2022 9:21:40 PM.
In this article, you will learn how to set up pass-through authentication (PTA) with SSO.
Code Acceptance Checklist in .NET
2/12/2021 10:11:07 AM.
This article provides a Code Acceptance Checklist for .NET.
Acceptance Test Driven Development (ATDD) With JavaScript
4/16/2020 5:47:10 PM.
Since the role of JavaScript is increasing day by day in my recent projects, currently we are using Dojo and Angular JS part SOA based projects.
Introduction To 3D In HTML5 With Three.js
1/21/2020 4:09:44 PM.
Learn how to create 3D content, using HTML, CSS, and JavaScript, and run it in the browser.
Some Useful System Stored Procedures in SQL Server 2012
7/2/2019 6:30:16 AM.
This article provides a brief introduction to various system Stored Procedures in SQL Server.
How To Install Azure Active Directory Pass-Through Authentication (PTA)
3/19/2018 10:42:39 AM.
In this article, we will see how to install Azure AD pass-through Authentication (PTA) along with Seamless Single Sign-on (SSSO).
Creating Custom Gulp Tasks In SPFx Solutions
10/3/2017 5:21:17 PM.
Let us see how to create and test the gulp tasks in the SharePoint Framework solutions.
Understanding Gulp Tasks In SharePoint Framework Solutions
9/24/2017 2:53:03 PM.
Let us look deeply into the Gulp tasks we use in SharePoint framework solutions. Gulp helps in automating the manual tasks done in a solution. Say for example, when you create SharePoint framework sol
Step-by-Step Guide For CyberSource Secure Acceptance
7/1/2015 11:07:06 AM.
In this article you will see a step-by-step guide for CyberSource Secure acceptance.
Acceptance Test Driven Development Using Specflow in the .NET Applications
6/17/2015 3:17:08 PM.
In this article you will learn Acceptance Test Driven Development using Specflow in the .NET Application.
Code Acceptance Checklist in Sharepoint
10/27/2014 8:54:21 AM.
This article provides a Code Acceptance Checklist for SharePoint.
Launchers in Windows Phone
12/19/2013 11:55:31 PM.
Launcher will launch Windows Phone Service instantly and without returning any value. Whereas, Chooser will launch Windows phone Services and it will return some value back to the code.
Robot Framework With Key Driven Approach Internally For Acceptance Test-Driven Development (ATDD) Using QTP
8/5/2013 11:47:09 AM.
This article describes Robot Framework, a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD).
Acceptable uses for the goto statement in C#
10/13/2012 5:56:37 AM.
In those days, he had a point because the 'goto' statement produced a lot of spaghetti code particularly by those using early versions of the BASIC programming language.
Extreme Programming
9/30/2012 5:08:51 AM.
Extreme Programming is new development technique getting adopted in the software development and the key strength of this methodology is simplicity, team work, quality and testing.
Introduction to Performance Testing
9/29/2012 12:24:54 PM.
In this article we will discuss the basics of performance testing.