Resources  
  • How Devin AI Crafts an App-From Brainstorm to BuildMar 27, 2024. Devin AI, the trailblazing AI software engineer, isn't just about fixing bugs or writing code snippets. It can take your application idea from a napkin sketch to a functional reality. Let's delve into Devin's remarkable process.
  • Explain Vue.js Conditions & LoopsMar 27, 2024. In Vue.js, conditionally render elements with v-if, v-else, v-show, and iterate data using v-for. Detailed explanations and code examples illustrate each aspect of dynamic UIs.
  • Seamless Database Integration with C#Mar 26, 2024. Efficiently integrating databases with C# applications is crucial for managing data seamlessly. Explore various approaches like ADO.NET, Entity Framework Core, and Dapper along with best practices for successful integration.
  • Soft Deletion in Entity Framework CoreMar 23, 2024. In this article, we will delve into the concept of soft deletion and illustrate how to implement it effectively with EF Core.
  • History and Evolution of Visual Studio and Supported .NET VersionsMar 22, 2024. This article gives a Brief overview of Visual Studio's evolution and its significance in software development. Description of each major version of Visual Studio from 1997 to 2022, highlighting key features, enhancements, and updates introduced in each release.
  • Explain Floating Labels Animation in BootstrapMar 20, 2024. In this article, we will cover how we can implement Floating Labels Animation in Bootstrap 5. Bootstrap 5 introduces form-floating labels, enhancing form design by providing dynamic floating labels above input fields, improving usability, and saving space.
  • .NET Evolution: Journey of Innovation and TransformationMar 20, 2024. Discover the limitless potential of .NET, Microsoft's groundbreaking framework for building versatile and high-performance applications. From desktop to web, mobile to cloud, .NET empowers developers with a comprehensive set of tools, libraries, and languages to create cutting-edge solutions tailored to your needs.
  • Microsoft Fabric: Loading Data into Lakehouse TableMar 20, 2024. A LakeHouse integrates data lakes & data warehouses, offering benefits of both. Data lakes store raw data diversely, while DataWarehouses handle structured data. LakeHouse combines both for efficient query performance. Fabric platform enables easy creation & management of LakeHouses. 2 / 2
  • What is difference between .NET and .NET Framework?Mar 18, 2024. The ".NET Framework" and ".NET" (formerly known as ".NET Core") are two different implementations of the .NET platform, each serving different purposes and targeting different scenarios. However, they share a common lineage and are part of the broader .NET ecosystem.
  • Animated Credit Card Design Using AngularMar 15, 2024. To create an animated credit card form in Angular, adjust the app.module.ts file to include necessary modules and define component properties.
  • Understanding CSS Grid: Building a Responsive LayoutMar 14, 2024. Illustrating the application of CSS Grid to construct a responsive webpage layout. Through precise grid definitions and item placements, it delineates sections like header, sidebar, content, and footer.
  • Lets Create TabView in SwiftUIMar 14, 2024. This article contains a simple demo of creating Tab View in SwiftUI. Learn how to create a Tab View using SwiftUI in this tutorial. Follow step-by-step instructions to integrate tabs like Home, Favorites, Orders, and Settings into your SwiftUI project for streamlined navigation and enhanced UI customization.
  • Learn about Navigation in SwiftUIMar 12, 2024. This article contains a simple demo of navigation in Swift. Learn SwiftUI navigation with this step-by-step guide. Create a SwiftUI project, add NavigationLinks, and enhance the UI with Lists for smoother screen transitions. Happy coding!
  • Exploring the Data Table Control in Power AppsMar 12, 2024. Discover the intricacies of the Data Table Control in Power Apps with our comprehensive guide. Learn to harness its power for seamless data manipulation, visualization, and user interaction.
  • Exploring Horizontal Gallery in Power Apps Mar 11, 2024. In this article, we will learn to enhance user experience with intuitive UI design, perfect for mobile applications. Unleash the potential of Microsoft Power Platform for streamlined app development.
  • Mastering Form Creation in Power Apps: Integration with SharePoint Mar 11, 2024. Discover how to create powerful forms in Power Apps and seamlessly integrate them with SharePoint. Master the art of designing intuitive interfaces, implementing advanced functionalities, and automating workflows.
  • Difference Between .NET Framework, .NET Core, and .NET StandardMar 11, 2024. This article, delves into the distinctions between .NET Framework, .NET Core, and .NET Standard. Exploring their histories, open-source nature, cross-platform capabilities, and performance aspects, the article aims to provide a comprehensive overview for developers.
  • User Authentication with Forms Authentication in ASP.NET MVCMar 10, 2024. Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a database or another user store. Implementation of Forms Authentication in an ASP.NET web application.
  • A Comprehensive Guide to Entity Framework Core in .NET 8Mar 10, 2024. Explore the comprehensive guide to Entity Framework Core in .NET 8, enriched with the latest features of C# 10. Authored by Ziggy Rafiq, this detailed overview covers everything from basic concepts to advanced techniques, offering insights into database interaction, performance optimisation, testing strategies, and best practices for .NET developers
  • Decoding React's Magic: Re-evaluation, Reconciliation, Re-renderingMar 01, 2024. Discover React's core mechanics in 'Unraveling React's Magic.' We break down re-evaluation, reconciliation, and re-rendering, clarifying how they shape seamless UIs. Power of virtual DOM and understanding its role in optimizing performance. Simplifies complex concepts, offering clarity to developers of all levels.
  • Fluent UI Components in Power AppsMar 01, 2024. Unleashing the Power of PowerApps: A Deep Dive into Fluent UI Components” is an insightful guide that explores the integration of Fluent UI components into PowerApps. This article provides a comprehensive understanding of how to enhance your PowerApps with Fluent UI’s versatile and user-friendly components.
  • What is Reactive Interface in Vue.jsFeb 29, 2024. Vue.js boasts a powerful reactive interface, automating UI updates in response to underlying data changes. Through data binding, reactivity, computed properties, and watchers, Vue ensures efficient and automatic UI synchronization.
  • Print Output of First n Natural Numbers in UI Screen in Unity 3Feb 28, 2024. To print the output of the first 'n' natural numbers on the UI screen in Unity 3, you can create a simple script and attach it to a Text UI element.
  • What is Vuetify in Vue.js?Feb 27, 2024. Vuetify, a Material Design component framework for Vue.js, streamlines UI development. Explore its Material Design components, responsive design, Vue.js integration, customization, theming, accessibility, and installation in this comprehensive guide.
  • Exploring Vue.js Practical ExamplesFeb 21, 2024. Vue.js, a progressive JavaScript framework, has gained immense popularity for its simplicity and flexibility. In this article, practical examples to demonstrate the power and versatility of Vue.js. Each example is a unique use case, emphasizing the ease with which Vue.js can be integrated into various projects.
  • Camelcase Serialization in .Net 9Feb 19, 2024. In .NET 9, developers have been granted a powerful tool to enhance data serialization: CamelCase Serialization. This feature facilitates smoother interoperability with systems and frameworks that expect camelCase formatted data
  • PowerApps Component Framework (PCF) + ReactFeb 18, 2024. Article that explores the integration of Microsoft’s PowerApps Component Framework with the popular JavaScript library, React. The article provides a comprehensive guide on how to leverage the robustness of PCF and the flexibility of React to build dynamic and efficient applications.
  • What Is Vuex in Vue.js?Feb 15, 2024. Vuex in Vue.js is a state management pattern and library for managing application state. It provides a centralized store for shared state management across all components, with a predictable state management flow using actions, mutations, and getters.
  • Power Apps Components Framework (PCF)Feb 15, 2024. The Power Apps Components Framework (PCF) empowers developers to create custom controls for Microsoft Power Apps and Dynamics 365, enhancing user experiences and extending functionalities.
  • How to Implement Approval in Teams Using Adaptive CardsFeb 13, 2024. This article introduces Adaptive Cards, versatile user interface components formatted in JSON, capable of seamless integration across various platforms. It delves into their significance in enabling lightweight UI exchange between applications and outlines.
  • How Virtual DOM Works in ReactFeb 12, 2024. React's Virtual DOM enhances performance by creating a lightweight representation of the real DOM. It efficiently updates the actual DOM, minimizing manipulations for faster, optimized UI rendering.
  • Cross-Platform Mobile Development FrameworksFeb 09, 2024. Developing mobile applications for both iOS and Android platforms can be challenging due to the need for separate codebases. Cross-platform frameworks offer a solution, allowing developers to write code once and deploy it on multiple platforms.
  • What Are the Lifecycle Methods of Vue.js?Feb 09, 2024. Vue.js, a powerful JavaScript framework, offers essential lifecycle methods for component management. These hooks enable developers to execute tasks at various stages, enhancing control over component initialization, rendering, and destruction.
  • Create a Calendar in PowerAppsFeb 07, 2024. Learn to craft a personalized calendar in Power Apps for seamless scheduling and organization. Follow step-by-step instructions to design and implement this essential tool, ensuring efficiency and tailored functionality.
  • Implementing a Custom Loader in WPF with MVVMFeb 06, 2024. A custom loader in a WPF (Windows Presentation Foundation) application serves the purpose of indicating to the user that the application is performing a task or operation that may take some time to complete.
  • How to Create Folder Redirection on ServerFeb 05, 2024. Under Microsoft Windows, the redirection is often performed by Group Policy, when used in an Active Directory environment. It can also be performed by manually editing the Windows Registry, changing library locations, or with tools such as Tweak UI. Disk quotas can be used to limit the amount of space taken up by users' special folders.
  • ASP.NET Core MVC vs Razor Pages vs CodeBehind FrameworkFeb 02, 2024. In this article, we compare the performance of ASP.NET Core with the CodeBehind framework. Once we compare Razor Pages with CodeBehind and once again we compare ASP.NET Core MVC with the CodeBehind framework.
  • Building a URL Shortener with .NETFeb 01, 2024. Create a powerful URL shortener using the versatile .NET framework, specifically ASP.NET Core. This guide walks you through setting up a database, implementing URL shortening logic, and configuring controllers and views.
  • Angular Content Projection: UI Flexibility and ReusabilityJan 31, 2024. Angular's content projection, also known as transclusion, elevates UI flexibility and reusability within the framework. By enabling the injection of content from a parent component into designated slots within a child component's template, Angular facilitates the creation of versatile and reusable components.
  • Choosing Between Flask and Django for Your Python Web AppJan 29, 2024. Flask and Django are two prominent Python web frameworks; Flask offers simplicity and flexibility for smaller applications, while Django provides a comprehensive package with more built-in features for larger, more complex projects.
  • Optimizing Performance in C# Entity FrameworkJan 24, 2024. Optimize the performance of your C# Entity Framework application with these strategic best practices. From lazy loading and eager loading to caching and database tuning, ensure efficient data access.
  • Develop D365 Contact Creation Plugin with Unit Test Case Jan 24, 2024. Create a Plugin when a new Contact is created in D365 and Update the same Contact in PreOperation with some data. This code snippet showcases the setup of an Entity Framework plugin in C#. It covers essential lines for retrieving services, context, and executing operations. Also, a unit test example is provided.
  • TaskCompletionSource and CancellationTokenSource in .NETJan 23, 2024. Explore the functionalities and use cases of TaskCompletionSource and CancellationTokenSource in the .NET framework for managing asynchronous operations, providing flexibility, and control, and building responsive applications efficiently.
  • Eager Loading In ASP.NET Core Web API Complete Example Jan 22, 2024. In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database calls. Let's implement an example of eager loading in an ASP.NET Core Web API using Entity Framework Core.
  • Lazy Loading In ASP.NET Core 7 Web APIJan 22, 2024. ASP.NET Core 7 Web API. Lazy loading is a technique where related data is only loaded from the database when it is explicitly requested. In Entity Framework Core, lazy loading can be achieved by marking navigation properties as virtual.
  • Create a Minimal API with ASP.NET Core and Entity FrameworkJan 22, 2024. This article explains the concept of minimal APIs, their advantages, and steps to implement CRUD operations. Explore the flexibility and simplicity of minimal APIs for building efficient HTTP APIs. The article covers database setup, model creation, repository implementation, and dynamic registration of APIs during runtime.
  • Scrum : An Introduction to Agile DevelopmentJan 17, 2024. In this article, we will see the scrum process in agile development. Scrum, a key framework in Agile development, emphasizes collaboration and iterative delivery. Explore its process, roles (Product Owner, Scrum Master, Development Team), artifacts, and the numerous benefits it offers.
  • Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 SolutionsJan 16, 2024. Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions. Stay cutting-edge!
  • Working with Noda Time, .Net and Entity Framework (EF core)Jan 15, 2024. Working with NodaTime with EF core which is a alternative DateTime framework for .net applications.
  • How to Integrate the Material-UI with React JSJan 12, 2024. In this article, we will learn about
  • How to Create a Vue Project?Jan 06, 2024. Creating your first Vue.js project doesn’t have to be daunting. This step-by-step guide walks you through the process, starting from setting up the development environment to running your Vue.js application. Learn how to initiate a Vue.js project using npm, make essential choices during project creation, install dependencies, and launch your project locally.
  • Clean Architecture Jan 02, 2024. Embark on a learning journey into the world of Clean Architecture, a transformative paradigm in software development. Uncover its core principles, such as separation of concerns and testability, with real-life examples. Elevate your development skills.
  • SharePoint Framework using React JS - Part 4Dec 31, 2023. Fast Serve in SPFX
  • Eager Loading and Lazy Loading in .NET CoreDec 29, 2023. This article delineates two fundamental data retrieval strategies in .NET Core: Eager Loading and Lazy Loading. Eager loading is a technique used to retrieve related or associated data in a single query from a database.
  • .NET: Framework, Core and StandardDec 28, 2023. Discuss the difference between .NET Framework, Core, and Standard Edition. In this article, we will learn about .NET Framework, .NET Core, and .NET Standard in this comprehensive guide. Delve into their histories, open-source aspects, cross-platform capabilities, and practical use cases.
  • SharePoint Framework using React JS - Part 3Dec 27, 2023. Hello world, Webpart development in SharePoint framework using React JS. Unlock the potential of SharePoint Framework web parts with React JS. Follow the step-by-step guide to create a Hello World web part, emphasizing the foundational steps and configuration details.
  • Extension Method in C#Dec 27, 2023. Extension Methods in .NET, a powerful feature introduced in .NET Framework 3.0. Learn how to seamlessly add or extend methods to existing types, enriching your coding experience. ??
  • 10 Common Entity Framework interview questions and answers.Dec 24, 2023. here is some common Entity Framework interview questions.
  • SharePoint Framework using React JS - Part 2Dec 22, 2023. In this article, the diverse development solutions in SharePoint Framework (SPFx) - Web Parts, Extensions, and Libraries. Understand their roles and applications, setting the stage for hands-on SPFx web part development with React JS.SharePoint Framework using React JS Part Two - Different Type Development Solutions in SPFX.
  • .NET Aspire - Cloud Native Apps Framework by MicrosoftDec 21, 2023. Aspire framework offered by Microsoft for Cloud Native Apps development. Embark on an insightful journey into Microsoft's Aspire framework, simplifying cloud app development. Explore its three pillars—Orchestration, Components, and Tooling. Follow a detailed walkthrough and unleash its potential, all accompanied by an illustrative dashboard overview.
  • SharePoint Framework using React JS Part 1 - Setup ConfigurationsDec 20, 2023. SPFX setup configurations. Explore SharePoint Framework (SPFx) as a modern development tool for SharePoint, replacing older models. Understand the development cycle, necessary skills, and Node.js version management using Node Version Manager (NVM).
  • Implement Entity Framework A Code First Approach in .Net 8 APIDec 18, 2023. In this article, we are going to discuss. How to implement Entity Framework a code first approach in .Net 8 API. In this approach, model classes and their relation are created first using the ORM designer, and the physical database will be generated using this model. The Model First approach means we create a diagram of the entity and relation that will be converted automatically into a code model.
  • Multi-Tenancy with Separate Databases Approach in .NET CoreDec 14, 2023. In this article, we will learn how to implement a separate database approach of multi-tenancy in the .Net Core application and how to provide a dynamic connection string to DbContext
  • How to Create Floating Textfield in SwiftUI?Dec 10, 2023. In this article we are going to learn how we can create floating textfield in swiftUI.
  • Unit Testing with Jasmine in AngularDec 08, 2023. Unit testing in Angular is indispensable for app reliability and maintainability. Explore the significance of unit testing, set up an Angular project with Jasmine, and write practical tests for modules using code snippets. Early bug detection, code maintainability, refactoring confidence, and improved collaboration are key benefits of this testing approach.
  • Angular Routing And Its Essentials Dec 08, 2023. Angular's routing system is a powerful tool for creating seamless single-page applications. This comprehensive guide explores its fundamentals, setup, features, and practical applications through code snippets. Learn about <router-outlet>, route parameters, child routes, route guards, and lazy loading for a well-structured Angular
  • Error Handling in AngularDec 07, 2023. In the dynamic realm of web development, errors are inevitable. As applications grow in complexity, the significance of robust error logging in Angular becomes paramount. This comprehensive guide navigates through various strategies for error logging, emphasizing the importance of catching and recording errors and providing practical solutions with illustrative code snippets.
  • Synergy of .NET, DevOps, and Entity Framework CoreDec 06, 2023. Explore the synergy of DevOps, .NET, and Entity Framework Core for streamlined and efficient software development. Learn to integrate CI/CD pipelines, version control, and automated testing for high-quality applications.
  • Circuit Breaker Pattern in C#Dec 01, 2023. Guard your software's stability with the Circuit Breaker Pattern, a resilient protector inspired by electrical engineering. This pattern, now a software ally, prevents cascading failures and ensures system dependability.
  • Improving Code Readability in View Section Using Return TemplatesDec 01, 2023. The return template is a one of the new features added in the latest version of the CodeBehind framework. Using this feature completely separates the server-side codes from the view section.
  • NFT Tokens: Revolutionizing Industries and Creation FrameworksDec 01, 2023. Discover the transformative power of Non-Fungible Tokens (NFTs). Explore their applications in art, gaming, real estate, and more. Dive into prominent NFT creation frameworks like OpenZeppelin, Hardhat, Truffle, and Remix IDE.
  • How to Implement Server-Driven UI in SwiftUINov 30, 2023. Uncover the step-by-step process of implementing Server-Driven UI in SwiftUI with this comprehensive guide. Learn how to seamlessly integrate server-driven data into your SwiftUI app, leveraging its declarative syntax and data binding capabilities.
  • Decoding Frontend FrameworksNov 17, 2023. In the ever-evolving world of web development, the choice of a frontend framework is akin to selecting the foundation for a skyscraper. It must be robust, flexible, and well-suited to the task at hand. As developers, understanding the nuances of various frameworks is crucial for crafting seamless and responsive user interfaces. In this article, we delve into the intricacies of several popular frontend frameworks—React.js, Angular, Vue.js, Svelte, and Ember.js—unveiling their unique features and ideal use cases.
  • Flask in PythonNov 17, 2023. Flask, a nimble and versatile Python web framework renowned for its simplicity, offers an uncomplicated approach to web application development. Its minimalist design provides the essentials for swiftly establishing a functional web server. Let's delve into the fundamental steps of setting up a Flask application.
  • 15 Features Every SwiftUI Developer Should KnowNov 16, 2023. Discover the power of SwiftUI with our in-depth article that covers 15 essential features every Swift developer should master. From the elegance of declarative syntax to the real-time magic of live preview in Xcode, this guide takes you through the fundamentals and advanced capabilities of SwiftUI.
  • Exporting PDF with Kendo UI ReactNov 13, 2023. Learn to Export to DPF from Kendo UI React. Built from scratch and specifically for React, the KendoReact PDF Generator offers high-performance control, integrating flawlessly with your application and the remaining KendoReact components.
  • Implementing State Design Pattern in ASP.NET Core Web API with 3-Tier ArchitectureNov 10, 2023. In this ASP.NET Core Web API project utilizing a 3-Tier Architecture with the State Design Pattern, we've created a News management system that encapsulates the state of news items, allowing for a clear and structured way to handle state transitions. The architecture consists of three distinct layers: Presentation, Business Logic, and Data Access. The Business Logic layer is where the State Design Pattern is applied, with different states such as Draft, Published, and Archived, each represented by concrete state classes. The NewsService class is responsible for managing these states and their transitions. Controllers in the Presentation layer handle HTTP requests and delegate the state-related operations to the NewsService, enabling CRUD functionality for news items. By setting the appropriate state and invoking state-specific methods, such as Publish and Archive, we control the state transitions. While this example focuses on the pattern's core implementation, in a real-world scenario, you would integrate a data access layer to persist and retrieve news items from a database, making it a robust and maintainable system.
  • Angular vs React vs Blazor: Which Framework is BestNov 10, 2023. Learn the difference between Angular, React, and Blazor and which framework is best for your next project.
  • What is the difference between Angular and ReactNov 06, 2023. Angular and React are the two most popular Web front-end development technologies. While both technologies are modern and mature, and provide almost everything a front-end platform needs, it could be tricky to decide which one to choose between Angular and React for your next web application. In this paper, we will learn about the key differences between Angular and React and when to choose one over the other.
  • Bot Framework ComposerOct 30, 2023. Building an AQI (Air Quality Index) bot with Microsoft Bot Framework Composer with little to no coding. With the basic installation of Node.js and .NET SDK.
  • Building a Web API Structure with Database-First Approach (Using EDMX)Oct 23, 2023. In this article, you will learn about Web API Structure With Database First Approch. This article provides a step-by-step guide on creating a web API structure with a database-first approach using EDMX in an ASP.NET web application. The steps include project creation, data model setup, API controller creation, and configuration for JSON output.
  • Common Interface Architecture With SSOOct 18, 2023. How to consume common interface from multiple consumer with SSO mechanism. The Common Interface Architecture with Single Sign-On (SSO) integrates two essential concepts in the realm of digital identity and access management. In this architecture, a standardized framework, often referred to as the "Common Interface," is established. This interface provides a unified way for different applications, services, or modules to communicate and authenticate users.
  • A Head To Head Comparison Of PyTorch And TensorFlowOct 09, 2023. In this article, we will explore some of the key similarities and differences between PyTorch and TensorFlow
  • A Comprehensive Guide to Creating Angular LibrariesOct 07, 2023. Angular is a powerful front-end JavaScript framework that provides a robust library of tools and components for building dynamic web applications with ease. It offers a structured approach to web development, enhancing code reusability and maintainability.
  • Building Scalable ASP.NET Core Web API with Onion Architecture and Abstract Factory Design PatternOct 06, 2023. This implementation serves as a foundation for building robust, modular, and scalable ASP.NET Core Web APIs. As the project evolves, additional features, security measures, and optimizations can be incorporated while adhering to the principles of the chosen architectural style.
  • Vue vs. Angular: Which Framework to Choose in 2024?Oct 05, 2023. Struggling to decide between Vue and Angular for your web project? Our guide breaks down the distinctions between Angular and Vue, helping you select the perfect fit.
  • Building a Robust ASP.NET Core Web API with Singleton Design Pattern and Three-Tier ArchitectureOct 04, 2023. This example provides a basic structure for a Three-Tier Architecture in an ASP.NET Core Web API, implementing a Singleton Design Pattern for the Data Access Layer. Remember to adjust the code based on your specific requirements and consider using dependency injection for better testability and maintainability.
  • CRUD Operations in ASP.NET Core with 3-Tier Harmony and Command Builder Design Pattern Oct 04, 2023. Command Builder Design Pattern in an ASP.NET Core Web API using a Three-Tier Architecture for CRUD operations. For the sake of this example, let's assume you have a model named CSharpCornerArticle.
  • Integrating Dynamics 365 CRM with .NET Using Entity Framework CoreOct 01, 2023. In this article, we will explore how to seamlessly integrate Dynamics 365 CRM with .NET using Entity Framework Core, backed up with practical examples.
  • Simplify Your C# WinForms Development with the ControlHelpers ClassSep 27, 2023. "In this comprehensive tutorial, we explore the ControlHelpers class, a powerful tool for enhancing your C# WinForms application development. Learn how to streamline common tasks and improve the user interface of your WinForms applications effortlessly. We'll dive into the ControlHelpers class, its key features, and provide step-by-step examples on how to implement it effectively in your projects. Whether you're a beginner or an experienced developer, this guide will help you harness the potential of WinForms with ease."
  • How to Implement Chakra UI Button Loading State in Next.jsSep 27, 2023. In this article we will learn about how Chakra UI Button Loading State can be implemented in Next Js.
  • How to Implement Chakra UI Checkbox in Next.jsSep 27, 2023. In this article we will learn about how Chakra UI Checkbox can be implemented in Next Js.
  • .NET MAUI Cross-Platform App DevelopmentSep 25, 2023. Dive into the world of .NET MAUI and discover how to create cross-platform applications effortlessly using a single codebase. Explore the simplicity and power of this framework for building native apps on Android, iOS, macOS, and Windows.
  • ASP.NET Core Web API for CRUD Operations with MySQLSep 25, 2023. Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET Core Web API with a real-world use case. We'll create a model called CSharpCornerArticle and implement CRUD operations for it using Entity Framework Core with MySQL.
  • Swipe View in .NET MAUISep 21, 2023. In this article, we explore .NET MAUI, a powerful cross-platform framework that empowers developers to create native mobile and desktop applications using C# and XAML. With .NET MAUI, you can build applications that seamlessly run on Android, iOS, macOS, and Windows, all from a single, unified codebase. This open-source platform builds upon the foundation of Xamarin Forms, extending its capabilities to desktop scenarios while enhancing UI controls for improved performance and extensibility.
  • Exploring Decorator Pattern in C# Sep 21, 2023. Exploring the Decorator Pattern in C#.the Decorator Pattern stands out as a versatile tool for extending the functionality of classes without altering their structure. In this article, we will delve into the Decorator Pattern and how it can be implemented in C#.
  • Cracking the IoT Testing PuzzleSep 20, 2023. An Article about shedding light on how we make sure interconnected devices play nice together.
  • Comapring .NET Standard vs .NET 6 vs .NET 6-WindowsSep 20, 2023. In this article, we delve into the ever-evolving .NET ecosystem, offering developers a wealth of options for crafting exceptional applications. Amid this diversity, it's easy to become overwhelmed by the array of .NET platforms and frameworks available. To aid your understanding, we present a thorough comparison of three pivotal concepts within the .NET realm: .NET Standard, .NET 6, and .NET 6-Windows. We explore their origins, distinctive features, advantages, and ideal use cases. Armed with this knowledge, you'll be better equipped to make an informed choice for your next project.
  • CodeBehind Library in ASP.NET CoreSep 20, 2023. CodeBehind framework is a system development model based on the MVC pattern. CodeBehind brings aspx files back to ASP.NET Core and inherits the benefits of ASP.NET Core. Projects built under CodeBehind will all be modular and each project can support web parts, while the project itself is a web part.
  • Draggable Window with Telerik UI for BlazorSep 15, 2023. Creating a Draggable Window with Telerik UI for Blazor.

About Massage-UI-Framework

NA

OUR TRAINING