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 Manifest
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amir Ali (5)
Rahat Yasir (2)
Nikunj Satasiya (1)
Nanddeep Nachan (1)
Gunasekaran Palani (1)
Mahesh Chand (1)
Vijai Anand Ramalingam (1)
Deepak Dwij (1)
Gaurav Tomar (1)
Giuseppe Russo (1)
Lalit Bansal (1)
Krishna Garad (1)
Manish Singh (1)
Prasham Sabadra (1)
Harpreet Singh (1)
Vidya Vrat Agarwal (1)
Vineet Kumar (1)
Subramanyam Raju (1)
Sara Silva (1)
Gaurav Gupta (1)
Saradha Gnanavel (1)
C# Curator (1)
Naren Chejara (1)
Ibrahim Ersoy (1)
James Veronica (1)
Praveen Kumar (1)
Barry Jacobsen (1)
Santhosh Kumar R V (1)
Related resources for Manifest
No resource found
What is Agile Methodology?
8/9/2024 5:32:35 AM.
Agile Methodology is a flexible approach to software development that emphasizes collaboration, customer feedback, and iterative progress. It promotes adaptive planning and continuous improvement, ena
SharePoint Framework - Understanding The Solution Structure
6/26/2024 4:55:44 AM.
Yeoman generators helps to generate SPFx client side webpart solution. The solution has predefined structure. Each folder and file has its own significance. It is important to understand the role of e
A Step-by-Step Guide to Creating a Chrome Extension with React
6/9/2024 5:14:15 PM.
Building a Chrome extension using a React app developed with TypeScript and bundled with Webpack offers a modern approach to browser extension development. In this blog, I will guide you through the s
Opening file from location: AppxManifest.xml failed with error: Access is denied.
5/28/2024 11:57:32 AM.
Encountering deployment errors in Universal Windows App on Visual Studio 2015 Update 3 due to access denied issues. This typically happens when Visual Studio lacks write permissions in the project fol
App Registration with Microsoft Entra ID Configure SharePoint Permissions
5/19/2024 6:56:50 AM.
Register your app in Azure AD for SharePoint access using PowerShell. Configure permissions, obtain Client ID and Secret for OAuth authentication, granting necessary access to SharePoint resources, fa
Concept of Shared Assembly in .NET
5/17/2024 10:21:48 AM.
Shared assemblies in .NET are reusable components accessible by multiple applications. They promote code sharing, reducing redundancy and enhancing maintainability. Strongly named and stored in the Gl
Assembly in .NET 2.0
4/24/2024 1:22:55 PM.
In .NET 2.0, assemblies play a crucial role, containing code and metadata for applications. They support versioning, security, and deployment, with features like strong naming and the Global Assembly
Developing XP Style Applications
2/28/2024 11:36:26 AM.
In this article, we will be Developing XP Style Applications that involve creating user interfaces with visual elements reminiscent of Windows XP's iconic design.
Top 4 Agile Manifestos For Improving Your Business Status
9/14/2020 8:31:44 AM.
In this article, you will learn about Top 4 Agile Manifestos for Improving Your Business Status.
Screen Orientation in Android Using Android Studio
4/1/2020 3:50:53 AM.
This article explains screen orientation in Android. Android Studio is used to create the sample.
PopUp Menu in Android
4/1/2020 2:31:24 AM.
In this Article you will learn about Popup Menu in Android using Android Studio.
HideTitleBar in Android
4/1/2020 2:26:05 AM.
This article explains how to hide the Title Bar in Android. Android Studio is used to create the sample.
Learn About Broadcast Reciever in Android
3/31/2020 5:06:13 AM.
This article explains the Broadcast Reciever in Android.
Learn About Android Manifest.Xml File
3/25/2020 2:22:31 AM.
In this you will learn about Android Manifest. Xml file and how you will declare your class in Android Manifest. Xml file
Configure Your Windows Store Application Using Manifest Designer
12/19/2019 11:12:38 PM.
In this article we will see how to configure your Windows Store application using the Manifest Editor.
Create Cache Manifest Using HTML 5 Tools
11/1/2019 3:14:10 AM.
This is a simple application showing how to create an application cache using he HTML 5 tools. The application cache is used to store the static resources. The application cache is just like a browser
SPFx - Resolved Error Of 'Gulp Package - Solution' - "the WebParts Manifests List Is Empty. Please Ensure You Have Done A Build And That Your Config File Is Pointed At The Correct Folder"
9/26/2019 8:39:53 AM.
In this article we will discuss one of the errors we are facing while deploying (packaging the solution) the SPFX component to my O365 tenant.
Manifest File In Progressive Web App
10/1/2017 3:10:00 PM.
In this article we will learn what the purpose of manifest.json file in a Progressive Web Application is.
Agile Methodology For .NET Development Teams
9/26/2017 4:16:57 AM.
This article will walk you through the entire Agile-scrum process and how, as a developer, you can contribute in an Agile way and deliver value.
Understanding Agile Manifesto
9/26/2017 3:17:09 AM.
This article explains how the Agile Manifesto is centered on delivering better software.
Universal Windows Platform - Package.appxmanifest
10/9/2015 3:22:20 PM.
In this article you will learn about Windows Phone “Package.appxmanifest”.
WP8.0 vs WP8.1 - All About New Package.appxmanifest File at Beginners Level
11/25/2014 1:05:21 AM.
This article explains the differences between the old Windows Phone 8.0 "WMAppManifest.xml" and the new Windows Phone 8.1 "Package.appxmanifest" file.
Windows Phone: Package.appxmanifest
10/31/2014 3:00:21 PM.
In this article you will learn about Windows Phone “Package.appxmanifest”.
How to Use Cimbalino Windows Phone Toolkit To Read Manifest File (Using MVVM)
8/28/2014 12:52:00 AM.
This article explains how to use the Cimbalino Windows Phone Toolkit for reading the Manifest File using MVVM.
AppxManifest File in Windows Store Apps
10/27/2012 4:49:54 PM.
In this article we see the manifest file and it's components in Windows Store Apps.
What does .NET really mean? – Understanding .NET
10/1/2012 8:52:23 AM.
The .NET Platform and .NET-Aware Programming Languages, particularly C# are already making a turnaround in the way Applications are developed in the enterprise world.
Security in .NET.
9/29/2012 6:11:26 AM.
In this article I will explain you about Security in .NET.
Windows Push Notification service in Metro style application
7/29/2012 8:46:56 AM.
Learn how to apply push notification in metro style application.
Using CapDetect Tool in Windows Phone 7
5/20/2012 7:26:47 AM.
CapDetect is a recently added Windows Phone 7 Developer Tool. You can add application-specific capabilities in your WMManifest file.
What is manifest file in Metro Style Application
12/20/2011 11:11:44 PM.
In this article, I will show you, what a metro style application is and how you can build it using ASP.NET 4.5 in Visual Studio 2011.
Tools and Utilities in the .NET Framework
11/11/2009 12:04:03 AM.
In this article I will explain about the tools and utilities in the .NET Framework.
ManifestMaker: Creating your own Manifest
12/28/2005 6:53:12 AM.
When switching over to .NET, I was annoyed at how difficult it was to use Windows XP themes in my applications, so I created this class to ease my life.
How to work with Assemblies in InstallShield Developer 7.0
12/24/2005 12:40:44 AM.
InstallShield Developer 7.0 is the best solution for providing the very easy user interface to author installations having both .NET and side by side components. This article is a step by step walk through of how to create a deployment project using InstallShield.