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 MIM
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (3)
Scott Lysle (3)
Waqas Sarwar (3)
Imtiaz Alam (2)
Vignesh Kumar (1)
Rupesh Kahane (1)
Mudita Rathore (1)
Priyaranjan K S (1)
Shweta Lodha (1)
Vipul Kelkar (1)
Rahul Bansal (1)
Mayur Khatale (1)
Vijay Prativadi (1)
Harrison Logic (1)
Shivani (1)
John Godel (1)
Nipun Tomar (1)
Filip Bulovic (1)
Fedrik Alund (1)
Related resources for MIM
No resource found
Download Multiple Excel Files via Web API .NET and Angular
9/20/2024 6:02:37 AM.
To export multiple Excel files, various approaches can be used, including downloading a zip file, creating multiple worksheets in a single Excel file, or calling APIs multiple times to retrieve files.
Creating your own Web Server using C#
6/19/2024 9:54:35 AM.
C# and .NET form the backbone of a simple web server application described in this article. Using TcpListener, the application listens on a specified port for incoming HTTP requests, handling them usi
Web Access Failed Error
5/29/2024 7:29:30 AM.
Encounter HTTP Error 404 when creating a web application in Visual Studio .NET on Windows Server 2003 with IIS 6.0 due to .tmp file blockage. Resolve by adding a .tmp MIME type in IIS: Control Panel &
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
Send Email Messages and Attachments Using C#
1/7/2022 9:26:28 AM.
This article describes an approach to sending email messages with or without attachments. The code required to send the message is contained within a reusable class. In addition to sending messages
Processing Multipart MIME in ASP.Net Web API
3/1/2021 6:01:39 AM.
This article provides an example of a Multipart MIME in the ASP.NET Web API.
Resolve Issues While Starting SharePoint Synchronization Using Microsoft Identity Manager(MIM)
5/24/2017 5:29:29 PM.
Resolve issues while starting SharePoint Synchronization using Microsoft Identity Manager(MIM).
MIM With Sharepoint Server 2016 User Profile - Add More Active Directory Domain For Synchronization
11/30/2016 12:07:27 PM.
In this article, you will learn how to add more Active Directory Domains for Synchronization.
MIM 2016 With SharePoint 2016 User Profile Service - Import Custom Property From Active Directory
11/29/2016 6:25:20 PM.
In this article, you will learn how to import Custom property from Active Directory.
SharePoint 2016 User Profile Service And MIM - Apply The Connection Filter
11/29/2016 6:18:41 PM.
In this article, you will learn how to apply the Connection Filter.
Handling 404 Error For Unknown File Extensions In ASP.NET Core 1.0
2/12/2016 7:10:58 AM.
This article discusses how to handle unknown content types in ASP.NET Core.
SharePoint Hosted App: MIME Type Mismatch Issue
7/2/2015 5:55:27 PM.
This article explains how to solve MIME type mismatch issues in a SharePoint hosted app.
Validating MIME of a File Before Uploading in ASP.Net
3/30/2015 5:46:47 PM.
This article explains how to check the MIME type of a file.
Add New MIME Type to Open PDF Files Directly in Browser
6/21/2013 2:57:27 PM.
This article describes how to open PDF files directly in a browser.
Mimic the Appearance of Outlook’s Sidebar with the Multi-view Control in VB.NET
12/1/2012 3:39:09 AM.
This article describes a simple way to mimic the appearance of Microsoft’s Outlook sidebar within an ASP.NET 2.0 web application.
Creating your own Web Server using C#
10/18/2012 8:19:28 AM.
This article explains how to write a simple web server application using C#.
Telerik RadPanandZoomImage in Windows Phone 7
7/4/2012 10:46:15 PM.
Today, in this article let’s play around with another interesting concept of Telerik RadControls.
Web/WAP Calender form Harrison Logic
5/19/2012 6:59:05 AM.
This application provides an updateable web-based calendar that can be viewed from both the Web and through a Mobile device, such as a cellular phone.
Mobile Device Capabilities
5/19/2012 6:42:55 AM.
This article explains about mobile devices and their capabilities.
SOAP, .NET, and COM - An Introduction: Part I
5/19/2012 5:38:44 AM.
This article starts with the basics of SOAP, SOAP XML model and its data types followed by the integration of SOAP functionality in .NET class library and how .NET developers can take advantages of SOAP in their applications.
MIME Types
3/9/2010 11:36:36 PM.
In this article I will explain about MIME Types.
The FromImage, FromHdc, and FromHwnd Methods in GDI+
1/5/2010 12:00:48 AM.
In this article I will explain about The FromImage, FromHdc, and FromHwnd Methods in GDI+.
Configuring IIS for Silverlight Applications
8/12/2008 2:55:58 PM.
Microsoft Silverlight is a cross-browser; cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Silverlight offers a flexible programming model that integrates with existing Web applications.
Mimic the Appearance of Outlook's Sidebar with the Multi-view Control
12/14/2006 2:09:33 AM.
This article describes a simple way to mimic the appearance of Microsoft’s Outlook sidebar within an ASP.NET 2.0 web application. The approach is based upon the use of the existing Multi-View control contained in the standard ASP.NET 2.0 toolbox and does not require much time or effort to implement. This article includes a sample web application that presents an example of the approach in use.
JIT Coding
12/21/2005 7:24:17 AM.
One not so well known feature of .NET platform is possibility to invoke compiler and practically create code and assembly from running instance of application. It is possible to do that in two ways. First one is a bit simpler and involves namespaces System.CodeDom and System.CodeDom.Compiler, second one is more efficient and utilizes namespace System.Reflection.Emit. Since there are very few examples about how to use System.CodeDom.Compiler I will start with it.
Generic database access with Mimer Provider Manager
12/14/2005 12:33:08 AM.
The Mimer Provider Manager uses different plugins to access different underlying ADO.NET providers. Plugins are developed for Oracle, SQL Server, ODBC, and OLE DB.