C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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]
Chetan Sanghani(9)
Mahesh Chand(4)
Sandhiya Priya(4)
Gautam Singh(4)
Ananya Desai(3)
Aarav Patel(2)
Vishal Yelve(2)
Kripanshu Kumar(2)
Emanuel Martins(2)
Rinki (2)
Nitin (2)
Vishal Babuks(2)
Chittaranjan Swain(2)
Sudarshan Hajare(1)
Amira Bedhiafi(1)
Tanuj (1)
Niharika Gupta(1)
Sandeep Kumar(1)
Deepika Sawant(1)
Pramod Singh(1)
Piyush Raj(1)
Sangeet Shah(1)
Vishal Gami(1)
Abhishek Yadav(1)
Raj Bhatt(1)
Rajesh Gami(1)
Mominul Islam(1)
Avnii Thakur(1)
Gourav Jain(1)
Mohamed Mufthy(1)
Naveen Kumar(1)
Babita (1)
George (1)
Vaishali Vishwakarma(1)
Keyur Pandya(1)
Gajendra Jangid(1)
Jignesh Kumar(1)
Vikas Singh(1)
Baibhav Kumar(1)
Jefferson S. Motta(1)
Manoj Kalla(1)
Chethan N(1)
Thiyagu Baskaran(1)
Amit Mohanty(1)
Santu Ghosh(1)
Bimalshi Jayarathna(1)
Ishika Tiwari(1)
Bhavesh Raval(1)
Nagaraj M(1)
Chaman Gautam(1)
Mayooran Navamany(1)
Lokesh Varman(1)
Shaily Dubey(1)
Janarthanan S(1)
Gaurav Gahlot(1)
Kajul Nisha(1)
Ayush Gupta(1)
Yogeshkumar Hadiya(1)
Raj Kumar(1)
Harshal Limaye(1)
Pushpendra Shukla(1)
Jayavardhan Reddy(1)
Shivam Payasi(1)
Riccardo Rigutini(1)
Matea Andrei(1)
Manikandan M(1)
Shirsendu Nandi(1)
Satya Karki(1)
Vitalii Honcharuk(1)
Ashok Vardhan(1)
Ankit Kanojia(1)
Priyanka K S(1)
Rijwan Ansari(1)
Resources
No resource found
Delegates in C# Explained with Simple and Real Project Examples
Jul 07, 2026.
Master C# delegates! Learn how they decouple code, enable callbacks, and power ASP.NET Core, LINQ, and events with simple examples.
Is managing a data BI project complicated? Challenges, big mistakes, frameworks and real lessons from big companies
Jun 07, 2026.
Managing a data BI project can look simple from the outside: connect to data, create a model, build dashboards, and publish reports. In reality, a BI project is rarely only about dashboards. It is about business definitions, data quality, governance, architecture, adoption, security, performance and trust.
How to Set Up a Next.js Project With TypeScript From Scratch
Apr 04, 2026.
Learn how to set up a Next.js project with TypeScript from scratch! This beginner-friendly guide covers project creation, structure, and best practices for building scalable web apps.
How to Set Up a Next.js Project With TypeScript From Scratch?
Apr 03, 2026.
Learn to set up a Next.js project with TypeScript from scratch! This guide covers project creation, structure, TypeScript configuration, and best practices for building scalable, SEO-friendly web apps. Improve code quality and developer experience!
How to Get Your Crypto Project Listed on Exchanges
Mar 17, 2026.
Unlock exchange listing success! This guide covers everything: costs, preparation, exchange types (CEX/DEX), liquidity, marketing, and avoiding common pitfalls. Build before you list!
Git Commands to Push a Local Project to an Azure DevOps Repository
Mar 16, 2026.
Learn how to push your local Git project to an Azure DevOps repository! This guide covers essential commands for initializing, staging, committing, and pushing code, enabling version control and collaboration. Streamline your workflow with Git and Azure DevOps.
Complete CoinMarketCap-Style Crypto Dashboard Project
Mar 13, 2026.
Build a CoinMarketCap-style crypto dashboard using free APIs, ASP.NET Web API, and JavaScript. Track prices, market cap, volume, and more in real-time!
How to Configure CI/CD Pipeline for .NET Project Using GitHub Actions?
Feb 25, 2026.
Automate .NET builds, tests, and deployments with GitHub Actions! This guide covers CI/CD for ASP.NET Core, artifact generation, and Azure App Service deployment.
How to Configure CI/CD Pipeline for .NET Project Using GitHub Actions?
Feb 23, 2026.
Automate .NET CI/CD with GitHub Actions! This guide covers setup, build, testing, artifact publishing, and Azure deployment for faster releases and higher code quality.
Best Practices for Production-Ready Node.js Project Structure
Feb 20, 2026.
Craft scalable Node.js apps! Master project structure: controllers, services, repositories, & middleware. Optimize for cloud, testing, & long-term growth.
The Scrum Process Model: A Structured Approach to Agile Project Management
Feb 16, 2026.
Discover the Scrum process model: a structured agile approach for efficient project management. Learn core principles, roles, artifacts, and events for success.
Machine Learning Project in Python: Salary Prediction Using Linear Regression
Feb 15, 2026.
Build your first ML project! Predict salary with Python and Linear Regression. A beginner-friendly tutorial covering data loading, training, and prediction.
MongoDB Project Ideas for Practice
Feb 12, 2026.
Boost your backend skills with MongoDB projects! Learn schema design, indexing, and security by building real-world applications. Perfect for portfolio building.
Building a Conference Website Using React and Vite – Full Project Walkthrough
Jan 24, 2026.
Build a conference website with React and Vite! This project showcases a single-page application with a clean UI, smooth navigation, and modular architecture.
Multi-Language CRUD Project in ASP.NET Core Web API
Jan 01, 2026.
Build a multi-language ASP.NET Core Web API with CRUD operations! Learn to implement localization using resource files and the IStringLocalizer for global reach.
How to Use AI Agents in an ASP.NET MVC Project (Beginner to Advanced Guide)
Dec 11, 2025.
This article explains how to integrate AI Agents (OpenAI / OpenAI Assistants / LangChain-style agents) in an ASP.NET MVC application. It covers architecture, controller/service design, dependency injection setup, API calling strategies, prompt engineering, real-use cases, performance guidelines, and security best practices.
Login + Register + JWT + Guards full project tutorial | Asp.Net Core
Dec 02, 2025.
Build a complete authentication system with Angular and ASP.NET Core! Includes JWT, user registration, login, route guards, and secure API endpoints. A full tutorial!
Understanding Inheritance in C# with Practical Project Examples
Nov 25, 2025.
Master C# inheritance! Learn how to reuse code, avoid duplication, and create hierarchical relationships with real-world examples like vehicle and employee systems. Boost .NET Core project quality!
ASP.NET Core MVC Project Structure
Nov 21, 2025.
Explore the ASP.NET Core MVC project structure (.NET 7). Understand the purpose of each file & folder: Solution, Project, Dependencies, Controllers, Views, & more. Essential for .NET developers!
Why the Team Matters in Every Crypto Token Project
Nov 16, 2025.
The success of any crypto token depends heavily on the team behind it. Learn why leadership, credibility, execution, and transparency determine whether a token becomes a thriving ecosystem or fades away.
Visual Studio 2026: Features, Enhancements, and the Evolution of the SLNX Project System
Nov 15, 2025.
Explore Visual Studio 2026: AI-powered coding, cloud-native tools, enhanced debugging, and the revolutionary SLNX project system for streamlined development.
How Do I Know if a Crypto Project Has Real Utility or Is Just Hype?
Nov 07, 2025.
Learn how to identify real utility in crypto projects versus pure hype tokens. Explore Sharp Token as a real-world example of utility-driven growth in the Sharp Economy ecosystem.
Getting Started with Jira: Beginner’s Guide to Project Management
Nov 05, 2025.
Master Jira for project management! This beginner's guide covers setup, key terms, Agile methods, and Jira products (Core, Software, Service Management).
SaccoShare Management System — Sample Project (ASP.NET Core 8)
Nov 05, 2025.
ASP.NET Core 8 Sacco Management System: A complete scaffold with MVC, EF Core, Identity, Docker & more. Kickstart your SaccoShare web app development!
ERP Success : Step-by-Step Realistic Roadmap to Avoid Project Failure
Oct 13, 2025.
Unlock ERP success in Bangladesh with this step-by-step roadmap! Avoid project failure through realistic planning, employee adoption, and smart vendor selection. Learn data governance, continuous training, and infrastructure best practices. Master data migration and foster collaboration for long-term ERP confidence. This guide provides a practical, proven strategy for Bangladeshi businesses to achieve digital transformation and process automation.
How can you start a beginner AI project in Python?
Sep 26, 2025.
This article simplifies AI development for beginners, offering a step-by-step approach to building your first project. Learn to set up your environment, utilize essential libraries like NumPy and Scikit-learn, and classify flowers with the Iris dataset. Unlock your AI potential through hands-on practice and continuous learning.
How do I migrate a React project to Next.js App Router architecture?
Aug 20, 2025.
Migrating a React project to Next.js with the new App Router architecture can bring performance improvements, server-side rendering, and simplified routing. This guide explains step by step how to move from a traditional React project to Next.js App Router.
Sharp Token: The Consistent Crypto Project Investors Can Rely On
Aug 11, 2025.
Discover why Sharp Token stands out in the crowded crypto space. With real utility, a clear roadmap, and consistent delivery, it’s becoming a reliable choice for investors seeking long-term growth beyond hype coins
Best Practice to Make Your Project Cleaner in .NET
Aug 09, 2025.
Discover the best practices to keep your .NET projects clean, maintainable, and efficient. Learn tips for organizing code, improving readability, and boosting performance.
Best Practice to Make your Project Cleaner in .NET Core
Aug 08, 2025.
Discover essential best practices for building clean, maintainable .NET Core projects. Learn effective project structuring, dependency injection, configuration, logging, testing, security, and API design to streamline development.
Azure DevOps Dashboards Explained: Project Visualization and Analytics Made Easy
Aug 05, 2025.
An Azure DevOps Dashboard offers a visual command center displaying project status, sprint progress, bug details, and engineer metrics using summary cards, tables, donut charts, and bar charts for actionable insights.
Which Crypto Project Reward Developers or Content Creators in 2025?
Jul 30, 2025.
Looking for crypto projects that reward builders, developers, and content creators? Discover how Sharp Token and other Web3 ecosystems are powering creator incentives in 2025 with transparency and real utility.
Bittensor : How This Web3 Project Is Revolutionizing Artificial Intelligence
Jul 28, 2025.
Discover how Bittensor (TAO) is reshaping the future of artificial intelligence through decentralization, tokenized incentives, and open-source collaboration.
How Do I Verify If a Crypto Project Has an Actual Product
Jul 21, 2025.
Tired of crypto hype and rug pulls? Learn how to verify if a project has a real product before investing. Explore Sharp Token as a live example with a working wallet, rewards, and a transparent ecosystem.
Understanding Agile and Scrum for Modern Project Success
Jul 15, 2025.
Agile and Scrum are modern project management approaches that boost team collaboration, flexibility, and faster delivery. Ideal for software and beyond, they help teams adapt quickly and deliver real value.2/2
Getting Started with React: Setting Up Your Project and Integrating APIs
Jul 03, 2025.
React is one of the most popular JavaScript libraries for building modern web applications. Whether you're a beginner or transitioning from another framework, learning how to set up a React project and connect it to APIs is essential. This guide will walk you through the process from scratch.
Creating a WebApi Project in .NET 9 [GamesCatalog] 18
Apr 28, 2025.
Learn how to set up an ASP.NET Core Web API with MySQL using Entity Framework Core. This guide covers creating projects, configuring the database, defining DTOs, adding migrations, and creating a users table in the database.
Create New Organization and Project in Azure Devops Tenant
Mar 17, 2025.
Learn how to create a new organization and project in an Azure DevOps tenant. This guide covers setting up an organization, configuring project settings, managing repositories, and enabling CI/CD pipelines.
Creating a MAUI .NET 9 Project [GamesCatalog] - Part 1
Jan 19, 2025.
Create a mobile app with a C# .NET backend using the IGDB API for a game catalog and reviews. Features include search screens, XAML layouts, CommunityToolkit integration, .NET 9, and a refined, user-friendly interface.
How to Create a Hub and Project on Azure AI Foundry
Dec 27, 2024.
In this article, we’ll walk you through the process of creating a Hub and Project in Azure AI Foundry, the foundational steps to building and managing your AI solutions.
How to Use Microsoft Teams for Project Management
Nov 28, 2024.
Microsoft Teams simplifies project management by integrating task management, real-time communication, and collaboration. Use Planner for tasks, schedule check-ins, and keep your team organized with chat updates and meetings.
SSRS (4) --- SQL Server Database Project in Visual Studio
Aug 25, 2024.
This article is to discuss: SQL Server Database Project in Visual Studio
How to Start a Project in C#?
Jul 18, 2024.
This article guides you through starting a C# project, including setting up Visual Studio or Visual Studio Code, creating a new project, and configuring essential features like dependency injection, configuration management, and logging.
Centralized Project Updates with Teams Messaging Extension
Jul 02, 2024.
Learn how to create a Microsoft Teams Messaging Extension to centralize project updates from multiple project managers into OneNote. From this article, we learn to set up a Power Automate flow to save messages directly to OneNote, providing a consolidated view of project updates for easy access and review.
Top Angular Project Ideas for Beginners
Jun 28, 2024.
Create an Angular project to enhance your skills and portfolio. Ideas include an e-commerce site with product listings and payment integration, a task manager for project organization, a blog platform for user-generated content, a weather app with real-time updates, or a real-time chat application with WebSocket integration.
Developing a Sturdy Project Schedule
Jun 17, 2024.
Developing a robust project schedule involves defining goals, breaking tasks into manageable units, establishing dependencies, estimating task durations, allocating resources effectively, and using tools like CPM and Gantt charts.
Harnessing The Power Of AI In Project Management
Jun 17, 2024.
Artificial Intelligence (AI) is revolutionizing project management by enhancing scheduling, resource allocation, risk management, decision-making, task automation, and team collaboration. AI tools like Asana, Trello, and Monday.com automate tasks, predict outcomes, and optimize workflows, ensuring better project outcomes and team efficiency.
Techniques for Organizing Effective Project Kick-Off Meetings
Jun 16, 2024.
One important event that sets the tone for the whole project is the kick-off meeting. It's the project team's first genuine chance to get together, set objectives, and develop a mutual comprehension of the project's parameters—scope, schedule, and deliverables.
Utilizing Data Analytics To Promote Project Achievement
Jun 16, 2024.
This article explores the transformative role of data analytics in project management. It highlights how advanced analytics improve decision-making, risk management, resource allocation, and project tracking.
Implementing Scrum Methodology in Agile Project Management
Jun 11, 2024.
This article will provide a comprehensive overview of the Scrum process within agile development. We'll delve into the core components of Scrum, exploring.
How to Acquire Project Leadership Skills as a Beginner
Jun 06, 2024.
Project leadership is a vital skill in today’s collaborative and dynamic work environments. As a beginner, the path to becoming a proficient project leader may seem challenging, but with the right strategies and resources, you can develop the necessary skills to lead successful projects.
Essential Tools and Technologies for Project Leaders
Jun 06, 2024.
Essential tools for project leaders include project management software like Trello, communication tools such as Slack, task automation platforms like Zapier, data analytics tools such as Tableau, and document management systems like Google Drive.
Effective Strategies for Handling Project Deadlines
Jun 04, 2024.
Managing client expectations and project deadlines involves establishing clear communication channels, setting realistic deadlines, defining milestones and deliverables, managing scope changes, anticipating and mitigating risks, collaborating with clients on prioritization, and regularly monitoring progress to ensure transparency and success.
Mastering Technical Project Management: Strategies for Success
Jun 03, 2024.
Mastering Technical Project Management: Strategies for Success" delves into effective planning, execution, and leadership in technical projects. It covers tools, best practices, and risk management to ensure successful delivery and achievement of project goals.
Create Impactful Project Timelines Milestones for Entrepreneurs
Jun 03, 2024.
Creating Impactful Project Timelines and Milestones as an Entrepreneur" focuses on strategic planning for entrepreneurs to achieve their goals. It emphasizes setting clear timelines and defining key milestones to ensure productivity and effective management, ultimately driving business success.
Mastering OOP in C#: A Real-World Project Journey
May 13, 2024.
Explore Object-Oriented Programming in C# through a practical journey. Learn key concepts like inheritance, polymorphism, and encapsulation while working on real-world projects. Master C# development with hands-on examples, SOLID principles, and design patterns in Visual Studio and .NET framework.
An Introduction to Jira: A Project Management Software Tool
May 03, 2024.
Jira is a powerful project management tool that helps teams plan, track, and manage work efficiently with features like workflows, epics, stories, task tracking, code integration, releases, and automation.
Create a React Project From Scratch – Part I
Apr 30, 2024.
Embark on a journey to create a React project from scratch in this beginner-friendly tutorial series. Learn to build powerful user interfaces using JavaScript with React, starting with Part I where we lay the foundation for a dynamic web application.
Understanding of Blazor Server App Project Structure
Apr 08, 2024.
This article covers creating a Blazor Server App project, project structure overview, default folders' usage, setting startup components, and essential files like AppSettings and Program.cs. Prerequisites include HTML, CSS, and JS basics and Visual Studio 2019/2022 knowledge.
Integrate Twilio in C# ASP.NET Core MVC Project to Send SMS
Feb 26, 2024.
In this article, we will learn how to integrate Twilio in a C# .NET MVC project to send SMS. Learn to enhance user engagement by integrating Twilio into a C# MVC project. Follow the steps from setting up a Twilio account to sending SMS, creating a seamless user interaction experience.
Creating Unit Test project for NodaTime
Jan 09, 2024.
Creating a NodaTime classlibrary project and adding Unit tests for that classlibrary. The creation of a NodaTime ClassLibrary project for .NET applications, emphasizing the importance of unit testing with xUnit. It provides step-by-step instructions, code snippets, and explanations for implementing and testing NodaTime functionalities, promoting robust and maintainable software development.
Create a Django Project Crash to Build
Jan 07, 2024.
Create a Django app in simple steps: Install Django, create a project and app, define models, apply migrations, set up views and templates, configure URLs, and run the development server.
A Guide for Building a .NET Project with Clean Architecture
Jan 02, 2024.
In this article we will take a closer look at the foundational thoughts and factors influencing our project creation. Clean Architecture emphasizes the separation of concerns and dependency inversion to create a highly modular and testable codebase.
Creating a Standalone Project Using NX With Module Federation
Dec 21, 2023.
NX is a wonderful framework, of which not many Angular/React developers are aware. Today I want to write an introduction about NX and its capabilities
How to Create Sample Maven Project by Adding TestNG
Nov 28, 2023.
Learn how to create a Maven project and add TestNG dependencies in Eclipse. Follow steps like configuring Maven settings, specifying project coordinates, and adding dependencies for efficient project development and execution.
How To Use Notion Efficiently For Project Management?
Nov 02, 2023.
Notion is a digital workplace that helps you manage all of the chores and work for your business.
How We Can Add Setup Project in Window Service?
Oct 27, 2023.
In this article, we will see how we can add a Windows services installer. You can combine your service with any required files, registry entries, and configurations into a single installation package using this installer. The setup project makes it easier to deploy your Windows service.
ASP.NET DevOps Starter Project Setup
Oct 23, 2023.
Setting up a sample ASP.NET project using DevOps Starter Project. Learn how to kickstart an ASP.NET project with DevOps Starter in Azure. Sign in, create a DevOps Starter project, configure settings, deploy to Azure, and set up continuous integration.
Create and Run .Net project in Ubuntu
Aug 27, 2023.
In this article we will learn about creating and executing .Net Project in Ubuntu OS
What is Google Gemini, AI Project by Google?
Aug 23, 2023.
Google Gemini is an artificial intelligence e (AI) project from the Google AI team. It is a large language model (LLM) that is expected to be more powerful and versatile than previous LLMs.
Deploy Angular Project On Domain
Aug 22, 2023.
In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please provide more context or clarify the subject you're referring to? Whether it's a technology, concept, process, or something else, providing additional details will help me provide you with an accurate and relevant description.
Node.js RESTful API Project with Express, MongoDB, and Postman
Jul 21, 2023.
How to perform CRUD operations using Node-js, Express, Postman, and MongoDB
Exploring SVG, Canvas, and WebGL for Optimal Web Project Graphics
Jul 12, 2023.
Exploring SVG, Canvas, and WebGL: Choosing the Right Graphics Technology for Web Projects Discover the strengths of SVG, Canvas, and WebGL and learn how to select the ideal technology for your web projects based on graphic complexity, interactivity, performance, and accessibility.
How to Create a Project in Node.js?
Jul 12, 2023.
In this article, we've created a basic login form and user authentication system using Node.js.
How To Add Authentication In ASP.NET Core 6 MVC Project Using Identity?
Jul 11, 2023.
In this article, We will be learning how to add authentication in ASP.NET 6 Using Identity service.
Next Gen Computer Vision Capabilities with Project Florence Foundation Model
Jun 28, 2023.
This article describes about the Project Florence and Vision Studio capabilities.
How to Structure a CLI project in Go?
Jun 19, 2023.
The article talks about how one must structure their CLI projects in Go.
How to Generate a Standalone Executable File from C# Project in Visual Studio 2022
May 29, 2023.
In this article, we will explore the process of generating a standalone executable file from a C# project in Visual Studio 2022. A standalone executable file allows you to distribute your application to end users without the need for them to have the .NET Framework or any other dependencies installed on their machines.
WebAPI Unit Testing with MSTest Project in .Net 7
May 03, 2023.
Today I will create the ASP.Net Web API in .Net 7 and I will test module with MSTest Unit Testing Project.
Debug .NET Core Project In Mobile Or Tablet Using Dev Tunnels
Mar 10, 2023.
In this article we will explore the new feature of Microsoft Visual Studio 2022 which allows you to test your Web Application on other PC, Mobile or Tablets while you are debugging your project. This feature is called Dev Tunnels.
Create A New Console Project In Visual Studio Code
Mar 06, 2023.
In this article, you will learn how to create a new C# Console project using Visual Studio Code using command prompt.
How To Project Camera To Web Browser Using WebRTC
Feb 27, 2023.
In this tutorial, we'll understand how we can project Camera feed to your web browser using WebRTC.
Setup Selenium Test Automation Project Using C#
Jan 12, 2023.
In this article, you will learn how to setup test automation Project using Selenium C#.
Project Structure Of Blazor WebAssembly Project In ASP.NET Core 7.0
Jan 08, 2023.
In this article, you will learn about Project Structure of Blazor WebAssembly Project in ASP.NET Core 7.0.
How To Use ClickUp Efficiently For Project Management?
Dec 17, 2022.
ClickUp is a flexible project management application that can be used for a variety of tasks, including team management and goal monitoring.
How To Create Blazor WebAssembly Project In ASP.NET Core 7.0
Dec 14, 2022.
In this article, you will learn how to create Blazor WebAssembly project in ASP.NET Core 7.0.
How To Convert An MVC Project Into A Blazor Application Project
Nov 23, 2022.
In this article, you will learn how to convert an MVC application into a Blazor application.
React And .NET Core 6.0 Web API Sample Project with Docker
Nov 11, 2022.
This article will explain the CRUD (Create, Read, Update and Delete) operations in ASP.NET Core 6.0 WEP API using Entity Framework Core Code First approach.
Setup Selenium Test Automation Project Using Java
Nov 08, 2022.
In this article, we will look at how to setup selenium test automation project using java.
How To Convert Console Project To Web API Project
Jul 26, 2022.
In this article, I will explain how we can convert a console project into a web API project and the changes required in this conversion process.
Common Practices In .NET Project Structure
May 30, 2022.
In this article, you will learn about common practices in .NET Project Structure
Implement Unit Of Work And Generic Repository pattern in a Web API .NET Core Project Using EF
Feb 21, 2022.
Complete guide to implement Unit of Work with Generic Repository Pattern with Entity Framework in a WEB API .NET Core project
Creating An Xamarin Project In Visual Studio 2019 Using Mac
Feb 09, 2022.
In this article, I have explained about creating a sample xamarin project and run the android/iOS app using visual studio 2019 using mac
Sync .Net Core Project To GIT Repository
Feb 07, 2022.
In this article I will show you to Create GIT repository, create branch to your Git Repository, Sync Your local project to your GIT repository, Commit your project, Push your project file changes.
How To Resolve Issue Of Test Project Not Running The Unit Tests After Upgrade To .NET 6
Jan 07, 2022.
This article describes the scenario of unit test project not running the test cases in .NET project and the solution to this issue in detail.
Advanced Entity Framework Core: Extract data access layer with migrations to the library project and Execute migrations from the command line
Oct 13, 2021.
See code examples in this article: Let's imagine you have a solution with many projects including a web application with the name "MiniService", which contains appsettings.json and a library project with DbContext and Migrations with any name f.e. "MiniService.Data". You most likely want to use the exact connection string in the appsettings.json used by the web app. May be different cases when you will need to run migrations from the command line, for example, there is no 'Package Manager Console' in VS for Mac.
Creating MAUI APP Project And Understanding Its Folder Structure In VS 2022
Oct 04, 2021.
This article explains about developing an app using MAUI. The steps to be followed for creating first app. Along side how to install VS 2022.
Agile Project Management⚙️📝📋📊
Sep 20, 2021.
What is agile project management? How Scrum and Kanban are similar and different, popular frameworks of Agile methodology.
Creating A Web API Project In Visual Studio 2019
Sep 17, 2021.
This article explores the creation of APIs with GET, POST, PUT, and DELETE operations, crucial for CRUD functionalities. It delves into database connectivity, HTTP methods, routing, HTTP status codes, and model implementation in ASP.NET Core.
Create GitHub Repository And Add New/Existing Project Using GitHub Desktop
Jul 20, 2021.
In this article, you will learn about the easy way to Create GitHub Repository and add new or existing project using GitHub Desktop.