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
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Aakash Maurya(8)
David Mccarter(5)
Priyaranjan K S(4)
Asma Khalid(3)
Pankaj Kumar Choudhary(3)
Farhan Ahmed(2)
Ajay Kumar(2)
Sangeetha S(2)
Mahender Pal(2)
Naveenkumar Paramasivam(2)
Vinodh Narayanan(2)
Akshay Phadke(2)
Nakkeeran Natarajan(2)
Akash Kumhar(2)
Vithal Wadje(2)
Jalpa Dhola(1)
Ziggy Rafiq(1)
Vinay Ayinapurapu(1)
Ishika Tiwari(1)
Satyaprakash Samantaray(1)
Shiv Sharma(1)
Anandu G Nath(1)
Mahesh Chand(1)
Chris Love(1)
Jignesh Kumar(1)
Jin Necesario(1)
Rahul Bansal(1)
Amit Bhatt(1)
Rijwan Ansari(1)
Deepak Kumar(1)
Sandeep Mishra(1)
Adrian Strugała(1)
Karthick S(1)
Venkatasubbarao Polisetty(1)
Dipen Shah(1)
Parth Thakkar(1)
Satheesh Elumalai(1)
Anupam Maiti(1)
Kirtesh Shah(1)
Abhishek Yadav(1)
Sandhya Shinde(1)
Rikam Palkar(1)
Vijayakumar S(1)
Arvind Kushwaha(1)
Veerendra Annigere(1)
Raghavendar Swaminathan(1)
Pravesh Dubey(1)
Nanddeep Nachan(1)
Faisal Pathan(1)
Mandar Dharmadhikari(1)
Gaurav (1)
Jamil Ahmed(1)
Usama Shahid(1)
Pradeep Yadav(1)
Banketeshvar Narayan(1)
Guest User(1)
Anwar Basha(1)
Jignesh Trivedi(1)
Rajkiran Swain(1)
Nilesh Shah(1)
Disha Raval(1)
Manpreet Singh(1)
Ramesh Palaniappan(1)
Gowtham Rajamanickam(1)
Debendra Dash(1)
Amir Reza(1)
Sagar Pardeshi(1)
Jean Paul(1)
Abhishek Yadav(1)
Sandeep Kumar(1)
Sakthikumar Thanavel(1)
Rupesh Kahane(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Library Component Type in SharePoint Framework (SPFx)
Nov 09, 2024.
SPFx Library Components enable the creation of reusable, modular code in SharePoint. By centralizing utility functions, services, and UI elements, developers can enhance maintainability and consistency across projects.
TypeScript for advanced type inference in React
Oct 23, 2024.
In this article, Ziggy Rafiq discusses advanced type inference techniques in React with TypeScript, focusing on hooks and JSX elements.
The Property '__metadata' Does Not Exist on Type 'SP.Data.SPLibraryItem
Oct 01, 2024.
This content addresses the error message "The property '__metadata' does not exist on type 'SP.Data.SPLibraryItem'." It explores the implications of this TypeScript error in SharePoint development, highlighting potential causes such as type mismatches or missing attributes.
TINYINT Data Type in SQL and Its C# Equivalent
Mar 16, 2024.
Understanding data types is crucial for effective data manipulation and storage. In this article, we will learn about TINYINT in SQL efficient storage for small integers. In C#, use byte or sbyte for representation. Optimization is crucial.
Restrict Uploaded File Type in ASP.NET Core
Mar 14, 2024.
In ASP.NET Core MVC, you can restrict the uploaded file types by implementing validation on the server side. Here's a basic example of how you can achieve this.
Get Browser Type and Version Using Angular and Bootstrap
Feb 19, 2024.
This article provides a detailed guide on how to detect the browser version and name in an Angular application. It covers steps to create a service for browser detection, configure browser name and version detection methods
Understanding Content Type in SharePoint
Jan 09, 2024.
In this article, we will learn about SharePoint Content Types, exploring their definition, benefits, and creation process. Learn to ensure consistency, automate workflows, and standardize metadata for efficient content management in SharePoint.
What are Different Type of HTTP Errors and Status Code?
Jan 02, 2024.
The significance of HTTP status codes, vital indicators of web request outcomes. From informational beginnings (1xx) to server errors (5xx), grasp their meanings for effective communication and issue diagnosis.
Alias any type in C# 12
Dec 19, 2023.
Learn about Alias any type in C# 12.
What is Type Conversion in C#?
Oct 31, 2023.
This article on type conversion in C# is comprehensive and informative. It effectively covers the fundamental concepts of type conversion, including implicit and explicit conversions, common conversion methods, exception handling, and custom type conversion. The examples provided throughout the article enhance the understanding of each concept and make it easier for readers to grasp the intricacies of type conversion in C#.
Generics in C#: Enhancing Code Reusability and Type Safety
Oct 04, 2023.
In this article, we will explore the concept of generics in C# with detailed examples, showcasing how they enhance code flexibility and maintainability.
JavaScript Type Coercion Explained: How to Avoid Common Pitfalls
Mar 16, 2023.
Discover how JavaScript type coercion can lead to unexpected results and errors, and learn best practices for avoiding common pitfalls in your code. Explore examples and prevention tips in this comprehensive guide.
Difference Between Var, Dynamic And Object type In C#
Feb 13, 2023.
In this article, I am going to explain var, dynamic, and object keywords in detail.
F#'s System.Char Type Basics
Dec 19, 2022.
This article introduces the char type using the F# language. It focuses on the char type declaration, and character escape sequences and shows how to represent a numerical value on the char types.
Variable Type Conversion In Automation Anywhere
Sep 22, 2022.
In this article, you will learn about Variable Type Conversion in Automation Anywhere.
Ref Vs Out And Value Type Vs Reference Type
Sep 06, 2022.
In this article, you will learn about ref vs out and value type vs reference type.
Inputmode And Type In HTML Inputs For Better User Experiences
Jun 19, 2022.
User experience is always of the highest concern for any better solution. Input mode plays a pivotal role when it comes to input records/forms in any application. We use only input control in HTML for textbox/forms entry for user input. We enter several kinds of data like plain text, number, decimal, email, mobile number, rich text, search, telephone, URL, date, range etc.However, a small change in inputmode and type of input control can improve the user experience significantly and ease the typing and entering the data.In this article, I will explore various inputmode used in HTML for input types like email, text, number, phone number, URL etc. Furthermore, I will illustrate various inputmode for input control with examples and explain how they can improve user experiences and ease the data entry.
Developing A String Type In C
Jun 02, 2022.
You may have noticed that unlike other programming languages such as Java, Python, etc. C does not support string as a primitive (or we can say intrinsic) data type. Strings in C are implemented and manipulated by using character arrays. A string is a sequence of characters that is terminated by a null character.
Fields And Data Type In Dynamics CRM
Apr 08, 2022.
In this article, you will learn about Fields and Data type in Dynamics CRM.
Different Type Of Variables In C#
Mar 17, 2022.
In this article, you will learn about the different types of variables in c#.
How To Work With Avro Data Type In .NET Environment
Mar 02, 2022.
The article shows an automated way of reading Avro data in .NET applications. It includes reading the Avro schema, generating C# models, and deserializing the data. The article contains also practical examples of usage: JSON and Avro benchmarks and Azure Blob Storage client.
Everything You Want To Know About The Record Type In .NET - Performance
Jan 26, 2022.
In this article, you will learn everything you want to Know about the Record Type in .NET: Performance.
Deploy A Dockerized Laravel Application To AWS ECS With EC2 Instance Launch Type Using GitHub Actions
Jan 17, 2022.
In this article, you will learn how to deploy a docker-ized Laravel applications to AWS ECS EC2 launch type.
Deserializing Various Type Of JSON Data In C#
Jan 11, 2022.
In this article, you will learn how to deserialize various type of json data in c#.
Creation Of Web Resource JavaScript Type In Dynamics CRM
Jan 05, 2022.
In Dynamics 365 CRM, any functionality cannot be achieved through OOB [Out of Box] functionality, then first thing comes into mind was customizations. So, basic customizations can be achieved starting with Web resources (js type) under code especially through JavaScript. As a business case, a new web resource will be created in Contact Customizations Solution.
Easy Fix For -"It Is Of Type 'Null' But Is Expected To Be A Value"- Power Automate
Jun 03, 2021.
This article is about fixing the issue for the blank option set value in Power Automate.
Manage Site Content Type Using Microsoft Graph Content Type APIs
May 03, 2021.
In this article, you will learn how to manage Site Content Type using Microsoft Graph Content Type APIs.
Copy Document Library Folder With Content Type Using Power Automate
Apr 07, 2021.
In this article, you will learn how to copy document library folder with content type using power automate.
How To Use Ngx-slider With A Different Type Of Style In Angular
Mar 17, 2021.
Learn how to integrate ngx-slider in Angular to create versatile sliders. This guide covers installing the package, configuring single, range, tick-marked, customized, and vertical sliders. You'll explore how to adjust properties like floor, ceil, and step, and apply custom styles for a tailored user experience.
Everything You Want To Know About The Record Type In .NET 5.... But Were Afraid To Ask
Feb 12, 2021.
In this article you will learn about Everything You Want to Know About the Record Type in .NET 5… But Were Afraid to Ask
Implementing Client Credentials Grant Type Using Owin In ASP.NET Web API
Jan 05, 2021.
In this article, you will learn how to implement Client Credentials Grant Type using Owin in ASP.NET Web API.
C# - Understand Equality For Value Type And Reference Type
Oct 21, 2020.
In this article, you will learn about the nuances of equality comparison in C#, distinguishing between value types (like structs) and reference types (like classes). Understand how the == operator behaves differently for each and ensure accurate comparisons in your code.
Multiple Validation On A Slot Type In An Interaction Dialog model
Sep 30, 2020.
In this article, I am going to explain how multiple validations can be applied to a slot in a dialog model of Alexa skill.
Declaring Variables And Basic Data Types And Type Annotation Supported By TypeScript
Aug 20, 2020.
In this article, you will learn how to declare variables and basic data types and Type Annotation supported by TypeScript.
Implicit And Explicit Type Casting In C#
Aug 08, 2020.
This article will help you to understand how to use typecasting in C#, why is it useful and when to use it.
Creating Email Field Data Type in Salesforce Object
Mar 26, 2020.
In this article, you will learn how to create an E-mail field data type in Salesforce object
Creating a Geo-Location Field Data Type in Salesforce Object
Mar 26, 2020.
In this article, you will learn about how to create a Geo-Location field data type and how to store the data in Salesforce
Data Type in JavaScript
Mar 25, 2020.
This article, with code examples, explains data types available in JavaScript and how to use them in your app.
Create and Use Site Content Type in Content Type Hub
Mar 19, 2020.
In this article, you will learn how to create, publish, republish, delete and use site content type in content type hub in SharePoint online.
C#.NET - Access GET Type REST Web API Method
Feb 14, 2020.
This article is about consumption of GET type REST Web API method without any API authorization with and without request query URL parameters using ASP.NET REST Web API platform.
C#.NET - Access POST Type REST Web API Method
Jan 31, 2020.
This article is about consumption of POST type REST Web API method without any API authorization using ASP.NET REST Web API platform.
Using Table Type Parameter In .NET Core
Dec 30, 2019.
In many cases, we need to send a list of objects to the stored procedure to save or update the list of data in the database, which helps in increasing the performance of the application. Here I'll explain how to send a list of data to stored procedure from WEB API (Entity Framework) .NET CORE.
Steps To Create Content Type Using Visual Studio And Powershell Programmatically
Aug 05, 2019.
In this article, you will learn about the steps to create Content Type using Visual Studio and PowerShell programmatically for Online and On-Prem 2019.
How To Use Standard Result Type In Swift 5.0
Jun 03, 2019.
In this article, we will learn to use Standard Result Type in Swift 5.0. Learn how to use a new Result type to handle the result of the asynchronous function using an enum.
SharePoint Framework 1.8 - Library Component Type (Beta)
Mar 22, 2019.
In this article, we will understand the concept of a library component and start developing our own library component for code sharing.
Generic Extension Method To Map Objects From One Type To Another
Jan 28, 2019.
In this article, we will learn about Generic Extension method to map objects from one type to another.
Tweeting Using Logic Apps - Error "Media Type Unrecognized" When Sending Image With Tweets
Jan 10, 2019.
This article examines an error when tweeting an image using a logic app. The imageData property is used to pass the image as a base64string. The data is sent to the Logic App using an HTTP trigger.
ASP.NET MVC 5 - Limit Upload File Type Extensions Via Custom Data Annotation/Attribute
Dec 17, 2018.
This article is about uploading image files by limiting/restricting the desired upload file type extensions via implementing custom data annotation/attribute component on the ASP.NET MVC5 platform.
Overview Of Strongly Type HTML Helpers In MVC
Nov 01, 2018.
Learn how these helpers enhance type safety and streamline the generation of HTML elements in Razor views, leveraging view models and data annotations for robust, dynamic web forms and UI components.
Content Type Hub In SharePoint Online
Aug 28, 2018.
In this article, I am going to explain how we can use the content type hub in SharePoint Online.
Proper Type Encapsulation - Part Two
Aug 02, 2018.
In part 1 of this article, I explained how to implement proper data encapsulation. In part 2 I want to talk about encapsulating business logic. I see this missing in a lot of type design, especially when using an ORM like Entity Framework.
Learn SharePoint In Series - Part Twenty Six - Task Outcome And External Data Column Type In SharePoint
Jul 22, 2018.
Part 26 of the SharePoint series delves into Task Outcome columns, crucial for customizing approval workflows. Learn their setup and functionalities. Additionally, discover External Data columns, facilitating data display from external sources without import.
Learn SharePoint In Series - Part Twenty Four - Hyperlink Or Picture Column Type In SharePoint
Jul 16, 2018.
This article contains every information regarding Hyperlink or Picture column type.
Learn SharePoint In Series - Part Twenty Three - Look Up Column Type In SharePoint
Jul 13, 2018.
In this article, I have covered everything about lookup columns available in SharePoint.
Learn SharePoint In Series - Part Twenty Two - Date And Time Column Type In SharePoint
Jul 11, 2018.
In this article, we will learn about Date and Time column type available in SharePoint.
Learn SharePoint In Series - Part Twenty One - Person Or Group Column Type In SharePoint
Jul 10, 2018.
In this article, we will learn SharePoint in series - Part Twenty One - person or group column Type In SharePoint.
Learn SharePoint In Series - Part Twenty - Currency And Yes No Columns Type In SharePoint
Jul 03, 2018.
This article talks about Currency and Yes/No column types in SharePoint.
Learn SharePoint In Series - Part Nineteen - Choice And Number Columns Type In SharePoint
Jul 01, 2018.
This article talks about how to use Number and Choice column types in SharePoint lists
Learn SharePoint In Series - Part Eighteen - Multiple Lines Of Text Columns Type in SharePoint
Jun 29, 2018.
This article covers every aspect of multiple lines of text, including creation, property configurations, editing etc.
A Static Type Checking Limitation Of Dependency Properties
Jun 25, 2018.
WPF [4] is a Microsoft technology for building window forms applications that allow using the MVVM (Model –View-View Model) framework. Dependency properties are at the core of MVVM framework.
Proper Type Encapsulation - Part One
May 29, 2018.
Encapsulation is one of the fundamentals of OOP (object-oriented programming). It refers to the bundling of data with the methods that operate on that data. Encapsulation is used to hide the values or state of a structured data object inside a class, preventing unauthorized parties' direct access to them. Publicly accessible methods are generally provided in the class (so-called getters and setters) to access the values, and other client classes call these methods to retrieve and modify the values within the object.
Difference Between Value Type Variables And Reference Type Variables
Apr 03, 2018.
Before we get started between the difference of value type variables and reference type variables, we need to understand the concept of stack and heap. So let’s get started with stack and heap.
Defensive Programming - Let Type Checking Work For You
Mar 19, 2018.
Since I have been a speaker and a teacher, I have always stressed the importance of practicing proper object-oriented programming (OOP) techniques. If you don’t practice OOP, no matter what language you are using, I guarantee you will end up with a “house of cards” and they all eventually fall.
Stack, Heap, Value Type, And Reference Type In C#
Feb 13, 2018.
Now, let’s see what happens when we declare any variable like int a=10 in C#. When C# compiler will run, it will allocate a block of memory which will have name of variable i.e. a, its type i.e. int and its value i.e. 10. Now this memory can be of type Stack or Heap i.e. variable gets store in Stack or Heap.
C# 8.0 - Experimenting With Non-Nullable Reference Type Using Visual Studio 2017
Dec 28, 2017.
Nullable Reference Type is one of the most popular upcoming features of C# which may be released with C# 8.0. However, C# 8.0 has not been released yet; development is going on so till the final release, its behavior may be a little bit different than the current behavior explained in this article.
Create Immutable Type In C#
Sep 14, 2017.
A public constructor that accepts initialization data is required so that the client can pass-in minimum state for the type to be valid. Private constructor, on the other hand, is used by methods to construct a new object and set its entire state.
Connecting Login Form In C# With Database For User Type Authentication
Aug 15, 2017.
This article describes how to connect a Login Form designed in C# with a database so that the user gets validated based upon the password given by the administrator who has created the login database.
Built-In Filter Type In ASP.NET Core MVC
Jul 29, 2017.
The ASP.net core framework includes five built-in filter types that we can sub-class and customize based on our requirement. The framework supports following built-in filters type.
Create A Content Type In SharePoint 2013
Jul 14, 2017.
Here I am going to explain how to create a content type in SharePoint 2013 or SharePoint online and use the same content type in SharePoint list .
Data Type Suffixes In C#
Jun 01, 2017.
In this article, we will have a look at data type suffixes in C#.In C#, data type suffixes are used to explicitly specify the data type of a numeric literal when it might otherwise be ambiguous or to indicate a specific data type for a literal. Suffixes are appended to numeric literals to indicate whether the literal should be treated as an int, long, float, or double, among other numeric data types. Here are some commonly used data type suffixes in C#
Project Type Of Xamarin Cross Platform
May 23, 2017.
Project Type Of Xamarin Cross Platform. See details about Native Portable app, Xamarin.Forms.Portable app, Native Shared app, Xamarin.Forms.Shared app, Class Library(Xamarin.Forms) app, Xamarin.UITest app.
Provision SharePoint List With Custom Site Columns And Content Type Using SharePoint Framework
May 16, 2017.
Provision SharePoint List With Custom Site Columns And Content Type Using SharePoint Framework.
Content Type Hub In SharePoint Server 2013
Apr 04, 2017.
In this article, I have explained how to configure and create content types publishing across the site collection and across SharePoint farm.
Content Type In SharePoint 2013
Mar 24, 2017.
In this article, I had explained how to create and use content types in SharePoint Site Collections.
How To Convert Farm License Type In SharePoint 2013 Central Administration
Mar 19, 2017.
In this article, we will see how to convery farm license type in SharePoint 2013 Central Admin.
ASP.NET Web API Media Type Formatter
Sep 26, 2016.
In this article you will learn about ASP.NET Web API Media Type Formatter.
Content Type Operations In SharePoint 2016 Using PnP Core Component Library
Sep 16, 2016.
In this article, you will learn about content type operations in SharePoint 2016, using PnP Core Component Library.
Reorder The Columns In SharePoint List Content Type Programmatically Using CSOM C# And JSOM
Aug 17, 2016.
In this article, you will learn how to reorder the columns in SharePoint List Content Type programmatically, using CSOM C# and JSOM.
Learn about Different Type of Triggers in Oracle
Aug 17, 2016.
In this article, you will learn about different type of triggers in Oracle.
Create, Retrieve Or Delete Site Content Type On SharePoint Using PnP PowerShell
Jul 11, 2016.
In this article, you will learn how we can create, retrieve and delete site content types on SharePoint sites, using PnP PowerShell.
Customer Data Type Is Finally Here
Jun 10, 2016.
This article is regarding new features in Dynamics CRM Update 1.
Create And Configure Content Type Hub In SharePoint
May 29, 2016.
In this article you will learn how to create and configure Content Type Hub in SharePoint.
Deploy Site Columns, Content Type And List To SharePoint Using SharePoint Hosted Add-in
May 16, 2016.
In this article you will learn how to deploy Site Columns, Content Type and List to SharePoint using SharePoint Hosted Add-in.
SharePoint 2013: BDC Configuration And Creating External Content Type and External List - Part Two
May 11, 2016.
In this article you will learn about BDC Configuration and Creating External Content Type and External List using Secure Store Services in SharePoint 2013.
SharePoint 2013: BDC Configuration And Creating External Content Type And External List - Part One
May 09, 2016.
In this article you will learn about BDC Configuration and Creating External Content Type and External List in SharePoint 2013.
Retrieve, Create Or Delete Site Content Type Using CSOM With PowerShell On Office 365 / SharePoint Online
May 05, 2016.
In this article, you will learn how we can retrieve, create or delete site content type available on o365 sites using CSOM with PowerShell. This is focused to target SharePoint Online sites.
SharePoint 2013: Change The Content Type Using Powershell Script
Apr 22, 2016.
In this article I will explain how to change the old SharePoint 2013 Content type to new Content Type using Powershell method.
Working With The Error Cannot Implicitly Convert Type 'ListName[]' to 'System.Collections.Generic.IList<ListName>' in WCF.
Apr 17, 2016.
In this article I am going to discuss about a common error that most of the time comes while working with WCF.
How To Create And Use Content Type Hub In SharePoint
Apr 12, 2016.
In this article you will learn how to create and use Content Type Hub in SharePoint.
Create External Content Type Based on Stored Procedure in SharePoint 2013 BCS
Mar 08, 2016.
In this article you will learn how to create External Content Type based on Stored Procedure in SharePoint 2013 BCS.
XML Data Type In SQL Server
Feb 24, 2016.
In this article, we will read about XML data type and also some advantages and limitations of XML data type over relational data types.
BCS External Content Type Configuration
Feb 09, 2016.
In this article we can explore how to configure BCS External Content Type in SharePoint 2013.
Dynamic Data Type In C#
Feb 08, 2016.
C# dynamic keyword declares a dynamic variable that can store any type. Lean how to use a dynamic type in C# and how to convert a dynamic type to other types in C#.
Backup And Its Type In SQL Server
Jan 28, 2016.
In this article we’ll learn about backups and its types available in SQL Server.
Anonymous Data Type In MVC
Jan 22, 2016.
In this article I am writing about Anonymous Data Type and implementation of Anonymous Data type.
Data Contract And Known Type In WCF
Jan 19, 2016.
In this article, we will learn about what data contract and known type are in WCF.
Anonymous Type In C#
Jan 13, 2016.
In this article you will learn about Anonymous Type in C#.
EmptyResult Return Type In ASP.NET MVC 5
Dec 08, 2015.
In this article we will learn about EmptyResult return type in ASP.NET MVC 5.
PartialViewResult Type In MVC 5
Nov 24, 2015.
In this article we will learn about the PartialViewResult Type In MVC.
Find File Type From Magic Number Of File In MVC 5
Oct 19, 2015.
Explore how to implement file type detection using magic numbers in MVC 5. Learn about analyzing file headers, determining mime types, and integrating this functionality into your web development projects for robust content validation and secure file handling.
1
-
100
of
1049
<<
1
2
3
4
5
>>
Search
OUR TRAINING