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]
Sandhiya Priya(4)
Baibhav Kumar(4)
Ankit Prajapati(4)
Mahesh Chand(3)
Rajesh Gami(3)
Pankajkumar Patel(2)
Riya Patel(2)
Ajay Narkhedkar(2)
Ck Nitin(2)
Rikam Palkar(2)
Babita (2)
George (2)
Jitendra Mesavaniya(2)
Jaimin Shethiya(2)
Ajay Kumar(2)
Debasis Saha(2)
Jorge Levy(2)
Ojash Shrestha(2)
Ananya Desai(1)
Cristopher Coronado(1)
Deepika Sawant(1)
Vineet Goswami(1)
Jayant Kumar(1)
Akshay Amin(1)
Praveen Kumar(1)
Sardar Mudassar Ali Khan (1)
Aarav Patel(1)
Rinki (1)
Pratik Chavan(1)
Bimalshi Jayarathna(1)
Nagi A(1)
Sangeetha S(1)
Devesh Omar(1)
Raveena Attri(1)
Ziggy Rafiq(1)
Jin Necesario(1)
Ashish Bhatnagar(1)
Manikandan Murugesan(1)
Mohamed Shifan(1)
Shilpa Tanwar(1)
Jefferson S. Motta(1)
Hari Lakkakula(1)
Bohdan Stupak(1)
Vinoth Xavier(1)
Sanjay Kumar(1)
Prasad (1)
Deepak Tewatia(1)
Yuvapriya P(1)
Tahir Ansari(1)
Alpesh Maniya(1)
Aravind Govindaraj(1)
Abhishek Sharma(1)
Alagunila Meganathan(1)
Ayan Ansuman(1)
Prasad Rane(1)
Shalin Dashora(1)
Anu Viswan(1)
Jigar Shah(1)
Sarathlal Saseendran(1)
Shivam Payasi(1)
Vinodh Kumar(1)
Santosh Karanam(1)
Anjali Joshi(1)
Kirtesh Shah(1)
Miguel Teheran(1)
Aashina Arora(1)
Anish Ansari(1)
Ganesan C(1)
Gurpreet Arora(1)
Amit Tyagi(1)
Jay Krishna Reddy (1)
Mahesh Vishwakarma(1)
Prajnya (1)
Shweta Lodha(1)
Resources
No resource found
Largest Unblocked Submatrix (Greedy + Sorting)
Jul 07, 2026.
Find the largest unblocked rectangular area in a grid with blocked rows/columns by identifying max gaps between blocked lines.
Complete Practical Guide to Design, Build, Test, and Maintain End to End Solutions in Microsoft Azure
Jun 15, 2026.
Complete Practical Guide to Design, Build, Test, and Maintain End to End Solutions in Microsoft Azure
How to Set a Default Value in ASP.NET DropDownList (Static and Dynamic)
Jun 06, 2026.
Learn how to set a default value in ASP.NET DropDownList for both static and dynamic data sources. Step-by-step guide with code examples to bind grids based on selected values.
What is browser caching and how to configure it for static assets?
Apr 22, 2026.
Boost website speed! Learn browser caching: store static assets locally for faster loading, reduced server load, and improved user experience. Configure it now!
Difference Between Sealed Class and Static Class in C# with Examples?
Apr 21, 2026.
Learn the key differences between sealed class and static class in C# with simple examples, real-world use cases, and when to use each for better performance and design.
What is Next.js and Why is it Used for Modern Web Applications?
Mar 25, 2026.
Discover Next.js, the React framework for building fast, scalable, and SEO-friendly web applications. Learn its key features and real-world use cases. Perfect for modern web development!
Methods in C# – A Complete and Practical Guide
Jan 11, 2026.
Master C# methods! This guide covers syntax, parameters, return values, overloading, static/instance methods, ref/out, and best practices for clean, scalable code.
How Do I Audit Source Code?
Dec 26, 2025.
Learn how to audit source code step by step. This practical guide explains tools, techniques, and best practices for secure code audits, AI generated code review, and compliance ready software.
Static Site Generators vs Dynamic Websites: Which Should You Choose?
Dec 12, 2025.
A detailed guide for senior developers comparing static site generators and dynamic websites. Covers performance, SEO, security, Angular integration, caching, and real-world production strategies. Includes best practices to choose the right approach for different web projects.
The Future of TypeScript in AI-Driven Development
Dec 11, 2025.
Explore the future of TypeScript in AI-driven development and its synergy with Angular. Learn how AI tools enhance TypeScript workflows for safer, scalable, and maintainable applications. A practical guide for senior developers embracing AI-assisted coding in 2025.
Polymorphism in C#: Simple Guide with Examples for Beginners
Dec 04, 2025.
Explore C# polymorphism: static (compile-time) and dynamic (run-time). Learn function/operator overloading, abstract classes, method overriding, and interfaces. Enhance code reusability!
Intelligent Code Review Engine (Scan Angular/.NET Projects for Architecture Violations)
Nov 24, 2025.
Automate code reviews for Angular/.NET! Enforce architecture, detect violations, suggest fixes, and integrate with CI. Reduce technical debt and boost developer velocity.
Middlewares in ASP.NET Core — The Ultimate Detailed Guide
Nov 20, 2025.
This article provides a highly detailed and comprehensive guide to Middlewares in ASP.NET Core, covering the complete request-processing pipeline, middleware architecture, built-in and custom middlewares, real-world use cases, microservices integration, performance tuning, and essential interview concepts. It is designed for beginners, intermediate developers, and professionals preparing for .NET interviews or building enterprise web applications.
CSS Positioning: Static, Relative, Absolute, Fixed, Sticky
Nov 21, 2025.
Master CSS positioning! Learn static, relative, absolute, fixed, and sticky with clear examples, before/after visuals, and code. Control your UI layout today!
Building a Modern Task Management AI Agent: Separating Backend and Frontend with Next.js and Azure Static Web Apps
Nov 17, 2025.
Modernize your AI Task Agent! Learn to separate .NET backend from a Next.js frontend with Azure Static Web Apps. Boost UX, scalability, and development speed.
Harnessing TypeScript for Scalable and Maintainable Web Applications
Nov 11, 2025.
Discover how TypeScript enhances web application development with static typing, improved tooling, and increased developer productivity. Build scalable and maintainable applications.
🌐 How to Host a Static Website on AWS Using S3, CloudFront, Route 53, and SSL
Oct 22, 2025.
Learn how to host a static website on AWS using S3, CloudFront, Route 53, and ACM. This step-by-step guide provides a cost-effective and scalable solution for deploying static websites. Achieve fast loading times, global availability, and robust security with a serverless architecture. Perfect for portfolios, landing pages, and blogs. Get your website live quickly and efficiently!
Static Classes and Static Methods in Python
Oct 22, 2025.
Explore static methods and emulated static classes in Python. Learn how to define and use static methods with @staticmethod, understand the difference between class methods and static methods, and discover how to group related utility functions using class design. Improve code organization and avoid global namespace clutter by encapsulating helper functions within classes, promoting cleaner, modular, and maintainable Python code.
Static Class vs Singleton Pattern 🔄
Oct 14, 2025.
Explore the nuances between Static Classes and the Singleton Pattern in C#. This article provides a detailed comparison, covering memory usage, performance, inheritance, thread safety, testing, and practical use cases. Learn when to choose a static class for utility functions or a singleton for managing shared resources. Discover best practices and common pitfalls to avoid in your C# development.
Chapter 15: Object-Oriented Programming (OOP) with Classes
Oct 12, 2025.
Explore Object-Oriented Programming (OOP) in JavaScript using ES6 Classes. Learn how to define classes, create objects, and implement inheritance with extends and super. Discover static methods for utility functions and leverage getters and setters for controlled property access and encapsulation. Master OOP principles for cleaner, more maintainable JavaScript code. This guide provides practical examples for building robust applications.
C# 14 Extension Members: Complete Guide with Examples, Pros & Cons
Sep 24, 2025.
C# 14 introduces extension members — a powerful upgrade from extension methods. Learn what they are, how they work, see examples, benefits, and limitations.
Using Static Code Analysis Tools for .NET Security
Sep 18, 2025.
This article guides you through integrating tools like Roslyn Analyzers, Security Code Scan, and SonarQube into your CI/CD pipeline. Learn to identify vulnerabilities early, enforce secure coding practices, and reduce risks by automating security checks. Shift left, fail fast, and combine SAST with DAST for comprehensive protection.
How to create a static HTML web app by using Azure Cloud Shell?
Sep 01, 2025.
Learn how to quickly deploy a static HTML web application to Azure App Service using Azure Cloud Shell. This tutorial guides you through cloning a sample application, deploying it with the Azure CLI's az webapp up command, updating the code, and redeploying the changes. Perfect for beginners, this method offers a streamlined approach to web app deployment on Azure, leveraging the power of PaaS and the convenience of a browser-based shell. Get your web app up and running in minutes!
What is the Difference Between JavaScript and TypeScript?
Aug 26, 2025.
Explore the key differences between JavaScript and TypeScript. Learn when to use each language for web development, from small projects to large applications.
TypeScript Cheatsheet – A Beginner-Friendly Guide
Aug 26, 2025.
Learn TypeScript with this comprehensive cheatsheet, covering everything from basics to advanced concepts. From types and interfaces to generics and modules, simplify coding with clear examples that cater to both beginners and professionals.
Security Testing Automation: Integrating SAST and DAST in Pipelines
Aug 23, 2025.
Security testing automation is essential in modern DevSecOps practices. Integrating Static Application Security Testing (SAST) and Dynamic Application Security Testing (DAST) into CI/CD pipelines ensures early detection and remediation of vulnerabilities.
What is the difference between class method, static method, and instance methods?
Aug 21, 2025.
In Python, methods are functions defined inside a class. They can be categorized into three types: instance methods, class methods, and static methods. Each serves a different purpose and is used in different situations. This article explains the differences in simple words with detailed explanations and examples.
What are the difference between a function and a method in C# ?
Aug 21, 2025.
Understanding the difference between a function and a method is crucial for every C# developer. While both perform operations and return results, their usage and context differ. In this article, we’ll explore the distinctions with examples, explain when to use each, and compare them with Java for better clarity.
How to Build a Simple Website Using Only HTML and CSS (No JavaScript)
Aug 10, 2025.
Learn how to create a clean, responsive website using only HTML and CSS—perfect for beginners who want to master the basics without JavaScript.
What’s the difference between static, public, and void in C#?
Aug 06, 2025.
A clear guide explaining the meanings of the keywords public, static, and void as used in C# methods, what each does, how they interact, and typical use cases like the Main() method.
Static Testing for Early Software Quality Assurance
Jul 30, 2025.
Static testing checks software code and documents without execution to catch errors early. It improves quality, reduces cost, and uses techniques like reviews and static analysis for effective defect detection.
How to Host a Website on AWS Linux EC2: A Beginner's Guide
Jun 30, 2025.
Learn how to host a website on AWS EC2 using a Linux server. This beginner-friendly guide covers step-by-step deployment of Node.js, React, and static sites with PM2 and NGINX.
Types of Classes in C# with Examples | Concrete, Static, Abstract, Sealed, and More
Jun 12, 2025.
Learn all the types of classes in C# with clear examples and use cases. Understand when to use abstract, static, sealed, generic, and partial classes in .NET Framework.
Understanding Types in TypeScript
May 15, 2025.
Explore the different types in TypeScript, including primitives, union and intersection types, type aliases, interfaces, and generics.
Hosting a Static Website with Docker and NGINX
Apr 19, 2025.
Spin up your first static site in Docker using NGINX in minutes, no backend, just clean HTML and containers.
SonarLint Integration with different IDEs
Mar 28, 2025.
SonarLint enhances code quality by providing real-time feedback on issues directly within your IDE. Integrating it with SonarQube or SonarCloud ensures consistent code standards across teams, improving maintainability and security.
Shared Function Use Cases in VB .NET
Jan 31, 2025.
Explore the use cases of Shared Functions in VB.NET. Learn how to implement static methods to improve code efficiency, optimize performance, and handle utility tasks.
Assigning a Static Private IP While Launching an Instance in AWS
Jan 29, 2025.
Learn how to assign a static private IP to an AWS EC2 instance during launch for consistent internal communication, avoiding IP conflicts, and ensuring predictable application dependencies within a VPC subnet.
How to Attach an Elastic/Static IP to an EC2 Instance in AWS
Jan 20, 2025.
Elastic IP (EIP) in AWS is a static IPv4 address that stays fixed even if you stop/start your EC2 instance. It ensures a persistent, reliable IP that can be reassigned to different instances, offering flexibility and control.
Static Lambda in C# 12 : Performance Improvement
Jan 02, 2025.
This article explores Static Lambdas in C# 12, highlighting their performance benefits by preventing variable capture. Examples include sorting, filtering, parallel processing, and array operations, demonstrating efficient and optimized code execution.
How to Set Up an S3 Bucket for Static Website Hosting in AWS
Dec 27, 2024.
Amazon S3 enables hosting static websites with ease. Configure your bucket by enabling static website hosting, setting an index and error document, and making it public with a bucket policy. Upload your files and access the site using the S3 endpoint URL.
Next.js Vs ReactJs
Dec 20, 2024.
Next.js and React.js are both powerful tools for building web applications. React.js is a JavaScript library focused on UI components, while Next.js is a framework that enhances React with features like server-side rendering, static site generation, and routing.
Advanced C# 13 and .NET 9 Features for Expert .NET Engineers
Nov 22, 2024.
With this guide, you will learn about enhanced pattern matching, static abstract members, Native AOT, and much more in C# 13 and .NET 9. Written by Ziggy Rafiq, this is the best resource for experienced .NET Software Engineer Leads.
TypeScript Essential Features
Oct 07, 2024.
TypeScript offers essential features that enhance JavaScript development, including static typing, type inference, and support for interfaces and generics. It provides tools like classes, enums, and modules, enabling better code structure.
Difference Between Static Modifier and Final Modifier
Sep 26, 2024.
Sometimes, a programmer might need to define a class member that will be used independently of any object of that class.
Hosting a Static Website in Cloudflare Pages without Any Cost
Aug 28, 2024.
Learn to host a static website for free using CloudFlare Pages. Start by signing up and logging in to CloudFlare Pages, then upload your local website files or connect to Git for deployment. After deploying, allow time for DNS to propagate, and your site will be live with a custom domain.
Deploy Internet Information Services (IIS) on Windows Server
Aug 12, 2024.
Internet Information Services (IIS) is a Microsoft web server on Windows Server, used to host and manage websites and web applications. It supports various web technologies like HTML, ASP.NET, and PHP, offering features for security, performance, and scalability.
Can a Static Member be Inherited by Derived Class?
Jul 23, 2024.
This article discusses if a static Member be Inherited by Derived Class?
What is Incremental Static Regeneration (ISR) in Next Js.?
Jul 22, 2024.
"Incremental Static Regeneration (ISR) in Next.js combines static site generation with server-side rendering, allowing pages to be updated after the initial build. It uses getStaticProps with a revalidate interval to keep content fresh without a full rebuild.
Prefer Static HashData Method over ComputeHash in C# .NET
Jul 08, 2024.
In .NET, the HashData method offers a modern, efficient way to perform hashing operations, eliminating the need for instantiating hashing algorithm classes like SHA256. It simplifies code, enhances performance, and provides a consistent API for various algorithms.
Design Pattern (3-1), Differences between Singleton & Static Class
Jul 02, 2024.
This article will discuss the Differences between Singleton and Static Class. This series explores Design Patterns, starting with MVC. The article discusses differences between Singleton and Static classes, highlighting their roles in maintaining global state in an application.
Publishing React on IIS - Part II
May 07, 2024.
Part II of React on IIS covers advanced deployment techniques: optimization, caching, and server-side rendering for high-performance web applications on Internet Information Services.
Learn about Extensions in C#
Apr 22, 2024.
Learn about extending class functionality in C# using extension methods without altering source code. Understand inheritance vs. extensions, handling sealed classes, method chaining, and key points like static method declaration and usage of "this" keyword. Explore benefits like dynamic upgrades and FAQs clarifying extension method usage.
Singleton vs. Static Class in C# - Choosing the Right Approach
Apr 17, 2024.
Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between them. In this article, I explain what their differences are.
Learn about Static Class in C#
Apr 16, 2024.
This article explores the concept of static classes in C#, detailing their characteristics, usage, and limitations. It covers static class setup, static class features, static method usage, and dependency injection considerations.
What is the Difference Between JavaScript and TypeScript?
Apr 09, 2024.
JavaScript is a scripting programming language used to build client-side and server-side applications. It provides a runtime element management and manages the DOM dynamically. And it is a prototype-based language.
Generating and Serving Static HTML Page with AWS CloudFront
Apr 04, 2024.
In this article, we'll have a look at how to generate a static HTML page using a mustache template, upload it to S3 and serve it with CloudFront
An Overview of C# Static Constructors
Mar 20, 2024.
Static Constructors are a powerful mechanism for initializing static members and performing one-time setup tasks in C# classes.
Static Resource vs Dynamic Resource in WPF
Mar 11, 2024.
Delve into WPF's resource binding, exploring both static and dynamic approaches. Static binding offers performance benefits and compile-time validation, while dynamic binding allows runtime updates, enabling dynamic theming. Happy coding!
Dynamic Theme Change Across Canvas App Screens
Mar 07, 2024.
This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and output.
What are Properties in C#?
Mar 04, 2024.
In this article, we will learn about properties in C#, different types of properties, how to define and use them, and some best practices when working with properties in C#, properties in C# are a way to encapsulate data and provide controlled access to it.
Static Constructors in .NET
Dec 20, 2023.
Static constructors in .NET, a special breed in object-oriented programming. Unlike instance counterparts, they initialize once per type, controlling execution order and serving key roles in resource management and initialization. Dive into syntax, usage examples, and crucial considerations. Uncover use cases like resource setup, configuration loading, and the singleton pattern.
Constructors in C#
Oct 12, 2023.
In C#, constructors are essential methods responsible for initializing and creating objects within a given class. These functions are invoked when you create an instance of the class. Constructors share the same name as the class and do not have a return type. In C#, there are several fundamental types of constructors.
A Deep Dive into Static Classes in C#
Sep 25, 2023.
This article, "Exploring Static Classes in C#," provides an in-depth exploration of the concept and practical applications of static classes in the C# programming language. It elucidates the fundamental characteristics of static classes, their unique features, and how they differ from regular classes. Readers will gain a comprehensive understanding of how static classes are used to encapsulate static members, such as methods, properties, and constants, within a C# application.
Static and Singleton Classes in C#
Sep 23, 2023.
Object-Oriented Programming (OOP) in C# is a way to organize code neatly. There are two types of classes: static and singleton. Static classes have functions that you can use without creating an object. They're great for simple tasks, but can cause issues if used too much. Singleton classes ensure there's only one instance of a class. They're useful for managing shared resources. Both have pros and cons. Static classes are simple and fast, but may create problems with too much shared data. Singleton classes are good for controlling resources but are more complex. Choose the one that fits your project's needs.
Enhancing Code Quality with SonarLint
Sep 21, 2023.
In today's software development landscape, code quality is essential for success. It ensures smooth application functioning, simplifies maintenance, and enhances security. SonarLint is a vital tool that empowers developers to improve code quality from project inception.
Develop a Blazor Web-Assembly App with Azure Function and Deploy as a Azure Static Apps
Jun 16, 2023.
In this article, we discuss the basic concept of Blazor Web Assembly. Also, demonstrate how we can consume API endpoints with the help of Azure Function. Finally, we deploy the application as Azure Static Apps
Static hosting using S3
May 13, 2023.
How to host static files in AWS S3
Create and Publish a Static Angular App using Azure Static Apps
May 01, 2023.
In this article, we will discuss how to use Azure Static Web Apps and host any static web application like Angular App by using Azure Static Web App
Static Methods Vs. Non-Static Methods In C#
Apr 27, 2023.
The difference between static and non-static methods in C#.
Start Working On Azure Static Web Apps
Mar 19, 2023.
In this article, we are going to learn about "Azure Static Web Apps."
What Are The Differences Between Singleton Vs Static Classes In C#?
Feb 13, 2023.
In this article, you will learn what are the differences between singleton vs static classes in c#?
Understanding Internal/External IP Address in Google Cloud VM Instances And Working With Static IP Address
Jan 30, 2023.
In this article, we will understand difference between Internal and External IP address of VM instance. We would also learn how to create a static IP Address and assign it to VM Instance.
How to Host a Static Website on AWS S3: A Step-by-Step Guide
Jan 04, 2023.
Hosting your static website on Amazon Web Services (AWS) Simple Storage Service (S3) can provide significant benefits in terms of scalability, security, and cost. In this step-by-step guide, we'll show you how to host your static website on S3, from creating an S3 bucket
Static Abstract Interface Members In C# 11 And Curiously Recurring Template Pattern
Dec 23, 2022.
This articles explores the Static Abstract Interface Members in C# 11, along with understanding the Curiously Recurring Template Pattern
TezJS - Introducing The Revolutionary Jamstack Development Framework
Oct 20, 2022.
In this article, you will learn about TezJS - Introducing The Revolutionary Jamstack Development Framework.
Easily Improve Your .NET Code Quality With NDepend
Oct 02, 2022.
In this post, we will see how to use the NDepend tool to analyze and improve the .NET code quality by reducing the issues in our source code.
Static Web Apps - Deployments
Sep 22, 2022.
In this entry we'll review how to configure our Static Web App from our source code repositories in GitHub or Azure DevOps.
Dataflow In Inheritance Using C#
Sep 16, 2022.
In this article, I'm going to explain how data flows when we are using Inheritance, this article also helps in making your concept crystal clear about the data flow.
Azure Synapse Security: Static Data Masking
Sep 05, 2022.
This is the basic practical implementation of static data masking feature in the azure synapse. This feature is common for all the Microsoft data products such as SQL Server, Azure SQL, Azure SQL managed instance and Azure synapse analytics.
Static Web Apps With APIs With Azure Functions
Aug 25, 2022.
In this article, we are going to review how we can implement Back-End services in our Azure Static Web Apps with Azure Functions
Deploy Your Website In Azure Static Web App For Free
May 05, 2022.
In this article, you will learn how to deploy website for Free with Azure Static Web App.
Getting Started With Objective C - Working With Methods
Jan 17, 2022.
This article explains how to create and implement methods in Objective C.
Global Static Using Directive In C# 10
Jan 13, 2022.
In this article, we are going to discuss how to use the "global using" directive with the "static" modifier.
Deploying Landing Pages Using GitHub Actions And Azure Static Web Apps
Dec 31, 2021.
Learn how to deploy your landing page for free using github actions and Azure static web apps
Variables, Methods And Inner Class In Python
Dec 01, 2021.
In this article, we will touch base with further concepts Types of Variables, Types of Methods and Inner Class in Python
Azure Static Web Apps - Adding API Using Azure Functions
Nov 24, 2021.
In this article, we’ll dive deeper into Azure Static Web Apps and learnt to add and publish API using Azure Functions to Azure Static Web Apps.
Azure Static Web Apps
Nov 23, 2021.
In this article, we'll learn about Azure Static Web Apps.
Getting Started With Azure Static Web App
Sep 23, 2021.
In this article, you will learn all about the Azure Static Web App. You will learn how to create a static web app and connect it to GitHub and how to map the custom domain and get free SSL.
Method Implementation, Private, Static Members In C# Interfaces⚡ - New Feature In C# Interfaces
Sep 21, 2021.
In this article, we are going to see about “Default implementations in interfaces” feature in C#.
Static Memory Allocation In C Programming😀
Jun 28, 2021.
In this article, you will learn about Static Memory Allocation in Programming Language.
Scully - Create A Custom Plugin
May 10, 2021.
In this article we will see How to create a custom Scully plugin
Static Website Hosting On AWS S3
Apr 09, 2021.
In this article, we will be hosting a static website on AWS S3.
Using Static Files (HTML, JavaScript) In Web API
Apr 08, 2021.
In this article, you will learn how to serve static files in ASP.Net Core 5.0 Web API.
Syntax Highlighting In Markdown For Blog made with Scully
Apr 05, 2021.
In this article, We will see how to add a syntax highlighting feature for code snippets written in markdown files.
Getting Started With Scully - Angular Static Site Generator
Apr 03, 2021.
Scully is a static site generator for angular, which helps us to build super-fast web applications.
Create Blogging Site With Angular And Scully
Apr 03, 2021.
In this article, We will see how to create a blogging site with angular and Scully
Static CRUD Operation In C#
Mar 15, 2021.
This article help you to make an application for CRUD operations without any DB or storage
Project Management Application (Create Project) Using PowerApps And SharePoint Online
Mar 13, 2021.
In this article, you will learn about Project Management Application using PowerApps and SharePoint Online. Along with that, the series will be a Tutorial for PowerApps learning for Beginners. I hope, some tips and tricks will also help the PowerApps users to implement this on their work.
Simplifying Use Of Static
Mar 02, 2021.
This article will tell about how one can make code more simpler for static method by using a small tip.