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 File type
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (6)
Manpreet Singh (3)
Vijai Anand Ramalingam (3)
Rupesh Kahane (1)
Farhan Ahmed (1)
Dinesh Beniwal (1)
Aman Singhal (1)
Asma Khalid (1)
Waqas Sarwar (1)
David Villa (1)
Jean Paul (1)
Mahesh Chand (1)
Related resources for File type
No resource found
Find File Type From Magic Number Of File In MVC 5
5/17/2024 11:02:43 AM.
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 proj
Restrict Uploaded File Type in ASP.NET Core
3/14/2024 5:02:01 AM.
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.
Write to a File With OpenWrite Using C#
9/10/2023 9:26:49 PM.
In this article we are discussing how to use the File.OpenWrite method in C#.
Create Your Own Custom File Type
3/2/2022 9:01:26 AM.
This article describes a simple approach to creating a custom file type.
Show Extensions For Known File Types in Windows 8
12/23/2019 9:55:40 AM.
In this article we are going to explain how to show extensions for known file types in Windows 8.
ASP.NET MVC 5 - Limit Upload File Type Extensions Via Custom Data Annotation/Attribute
12/19/2018 9:31:33 AM.
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.
Blocked File Types On Web Applications In SharePoint 2016 Central Administration
8/31/2017 3:24:09 PM.
Here, you can define the file types that should be allowed or disallowed on SharePoint sites and collections. This configuration will apply globally on the complete farm.
SharePoint 2016 Central Admin - Security - Define Blocked File Type
5/15/2017 6:44:16 PM.
In this article, you will learn about SharePoint 2016 Central Admin - Security.
Define Blocked File Types In SharePoint 2013 Central Administration
3/9/2017 11:03:45 AM.
In this article, we will see how to manage blocked file types in SharePoint 2013 Central Admin.
Blocked File Types On Web Applications In SharePoint 2013 Central Administration
1/1/2017 2:19:29 PM.
In this article, we will see how to set up blocked file types on web applications in SharePoint 2013 Central Admin.
Manage Data in a VB Application (without the Database)
11/9/2012 11:12:02 AM.
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.
Build your own Visual Studio: An Application Framework for Editing Objects at Run Time
11/9/2012 10:27:19 AM.
This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio.
Create Your Own Custom File Type in VB.NET
11/9/2012 9:58:20 AM.
This article describes a simple approach to creating a custom file type. A separate module is used to serialize and deserialize files of this user defined file type.
Associating a File Type With an Application in C#
10/13/2012 4:28:47 AM.
In this article I want to show how to associate your application with a file type, so that when you double-click a file of that type (suffix) your application will be called with that file.
Build Your Own Visual Studio: An Application Framework for Editing Objects at Run Time
10/3/2012 10:37:52 AM.
This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor.
Global Event Receiver to Block Malicious Files
8/21/2012 5:33:06 PM.
In this article we can explore the scenario to block malicious files by content.
Define blocked file types in SharePoint 2010
2/9/2011 5:24:13 AM.
We will be seeing about blocked file types in SharePoint 2010.
How to delete a file type from the content index in SharePoint 2010
2/8/2011 11:27:32 PM.
In this article we will be seeing how to delete a file type from the content index in SharePoint 2010.
How to add a file type to the content index in SharePoint 2010
2/7/2011 1:38:19 AM.
In this article we will be seeing how to add a file type to the content index in SharePoint 2010.
Manage Data in a Win Forms Application (without the Database)
5/12/2008 6:04:13 AM.
This article provides an approach to building an application that may be used to collect, store, and retrieve data without relying upon a database to get there.
Accessing Text Files using ODBC Data Provider
8/31/2006 6:05:53 AM.
In this article, I will show you how to access Access database files using ODBC data provider.