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 FP
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Waqas Sarwar (4)
Vikas Singh (1)
Tural Suleymani (1)
Madhan Thurai (1)
Pragya Vats (1)
Mahesh Chand (1)
Ojash Shrestha (1)
Bohdan Stupak (1)
Anoop Kumar Sharma (1)
Siddharth Vaghasia (1)
Vijayaragavan S (1)
Amit Choudhary (1)
Vinod Kumar (1)
Sharad Gupta (1)
Zafar Yousafi (1)
manish Mehta (1)
Imtiyaz Mulla (1)
Related resources for FP
No resource found
Understanding RFP and RFI: Differences and Real-World Examples
5/29/2024 6:18:55 AM.
In this article, we explore the essential roles of Request for Proposal (RFP) and Request for Information (RFI) in procurement and we'll explain what each one is, their key differences, and provid
Method Signature Honesty in Functional Programming with C#
5/2/2024 5:41:06 AM.
This article explores the concept of "method signature honesty" in functional programming with C#. It emphasizes clear communication of method behavior through signatures, promoting predicta
Creating Folder And Sub Folder In SharePoint Library Using Power Automate🐎
9/5/2023 7:02:02 AM.
In this article we will learn about how to create folder and sub folder in SharePoint document library using power automate
Database Computer/1012 Overview And Features
7/27/2023 11:05:42 AM.
The Database Computer/1012 is a cutting-edge and sophisticated database management system that offers robust solutions for efficiently storing, organizing, and retrieving data. With advanced features
Play Video in WPF
7/19/2023 6:41:00 AM.
If you have built any video enabled application prior to WPF, you must be familiar with the Windows Media Player ActiveX control. The WPF library provides the MediaElement control that encapsulates Wi
C# Connect To MySQL In Visual Studio
1/4/2023 9:31:14 AM.
In this article, we’ll learn to connect the MySQL Database with C# .NET Framework application in Visual Studio 2019. This is a foundational hand-on article which will help beginners to connect a widel
Overriding JSON Serializer In Giraffe
12/29/2021 3:00:30 PM.
Overriding JSON Serializer in Giraffe
OutOfProcess Hosting Model In ASP.NET Core
5/6/2021 9:34:21 AM.
In this article, we will learn OutOfProcess Hosting Model in ASP.NET Core. We will see how to host an application on the OutOfProcess hosting model.
Microsoft Teams Operations In SPFx Webpart Using Graph API
5/17/2020 1:34:05 PM.
In this article, we will learn how to perform MS teams Operations (get teams, send a message) in SPFx using Graph API.
Apex Triggers In SalesForce
10/9/2019 9:19:50 AM.
Reading this article, you can learn and test the simple Apex Trigger in SalesForce.
SharePoint 2016 - January 2017 CU Issue Fixed
9/5/2018 12:09:56 AM.
In this article, we will list all the issues of SharePoint 2016 that are fixed in the February 2017 CU.
SharePoint 2016 - February 2017 CU Issue Fixed
10/13/2017 11:50:32 AM.
In this article, we will list all the issues of SharePoint 2016 that are fixed in the February 2017 CU.
SharePoint 2016 - March 2017 CU Issue Fixed
10/12/2017 11:20:32 AM.
In this article, we will list all the issues of SharePoint 2016 that are fixed in the March 2017 CU.
SharePoint 2016 - December 2016 CU Issue Fixed
10/11/2017 11:24:11 AM.
In this article, we will list all the issues of SharePoint 2016 that are fixed in the December 2016 CU. This month, MSFT released two packages and we should install both.
Customize Reverse Engineer Code First - EF Power Tool Enhancement
3/8/2016 9:24:22 AM.
In this article you will learn how to customize reverse engineer code first .
Create CSV File in PHP
5/24/2013 3:35:25 PM.
This article shows how to create a CSV file in PHP.
String Functions in PHP: PART 5
2/16/2013 11:59:12 AM.
In this article I describe the PHP string functions fprint, hebrew and hebrevc
How To Read FPT File
12/15/2010 1:37:08 AM.
Recently, I came across a situation where I need to extract the memo field data from an FPT file. After lot of googling I found this documentation which describes the FPT structure and then I decided to write my own code to parse the FPT file and extract the data stored in it.
Accessing .NET Components from COM Clients and COM components from .NET Clients
12/23/2005 1:20:59 AM.
In this article I am going to explain how to access a .NET component from a COM client and accessing COM from .NET clients.
Fundamentals of Function Point Analysis Part II
12/19/2005 5:36:37 AM.
Function points are a unit measure for software much like an hour is to measuring time, miles are to measuring distance or Celsius is to measuring temperature.