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(8)
Abhishek Tiwari(5)
Mithilesh Tata(5)
Sangeetha S(4)
Sardar Mudassar Ali Khan (4)
Shiv Sharma(3)
Vijay Yadav(3)
Ishika Tiwari(3)
Mushtaq M A(3)
Abiola David(2)
Vishal Gami(2)
Manoj Kalla(2)
Sigar Dave(2)
Sagar Pardeshi(2)
Anuradha Rani (2)
Gurpreet Arora(2)
Patel Grishma(1)
Krish Kanakiya(1)
Pankajkumar Patel(1)
Riya Patel(1)
Ajay Narkhedkar(1)
Ketan Sathavara(1)
Rajesh Gami(1)
Mominul Islam(1)
Malintha Wijewardana(1)
Niharika Gupta(1)
Aarav Patel(1)
Harshit Pandey(1)
Gowtham Rajamanickam(1)
Anoop Kumar Sharma(1)
Kiran Kumar(1)
Micheal Xavier A (1)
Parth Soni(1)
Emanuel Martins(1)
Suraj Dhage(1)
John Godel(1)
Alexis Chan Gridel(1)
Jejji Arora(1)
Velladurai (1)
Keyur Pandya(1)
Sreenath Kappoor(1)
Siddhesh Chavan(1)
Alkesh Bijarniya(1)
Vikas Singh(1)
Archana Dongre(1)
Saksham Gupta(1)
Anjali Joshi(1)
Pushpa V(1)
Jithu Thomas(1)
Ayushi Jain(1)
Manikandan M(1)
Ajay Kumar(1)
Farhan Ahmed(1)
Dr Gomathi(1)
Tuhin Paul(1)
Mayooran Navamany(1)
Mohammad Rabie(1)
Mohammad Hussain(1)
Ziauddin Choudhary(1)
Gaurav Kumar(1)
Shriram Pophali(1)
Dhanesh Kumar M J(1)
Sanjay Kumar Pathak(1)
Rijwan Ansari(1)
Resources
No resource found
Handling Large Lists (5000+ Items) in SharePoint Using Indexing and Threshold Limits
Apr 23, 2026.
Struggling with large SharePoint lists exceeding the 5000-item threshold? This article provides practical solutions to optimize performance and avoid errors. Learn how to leverage indexing, filtered views, and best practices to efficiently manage extensive data sets. Discover how to create indexed columns, limit displayed columns, and implement pagination for a smoother user experience. Master SharePoint list management and overcome performance bottlenecks!
Understanding Indexed Columns in SharePoint
Mar 11, 2026.
Optimize SharePoint list performance! Learn how indexed columns speed up filtering, sorting, and queries in large lists, bypassing the 5,000-item threshold. Improve PowerApps & Automate flows.
How to Monitor an Application with Auto Instrumentation in Azure?
Feb 16, 2026.
Monitor Azure Web Apps with auto instrumentation! Learn to enable Application Insights, deploy Blazor apps, and track key metrics without code changes. Simplify monitoring!
Microsoft Fabric vs Power BI vs Azure Synapse (Enterprise View)
Feb 10, 2026.
Confused about Microsoft Fabric, Power BI, and Azure Synapse? This guide clarifies their roles, strengths, and how they fit into an enterprise analytics strategy. Simplify architecture & governance!
Displaying Large amounts of Records in ASP.NET Core MVC
Jan 22, 2026.
Master displaying large datasets in ASP.NET Core MVC! Learn efficient techniques like Razor tables, AJAX partials, and server-side DataTables for optimal performance.
DAX Query View in Power BI Desktop: Why It Matters and How It Elevates Your Data Modeling
Jan 05, 2026.
In this article, I talked about unlocking Power BI's potential with DAX Query View! Explore, debug, and optimize DAX queries directly in Desktop. Elevate data modeling and build reliable reports. I also covered how to evaluate and create a new DAX measures from the DAX query view
Entity Framework Core – Database First Approach
Dec 14, 2025.
This article provides a complete and descriptive explanation of the Entity Framework Core Database First approach. It explains how EF Core generates entity classes and DbContext from an existing database, how scaffolding works, how relationships, views, and stored procedures are handled, and how to safely manage schema changes using re-scaffolding and partial classes. Written in simple language, this guide is ideal for beginners and professional .NET developers working with legacy or enterprise databases using Entity Framework Core.
How to Create a View in a SharePoint List
Dec 10, 2025.
Creating a view in SharePoint lets you customize how information appears in a list or document library and sort, filter, group, or display items in a format.
Understanding Views, Indexes, Functions & Stored Procedures in SQL Server
Dec 01, 2025.
Master SQL Server! This beginner's guide explains Views, Indexes, Functions, and Stored Procedures with syntax and examples. Boost performance and simplify queries.
SQL Materialized Views for Complex Aggregates in SQL Server | Practical Guide with Real-World Patterns
Dec 01, 2025.
Boost SQL Server performance with materialized views! This guide provides a step-by-step approach to creating indexed views for complex aggregates, improving query speed.
SQL Views vs Stored Procedures vs Functions — What’s the Difference?
Nov 25, 2025.
Understand the core differences between SQL Views, Stored Procedures, and Functions. Learn when to use each for optimal database performance, maintainability, and scalability.
SQL Server Advanced Concepts: Views, Triggers, Functions, and Query Optimization Explained with Practical Examples
Nov 24, 2025.
Master SQL Server: Views, Triggers, Functions, and Query Optimization. Build robust, high-performance databases. Practical examples included for real-world applications.
Understanding Razor View, Razor Layout, Razor View Imports, and Razor Pages in ASP.NET Core
Nov 22, 2025.
Unlock the power of Razor in ASP.NET Core! This guide covers Razor View, Layout, View Imports, and Pages with clear examples, boosting your web development skills. Master dynamic UI creation!
ASP.NET WebForms to ASP.NET Core MVC – Feature Comparison, Purpose & Examples
Nov 22, 2025.
Migrating from WebForms to ASP.NET Core MVC? This guide provides a feature-by-feature comparison with examples, covering Razor views, controllers, and more for modern web development.
Understanding How .cshtml Views Find the Correct Controller in ASP.NET Core MVC
Nov 22, 2025.
Demystifying ASP.NET Core MVC! Learn how .cshtml views connect to controllers through routing, naming conventions, and the `return View()` method. Master the MVC workflow!
Understanding How .cshtml Views Find the Correct Controller in ASP.NET Core MVC
Nov 22, 2025.
Demystifying ASP.NET Core MVC! Learn how .cshtml views connect to controllers through routing, naming conventions, and the `return View()` method. Master the MVC workflow!
What You Can & Cannot Do in CSHTML (Razor Views)
Nov 21, 2025.
Unlock the power of CSHTML in ASP.NET Core! This guide contrasts Razor views with Web Forms, covering what's possible (and not) with code examples and Tag Helpers. Master modern web development!
Create + Assign + List + Edit + Complete operations and role-wise views (Admin / Manager / User) ASP.NET Core MVC project
Nov 08, 2025.
Build a complete ASP.NET Core MVC task management app with role-based views (Admin, Manager, User). Includes CRUD, assignment, and completion features using EF Core and Identity.
ASP.NET Core MVC Deep Dive Part 5 - Advanced Controllers, Routing, Views & Enterprise Patterns
Oct 15, 2025.
Dive deep into ASP.NET Core MVC Models! This comprehensive guide covers model creation, data binding, validation using data annotations, and advanced techniques like custom validation and ViewModels. Learn to build robust and secure applications by mastering data integrity. Explore best practices, alternatives like FluentValidation, and prepare for Part 6: Controllers.
Performance Tuning a Tableau Dashboard with SQL Optimization
Sep 19, 2025.
This article reveals how SQL optimization dramatically improves performance. Learn to identify bottlenecks, implement indexing, pre-aggregate data with materialized views, optimize joins, and use incremental data loads. Transform sluggish dashboards into lightning-fast visualizations by focusing on SQL first!
HTML Tag Helpers vs. Tag Helpers in ASP.NET Core
Sep 11, 2025.
Confused about HTML Tag Helpers vs. ASP.NET Core Tag Helpers? This article clarifies the differences between standard HTML elements and ASP.NET Core's server-side helpers. Learn how Tag Helpers enhance Razor views with C# logic, improve SEO with clean URLs, and simplify model binding. Discover practical examples and benefits for cleaner, more maintainable ASP.NET Core web applications. Understand when and why to use each for optimal web development.
What Is MVC in Web Development
Sep 04, 2025.
Unlock the power of MVC (Model-View-Controller) in web development! This guide breaks down the MVC architecture, explaining how it separates data (Model), presentation (View), and control (Controller) for cleaner, more maintainable, and scalable applications. Discover the benefits, limitations, and real-world examples of MVC frameworks like ASP.NET MVC, Spring MVC, and more. Master this essential pattern for building robust web applications.
Partial View vs ViewComponent in ASP.NET MVC/Core – A Complete Guide
Sep 02, 2025.
Unlock the secrets of Partial Views and ViewComponents in ASP.NET MVC/Core! This guide dives deep into their differences, exploring usage, performance, and best-use cases. Learn when to use each for optimal code reusability and maintainability. Discover how Partial Views excel at static content while ViewComponents shine with dynamic, data-driven widgets. Elevate your ASP.NET development skills today!
Power Apps – Manage Public System Views with Security Role
Aug 25, 2025.
Microsoft has been continuously enhancing Power Apps and the overall Power Platform experience for both makers and administrators. One of the latest improvements that went generally available (GA) on August 15, 2025, is the ability to manage access to public system views using security roles.
View Component in React Native
Aug 19, 2025.
Learn how to use the React Native View component to create flexible, styled layouts with Flexbox. Arrange child views in rows or columns, build chat UIs, and apply padding, margin, borders, and alignment for mobile apps.
Inclusive Guide to Key Concepts in ASP.NET MVC Framework
Jul 31, 2025.
This comprehensive article covers essential ASP.NET MVC concepts—from routing and controllers to Razor views, validation, filters, and deployment—offering best practices and examples to build secure, maintainable web applications efficiently.
Understanding .NET MVC
Jul 14, 2025.
ASP.NET MVC is a web framework from Microsoft that uses the Model-View-Controller pattern to build clean, testable, and scalable web applications using C# and Razor.
Data View and LINQ in C# and VB.NET
Jul 07, 2025.
Learn how to fetch unique values from a DataTable using DataView and LINQ in C# and VB.NET. Explore sorting, filtering, and displaying distinct book records with examples compatible with .NET Core and .NET 9.
Embed and View SharePoint PDFs in Power Apps Using the Experimental PDF Viewer
Jun 18, 2025.
Power Apps has introduced a powerful experimental control that allows you to embed and view PDFs directly inside your app interface.
Horizontal List of Overlapping Images in MAUI [GamesCatalog] - Part 14
Apr 20, 2025.
Learn how to create a horizontal list of overlapping images in .NET MAUI for your GamesCatalog app! In Part 14 of this series, we’ll explore step-by-step how to design a smooth, modern UI using CollectionView and custom layouts. Perfect for game apps and cross-platform projects!
How to Publish ASP.NET Core MVC Project.NET 8 with View Files
Apr 14, 2025.
ASP.NET Core MVC .NET 8 publish cshtml file, publish view in asp.net core mvc, publishing CSHTML file in .NET 8 MVC project.
Overview of Razor Views, Razor Pages and Razor Components
Apr 02, 2025.
Explore the differences between Razor Views, Razor Pages, and Razor Components in ASP.NET Core. Learn how Razor Views work in MVC, how Razor Pages simplify page-based development, and how Razor Components power Blazor applications.
Viewing the Content of Spark DataFrames in Fabric Notebook
Apr 02, 2025.
Discover techniques to preview, filter, and analyze large datasets using Apache Spark. Whether you're working with PySpark or big data processing, enhance your workflow with efficient DataFrame visualization.
Filter Auto Suggestion Option in Dropdown List View ASP .NET
Mar 18, 2025.
Learn how to implement a filterable auto-suggestion dropdown list in ASP.NET. This guide covers creating a dynamic dropdown with search functionality, enabling users to quickly find options as they type.
Working with Dataset Data in ASP.NET GridView
Mar 08, 2025.
This article covers data binding, displaying records, sorting, paging, and editing in GridView. Understand how to fetch data from a database, manipulate it using DataTables, and present it efficiently using ASP.NET GridView for a seamless user experience.
How to Apply Conditional Formatting with JSON in SharePoint
Dec 31, 2024.
This article covers the basics of JSON formatting, step-by-step instructions to customize SharePoint lists, and tips for creating dynamic and visually appealing displays to improve user experience.
How to Format List Views in SharePoint
Dec 31, 2024.
SharePoint list formatting enhances data presentation by customizing appearance, adding alternating row styles, and applying conditional formatting. It improves readability, highlights key data, and boosts user experience for efficient collaboration.
Creating Views for Lists or Libraries in SharePoint Online
Nov 12, 2024.
Creating custom views in SharePoint Online allows users to tailor how lists and libraries display data. With options for filtering, sorting, grouping, and different layouts like calendar and gallery views, users can set up views to meet specific needs.
Scroll View Example in Android Studio using Java
Oct 30, 2024.
Scroll View in Android enables displaying more content on a single screen by allowing vertical or horizontal scrolling. It works with Linear Layouts, making it ideal for apps like note-taking where users can scroll through lists of content.
New Feature: Drag and Drop in Microsoft Lists
Oct 21, 2024.
Microsoft Lists has introduced a new drag-and-drop feature, allowing users to seamlessly rearrange items in both new and existing lists. Custom ordering is saved across the list, and users can switch to custom order mode easily.
Understanding MVC in .NET Core
Aug 12, 2024.
This article provides a comprehensive guide to understanding the Model-View-Controller (MVC) architecture in .NET Core. It explores how MVC separates concerns in web applications, enabling more organized and maintainable code.
How to Use Partial Views in .NET Core
Aug 08, 2024.
Partial views in ASP.NET Core allow developers to create reusable, modular UI components, enhancing code maintainability and reducing duplication. They render portions of webpages, facilitating dynamic content updates and better code management.
AlbertAGPT Bird's Eye Architectural View
Jul 29, 2024.
AlbertAGPT is a cutting-edge AI architecture featuring domains for updating, interacting, retrieving, and researching information. It integrates advanced NLP, NLU, and NLG technologies with robust safety, security, and verification engines.
Create Scrollable Screen in PowerApps
Jul 22, 2024.
Creating a scrollable screen is essential for enhancing user experience by allowing access to content that exceeds the viewport. This guide covers various methods to implement scrolling, including vertical and horizontal scrolling, using CSS, JavaScript, and popular frameworks.
Creating Custom Pipes in AngularJS
Jul 21, 2024.
This guide covers creating and using filters (pipes) in AngularJS. Learn how to apply built-in filters like currency, date, and uppercase, and create custom filters such as capitalize. Filters transform and format data in AngularJS applications, enhancing data presentation in templates and controllers.
MAPIG: My Method for Analysis, Projection, and Global Integration for technology strategy
Jul 17, 2024.
MAPIG (Method for Analysis, Projection, and Global Integration) is a comprehensive tech leadership framework designed by Alexis Chân Gridel. It integrates historical analysis, strategic alignment, tech audit, team assessment, and ethical considerations to bridge IT operations with business goals, fostering innovation and sustainable growth.
Seen by people on the page load in powerapps.
Jul 17, 2024.
Learn how to track page views and unique visitors using PowerApps integrated with SharePoint. Utilize global variables and the OnVisible property to optimize performance. Enhance UI with containers and galleries, displaying visitor details dynamically.
Implementing Global Search with Detailed Views in ASP.NET Core MVC
Jul 10, 2024.
Learn how to implement a robust global search feature in ASP.NET Core MVC. This tutorial covers setting up models like Product and Category, configuring the database with Entity Framework, seeding initial data, creating a search service for querying both products and categories, and developing responsive views with detailed information.
Understanding View Binding in Android
Jul 09, 2024.
View binding is a feature that makes it easier to write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that module. An instance of a binding class contains direct references to all views that have an ID in the corresponding layout.In most cases, view binding replaces findViewById
How to Display Unique Page Views in PowerApps
Jul 07, 2024.
We often see in many of the sites that total page view count is shown. I have come across one of the use case where I wanted to show how many times that page was visited by any user uniquely.
Track Views Per Item and Total Page Hits in PowerApps
Jul 05, 2024.
We often see in many of the sites that total page view count is shown. I have come across one of the use case where I wanted to show how many times that page was visited by any user. Another use case we will see how many views requests with details are posted means how many entries are made for any requests.
Managing CRUD Operations in ASP.NET MVC with Razor and C#
Jul 03, 2024.
Learn how to implement CRUD operations in an ASP.NET MVC application using Razor views and C#. This guide covers creating, reading, updating, and deleting records, with detailed controller actions and views for managing data efficiently.
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.
Code View in Power Apps Studio: A Game-Changer for Developers
Jun 27, 2024.
In this article, we will learn about the new feature of Power App Studio: Code View, which helps the developer view the control code in the YAML + PowerFx language.
VIEW in SQL with example
Jun 14, 2024.
SQL Views act as virtual tables based on predefined queries, streamlining data access and management. They eliminate the need to rewrite complex joins or aggregations in your applications. Views enhance security by granting users access to specific data within the View, shielding the underlying tables.
SQL Query Execution Understanding Process and Performance
Jun 11, 2024.
Understanding the SQL query execution order—from FROM and JOIN to WHERE, GROUP BY, HAVING, SELECT, ORDER BY, and LIMIT/OFFSET—is crucial for optimizing queries. Key techniques include indexing, optimizing joins, early filtering, avoiding SELECT *, and using subqueries, CTEs, caching, and materialized views to enhance performance.
Passing Values from Partial Views to Parent Views in ASP.NET MVC
May 30, 2024.
Learn efficient methods for sending values from partial views to parent views in ASP.NET MVC. Explore challenges, examples, and techniques like JavaScript messaging for seamless communication, enhancing user experience and interactivity.
How to re-render the View When the Browser is Resized in ReactJS
May 24, 2024.
To re-render a ReactJS view upon browser resize, utilize the use effect hook to add a resize event listener. Upon resizing, update state variables triggering a re-render of the component, ensuring responsive behavior for dynamic layout adjustments.
View Uploaded Files in Google Drive from ASP.NET Core App
May 21, 2024.
In this article, learn how to enhance your ASP.NET Core app by enabling users to view uploaded files directly in Google Drive. Follow our easy-to-understand guide to set up the Google Drive API, upload files from local storage or S3 buckets, and generate view links for PDFs, DOCs, XLS, and PPTs.
How to write Unit Tests for SwiftUI Views?
Apr 18, 2024.
Learn the key practices for writing unit tests for SwiftUI views in iOS and macOS apps. This guide covers project setup, effective testing methods, and leveraging SwiftUI's testing framework. With code examples and best practices, ensure your views' reliability and maintainability through thorough unit testing.
Different ActionResult Types in ASP.NET MVC & Their Uses
Apr 01, 2024.
In this article we will learn What are the different types of ActionResult in ASP.NET MVC, and when would you use each one?
Disable Social Bar (Like, Share and Views) in SharePoint Online
Mar 27, 2024.
Learn how to manage the Social Bar feature in SharePoint Online modern pages. Disable it at either the site or tenant level using PowerShell commands for efficient administration. No UI option available.
Disable Quick Create Views Using PowerShell
Mar 26, 2024.
In this article we will discuss step by step process to disable quick create view for multiple entities using powershell script.
Lets Create TabView in SwiftUI
Mar 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.
How Do I Open an OCR File in PDF?
Mar 05, 2024.
Explore methods to open OCR files in PDF. Get the best guides to open an OCR file in PDF with easy steps. Open OCR PDF files in C# using the iTextSharp library. Install iTextSharp, write C# code to extract text, and run the code for OCR PDF processing.
Understanding Site Usage & Site Report in SharePoint
Mar 04, 2024.
In this article, we will understand Site Usage & Site Report in SharePoint entails grasping how users interact with your site, tracking metrics such as page views, unique visitors, and popular content.
How to Open a PSD File Without Photoshop
Mar 02, 2024.
Explore methods to open a PSD File without Photoshop. Get the program to open a PDF file without Photoshop using C#.
Understanding View Encapsulation in Angular
Mar 02, 2024.
View encapsulation in Angular refers to the mechanism used to control how component styles are scoped and applied within the application. Angular provides three types of view encapsulation: emulated, none, and shadowdom. Let's understand each type:
How to View or Print CDR Image Files with or Without CorelDRAW
Mar 01, 2024.
Explore methods to View or Print CDR Image files with or without CorelDRAW. Get the best guides to View or Print CDR Image files using CorelDRAW and C#.
How to Open, Read or View MS SQL Error Log File
Feb 29, 2024.
Explore methods to open, read, or view SQL Server Error Log File. Get the best solution to open or view the SQL Server Log File of MS SQL Server in easy steps.
How to Read or View Exchange Database EDB File Programmatically
Feb 28, 2024.
Explore methods to Read or View the Exchange Database EDB File Programmatically. Know how to use this Exchange Server Managed API to View or Read Exchange EDB files.
SharePoint Online List JSON View Formatting - Video Thumbnail
Feb 13, 2024.
Customizing YouTube video thumbnails in SharePoint lists enhances visual appeal and user experience. By creating a list with specific columns and using JSON formatting, you can display thumbnails along with details like titles and descriptions.
Result vs. ActionResult in ASP.NET MVC
Feb 06, 2024.
In ASP.NET MVC, ActionResult is a general base class for action results, offering flexibility. ViewResult, a specific type, is used when explicitly returning a view, simplifying code for clearer understanding.
Power BI January 2024 Feature Updates
Feb 04, 2024.
Explore the latest Power BI updates, featuring a new "Show visuals as tables" view mode, enhanced styling options for column and bar charts, and extended customization for data labels.
Implementation of Collection View in .NET MAUI
Feb 02, 2024.
In this article, I will explain MAUI Collection View implementation using Visual Studio 2022. .NET MAUI Collection View is a view for presenting lists of data using different layout specifications. Collection View should be used for presenting lists of data that require scrolling or selection.
Building a URL Shortener with .NET
Feb 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.
Optimize ASP.NET Core MVC Data Transfer with Custom Middleware
Feb 01, 2024.
In ASP.NET Core, middleware components are used to handle requests and responses as they flow through the application's pipeline. These middleware components can be chained together to process requests and responses in a specific order. Transferring data between middleware components can be achieved using various techniques.
Stars Rating System with Dapper in .NET Core
Jan 29, 2024.
This tutorial teaches ASP.NET Core MVC web application development with controllers and views. Implementing a star rating system with Dapper in .NET Core involves several steps. First, you need to set up your database schema to store ratings.
Create and View Decomposition Tree Visuals in Power BI
Jan 23, 2024.
The decomposition tree visual in Power BI lets you visualize data across multiple dimensions. It automatically aggregates data and enables drilling down into your dimensions in any order.
Mastering MVVM: A Deep Dive into .NET MAUI with MVVM Toolkit
Jan 23, 2024.
In this article, we will learn about MVVM architecture with .NET MAUI and the MVVM Toolkit. Follow a step-by-step guide for project setup, plugin installation, and efficient implementation using ViewModel and View. Access the full code and explore the seamless integration of the View and ViewModel for robust cross-platform mobile applications.
Building a Responsive Navigation Bar with Vue.js
Jan 22, 2024.
Creating a navigation bar is a fundamental step in web development, and Vue.js simplifies the process by offering a clean and efficient way to handle dynamic user interfaces. In this guide, we'll break down the components needed for a basic navigation bar, and delve into Vue.js concepts such as models, and views.
View in React.js within the MVC Architecture
Dec 19, 2023.
Explain how to work with the View in the MVC pattern.
Improving Code Readability in View Section Using Return Templates
Dec 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.
15 Features Every SwiftUI Developer Should Know
Nov 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.
How to Pop to Root View in SwiftUI Tab on Re-Tap?
Oct 19, 2023.
In this article we will learn how to enable SwiftUI tab-based navigation to pop to the root view when the same tab is re-tapped, providing an intuitive user experience.
Swipe View in .NET MAUI
Sep 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.
Power BI What-If Analysis
Sep 12, 2023.
Power BI What-If Analysis: Unleash Data-Driven Decision Making
View-Model in Vue.js
Sep 01, 2023.
Explore Vue.js's View-Model architecture, central to building efficient interfaces. Learn what it is, its importance, and how to use it for separation of concerns, reactivity, and organized code.
View Encapsulation in Angular
Aug 28, 2023.
Uncover Angular's View Encapsulation: Control Styles and Components. Discover how Angular's View Encapsulation isolates styles and behaviors, enhancing modularity and reusability in web development. Learn more now.
ASP.Net GridView With Fixed Header
Jul 05, 2023.
Grid view using bootstrap JavaScript with fixed header.
Use Case View in Software Development
Jun 30, 2023.
The Use Case View is a perspective used in software development that concentrates on identifying a system's functional needs from the viewpoint of its users or other external actors. It aids in comprehending how users engage with the system and what features it ought to offer to meet their wants. Use case diagrams, which show how actors interact with the system, are generally used to record the use case view.
Custom Tabs with Animated Background in Android
Jun 14, 2023.
Customs tabs that highlights when selected and animates the background to the next selection backward and forward.
Power Pages - Custom "Select All - Unselect All" button in Lookup records dialog
May 11, 2023.
In Power Pages (Earlier Power Apps Portal), OOB support for selecting / deselecting all grid rows in “Lookup records” dialog is not found. Hence, I have built one client-side custom generic feature using Jquery which will be reusable for all such “Lookup records” dialog.
Avatar View in .NET MAUI Community Toolkit
May 08, 2023.
Avatar View in .NET MAUI Community Toolkit
Revolutionize Your Umbraco Development with View Components
May 07, 2023.
Umbraco is an open-source content management system(C M S). mbraco has the ability to use view components to build dynamic and reusable user interface (UI) elements. The latest version of Umbraco is built on top of the .Net core and offers many exciting new features and improvements. One of the key improvements is the introduction of view components.
SharePoint Item Display and Edit Screens Without Any Customization
Apr 24, 2023.
In this article we will see how to add a SharePoint list with few fields in all items view on a SharePoint page and show/ edit all the details of any selected list item on same page. Sometimes we have requirements where we want to show/ edit the details of any selected SharePoint list item. In most cases we go with custom web part or some app in Power Apps, but we can achieve this without any customization. We can use out of box SharePoint web parts and features to do this.
How to consume multiple GET API in one view in MVC
Apr 14, 2023.
we will learn How we can consume multiple GET APIs in one view in MVC
Customizing Text Views In SwiftUI - A Guide To View Modifiers For Text
Mar 31, 2023.
In this article, you will learn how to customize Text Views in SwiftUI - A Guide To View Modifiers For Text.
How To Add Font, FontWeight To Text In SwiftUI
Mar 24, 2023.
In this article, we are going to explore the Text component in SwiftUI. We will also know how to use Text view modifiers.
How To Generate SAS Token and View URL For Azure Blob Storage In Blazor Apps With .NET 7
Mar 22, 2023.
A SAS (Shared Access Signature) token is a secure way to grant limited access to resources in Azure storage. It provides a way to grant temporary access to a resource without sharing the account keys. With a SAS token, you can define the permissions (such as read, write, or delete) and the time interval for which access is permitted. This allows you to control access to your azure resources and lessen the risk of unauthorized access.