Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Amir Ali(4)
Sara Silva(1)
Krishna Garad(1)
Manish Singh(1)
James Veronica(1)
Prasham Sabadra(1)
Harpreet Singh(1)
Barry Jacobsen(1)
Gunasekaran Palani(1)
Vijai Anand Ramalingam(1)
Nanddeep Nachan(1)
Deepak Dwij(1)
C# Curator(1)
Praveen Kumar(1)
Gaurav Tomar(1)
Saradha Gnanavel(1)
Santhosh Kumar R V(1)
Giuseppe Russo(1)
Resources
No resource found
How to Use Cimbalino Windows Phone Toolkit To Read Manifest File (Using MVVM)
Aug 27, 2014.
This article explains how to use the Cimbalino Windows Phone Toolkit for reading the Manifest File using MVVM.
Configure Your Windows Store Application Using Manifest Designer
Dec 05, 2012.
In this article we will see how to configure your Windows Store application using the Manifest Editor.
Create Cache Manifest Using HTML 5 Tools
Jan 09, 2012.
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 used to run the offline application and this article also helps to show how to create a manifest file in your application.
What is manifest file in Metro Style Application
Dec 20, 2011.
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.
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"
Sep 26, 2019.
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
Oct 01, 2017.
In this article we will learn what the purpose of manifest.json file in a Progressive Web Application is.
Learn About Android Manifest.Xml File
Jun 12, 2013.
In this you will learn about Android Manifest. Xml file and how you will declare your class in Android Manifest. Xml file
ManifestMaker: Creating your own Manifest
May 31, 2002.
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.
A Step-by-Step Guide to Creating a Chrome Extension with React
Jun 09, 2024.
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 steps to create a Chrome extension utilizing the npx create-react-app template with TypeScript.
App Registration with Microsoft Entra ID Configure SharePoint Permissions
May 19, 2024.
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, facilitating seamless integration and data interaction.
SharePoint Framework - Understanding The Solution Structure
Jul 24, 2018.
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 each file for better development.
HideTitleBar in Android
Nov 09, 2013.
This article explains how to hide the Title Bar in Android. Android Studio is used to create the sample.
PopUp Menu in Android
Nov 08, 2013.
In this Article you will learn about Popup Menu in Android using Android Studio.
Learn About Broadcast Reciever in Android
Oct 01, 2013.
This article explains the Broadcast Reciever in Android.
Concept of Shared Assembly in .NET
Oct 22, 2011.
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 Global Assembly Cache (GAC), they ensure versioning and security, facilitating efficient deployment and management across .NET applications.
Security in .NET.
Mar 02, 2010.
In this article I will explain you about Security in .NET.
Tools and Utilities in the .NET Framework
Nov 11, 2009.
In this article I will explain about the tools and utilities in the .NET Framework.
Assembly in .NET 2.0
Nov 13, 2007.
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 Cache (GAC), enabling efficient and secure software distribution.
What does .NET really mean? – Understanding .NET
Feb 10, 2005.
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.
How to work with Assemblies in InstallShield Developer 7.0
Oct 14, 2004.
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.
Developing XP Style Applications
Jun 26, 2002.
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.