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(11)
Tuhin Paul(6)
Rajesh Gami(5)
Sangeetha S(4)
Jefferson S. Motta(4)
Vishal Gami(3)
Vijay Yadav(3)
Gajendra Jangid(3)
Pankajkumar Patel(2)
Suraj Dhage(2)
Abiola David(2)
Ck Nitin(2)
John Godel(2)
Gowtham Rajamanickam(2)
Pratik Chavan(2)
Emanuel Martins(2)
Manoj Kalla(2)
Shiv Sharma(2)
Sigar Dave(2)
Velladurai (2)
Sagar Pardeshi(2)
Anuradha Rani (2)
Krish Kanakiya(1)
Riya Patel(1)
Shubham Chinchalkar(1)
Ajay Narkhedkar(1)
Ketan Sathavara(1)
Allen Oneill(1)
Mominul Islam(1)
Saurav Kumar(1)
Avnii Thakur(1)
Malintha Wijewardana(1)
Niharika Gupta(1)
Aarav Patel(1)
Harshit Pandey(1)
Anoop Kumar Sharma(1)
Kiran Kumar(1)
Amit Kumar(1)
Micheal Xavier A (1)
Mayooran Navamany(1)
Parth Soni(1)
Rikam Palkar(1)
Babita (1)
Sarthak Varshney(1)
Abhishek Dhoriya(1)
Alexis Chan Gridel(1)
Sardar Mudassar Ali Khan (1)
Jejji Arora(1)
Keyur Pandya(1)
Sreenath Kappoor(1)
Siddhesh Chavan(1)
Ishika Tiwari(1)
Alkesh Bijarniya(1)
Vikas Singh(1)
Abhishek Saini(1)
Resources
No resource found
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.
Power Apps Grid Container
Jan 15, 2026.
Master Power Apps Grid Container! Learn to build responsive layouts effortlessly. Step-by-step guide to create structured UIs for any screen size. #PowerApps
How to route events to custom endpoint with Azure Event Grid using .NET Client Library?
Jan 15, 2026.
Learn how to route events to custom endpoints with Azure Event Grid using the .NET client library. Create resources, configure topics, and send events!
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
Understanding Containers and the New Grid Container in Power Apps Canvas Apps
Dec 24, 2025.
Master responsive Power Apps! Explore the new Grid Container for flexible layouts, enhanced responsiveness, and cleaner UI design. Elevate your canvas apps today!
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.
CSS Grid vs Flexbox: When to Use Which for Modern Layouts
Dec 10, 2025.
Creating layouts in modern web development has never been easier — thanks to CSS Grid and Flexbox. Both are powerful tools in the front-end developer’s toolkit, but they are designed for different purposes. Knowing when and how to use each can save you time, simplify your code, and improve your website’s performance and maintainability.
Implementing Advanced Filtering in Angular with SQL Server Backend
Dec 03, 2025.
Implement advanced filtering in Angular with a SQL Server backend. Learn architecture, query design, and best practices for performance and user experience.
Multi-Grid Synchronization with Shared Paging and Filters in Angular
Dec 03, 2025.
Synchronize Angular grids with shared paging and filters for scalable enterprise apps. Learn architecture, state management, and best practices for consistent data.
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!
CSS Grid vs Flexbox — A Complete Guide With Real-Time Examples
Nov 21, 2025.
Unlock the power of CSS layout! This guide dives into Flexbox and Grid, comparing their strengths with real-time examples for responsive web design mastery. Learn when to use each for optimal results!
Advanced CSS Grid Layouts for Professional UI Design (2025 Guide)
Nov 21, 2025.
Master advanced CSS Grid for professional UI design in 2025! Learn to build responsive layouts, dashboards, and landing pages with real-world examples & code.
How to Build Responsive Cards Using Flexbox & Grid
Nov 21, 2025.
Master responsive card layouts with Flexbox & Grid! This guide provides clear, code-rich examples for creating adaptable UIs that shine on any device.
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!
Writing a Dynamic Pivot Grid Stored Procedure for Reports in SQL Server
Nov 17, 2025.
Create a reusable SQL Server stored procedure for dynamic pivot reports. Handle dynamic columns, values, and groupings for flexible reporting solutions. Ideal for dashboards.
Implementing an Excel-like Editable Grid in Angular — Without Third-Party Libraries
Nov 14, 2025.
Craft an Excel-like editable grid in Angular without external libraries. This guide covers architecture, UX, accessibility, performance, and implementation.
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.
AI for Energy Grids on Azure: Predictive Load Balancing and Renewable Integration
Oct 22, 2025.
Discover how Azure AI empowers energy providers to revolutionize grid management. This article explores predictive load balancing, renewable energy integration, and real-time demand response using Azure Machine Learning, Synapse Analytics, and IoT services. Learn how AI drives efficiency, security, and sustainability for a smarter, cleaner energy future, reducing reliance on fossil fuels and improving grid stability.
.NET Isolated Azure Functions: Dependency Injection & Secure Configuration for Critical Infrastructure
Oct 16, 2025.
Learn how to build robust and secure .NET Isolated Azure Functions for critical infrastructure like smart grids. This guide covers dependency injection (DI) for testability and maintainability, secure configuration using environment variables and Azure Key Vault, and best practices for enterprise deployment. Ensure safety, auditability, and trust in your serverless applications.
Authentication for Smart Grid APIs: Managed Identities in Azure Functions
Oct 16, 2025.
Eliminate secrets in your Azure Functions for critical infrastructure! This article demonstrates how to use Managed Identities in a .NET 8 Azure Function to securely access Azure Key Vault and Cosmos DB in a smart grid load-balancing system. Learn how to implement zero-secret authentication, improve security, ensure compliance, and achieve automatic credential rotation for resilient and auditable systems.
Stateful Orchestration at Scale: How Azure Durable Functions Power Mission-Critical Infrastructure
Oct 15, 2025.
Discover how Azure Durable Functions provide stateful orchestration at scale for mission-critical infrastructure. Learn about Orchestrator Functions, Durable Entity Functions, and Durable Timers through a real-world smart grid load-shedding scenario during heatwaves.
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.
How to Create an Interactive Sankey Diagram for Energy Flow in Smart Grids Using Python
Oct 09, 2025.
Visualize smart grid energy flow in real-time using Python and Sankey diagrams! This guide provides a step-by-step approach to building an interactive dashboard with Plotly, simulating a European grid responding to a heatwave. Learn to identify inefficiencies, optimize resource allocation, and gain actionable insights for grid operators. Discover best practices for dashboard design and real-world applications.
What Algorithm Finds the Shortest Path in a Grid with Obstacles?
Oct 01, 2025.
Explore algorithms for finding the shortest path in grids with obstacles, crucial for AI, robotics, and game development. Learn about BFS, A*, Dijkstra's, and Greedy Best-First Search, understanding their strengths, weaknesses, and real-world applications like GPS navigation and robotics. Discover which algorithm suits your specific needs for efficient pathfinding.
🔑 Cheatsheet: Azure Service Bus vs Event Grid vs Event Hub
Oct 01, 2025.
Confused about Azure Service Bus, Event Grid, and Event Hub? This cheatsheet provides a clear comparison of these Azure services. Learn when to use each based on messaging patterns, delivery guarantees, and use cases like order processing, serverless triggers, and high-throughput data ingestion. Understand their differences with analogies and a quick elevator pitch!
What is hyperparameter tuning in ML?
Sep 24, 2025.
Unlock the full potential of your machine learning models with hyperparameter tuning! This guide explains what hyperparameters are, why tuning is essential, and explores techniques like Grid Search, Random Search, Bayesian Optimization, and AutoML. Learn best practices and see a Python example using GridSearchCV to optimize a Random Forest Classifier. Elevate your ML skills and build state-of-the-art models!
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!
Generative AI for Energy & Utilities: Grounded Automation for Grid Resilience
Sep 16, 2025.
Discover how generative AI, grounded in real-time data and safety protocols, is transforming energy and utilities. Learn about its applications in outage communications, field operations, asset maintenance, and demand response. Explore a pragmatic blueprint for improved grid resilience, faster response times, and enhanced operational efficiency through AI-powered automation and auditable suggestions.
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.
Case Study: How Atlantic Water Solved Their Real-Time Challenges
Aug 25, 2025.
Atlantic Water solved real-time data challenges using Azure Event Hub, Event Grid, and Service Bus. Improved incident response, billing, and customer notifications.
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.
Selenium WebDriver Overview
Aug 05, 2025.
Selenium WebDriver is a powerful tool for automating web browser interactions. It enables cross-browser testing, supports multiple languages, and is essential for robust and scalable test automation frameworks.
Common Pitfalls in Selenium Automation and How to Avoid Them
Aug 05, 2025.
This article highlights common Selenium automation mistakes like weak locators, hard-coded waits, and poor exception handling, offering best practices such as POM, explicit waits, and data-driven testing for robust, maintainable tests.
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.
CSS Grid vs Flexbox — When to Use Which
Jul 29, 2025.
Discover the key differences between CSS Flexbox and Grid. Learn when to use each layout system with real-world examples, helping you build responsive, efficient, and modern web designs more effectively.
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.
Exporting React Data Grid to PDF
Jun 23, 2025.
Learn how to display and export user data as a PDF in a React app using react-data-table-component, jspdf, and jspdf-autotable. Add sorting, pagination, and download functionality with ease.3/3
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.
How to Use Power Apps Grid Control in Model-Driven Apps for Inline Editing and Better UX
Jun 12, 2025.
Learn how to use Power Apps Grid Control in Model-Driven Apps to enable inline editing, improve data entry speed, and enhance user experience with modern, responsive UI elements in Microsoft Power Platform.
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.
Asynchronously Grouping Totals in MAUI [GamesCatalog] - Part 13
Apr 14, 2025.
Learn how to implement dynamic game status cards in MAUI using MVVM, data binding, and async methods. This covers creating UI components, grouping data by game status, and displaying totals on the main screen.
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.
Feature-Rich User Management System in Angular
Feb 18, 2025.
Build a modern User Management System using Angular with advanced features like theme switching, undo/redo functionality, CRUD operations, data export, form validation, and responsive design for an enhanced user experience.
User Management Grid in Angular
Feb 18, 2025.
Build a responsive user management grid in Angular with inline editing, validation, and local storage persistence. Features include CRUD operations, state management, responsive UI, error handling, and data validation for a seamless 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.
Everything you need to know about QuickGrid in Blazor
Nov 09, 2024.
This guide covers the basics of setting up QuickGrid, customizing columns, and optimizing performance in Blazor projects. Perfect for developers seeking a simple, powerful grid component for their Blazor apps.
Mastering Basic Arithmetic Operations in Web Development
Nov 08, 2024.
Build a simple web-based calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This project utilizes HTML for structure, CSS for styling, and JavaScript for interactivity.
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.
VMware Tanzu August 2024 Updates
Aug 28, 2024.
Discover the latest VMware Tanzu updates for August 2024, including new console, security enhancements, and key product releases.
Building a Dynamic Bank Deposit Management Interface
Aug 27, 2024.
This code creates a user interface for managing bank deposit methods using HTML, CSS, and JavaScript. It features toggle switches for different deposit types, radio buttons for selecting user roles, and AJAX functions for server communication.
New Features in Grid Dataverse Dynamics 365 for 2024 Revealed
Aug 23, 2024.
Explore the latest advancements in Grid Dataverse for Dynamics 365 with our 2024 update. This release unveils dynamic enhancements designed to boost data management and user experience.
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.
PDF Viewer Search functionality in Telerik UI for .NET MAUI
Jul 03, 2024.
Enhance your mobile and desktop applications with robust search functionality using the PDF Viewer in Telerik UI for .NET MAUI. Easily integrate and navigate through PDF documents with advanced search capabilities, offering users a seamless experience.
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.
Key Features of Angular Data Grid
Jun 28, 2024.
Explore the robust capabilities of Angular Data Grid with essential features like high performance, seamless customization, advanced filtering, sorting options, efficient pagination, virtualization for large datasets, and responsive design.
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.
Apply Filters Dynamically on Kendo Grid in Angular
Jun 25, 2024.
Learn how to apply filters dynamically on a Kendo Grid in Angular, enhancing data management and user interaction in your web applications. This guide covers integrating Kendo UI components in Angular, implementing real-time filtering, and creating an interactive data grid for efficient data display and manipulation.
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.
Understanding Kendo Grid in Angular
May 30, 2024.
This guide explains how to set up and use Kendo UI Grid in an Angular application. It covers installation, importing modules, adding sample data, including Kendo Grid in a component, adding styles, enabling features like sorting and paging, and running the application.
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.
Angular or React? This is the question!
May 23, 2024.
Angular or React? Tips for the best choice.
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.
Creating Responsive Layouts in React with Flexbox and Grid
May 20, 2024.
Learn to craft responsive layouts in React using Flexbox and Grid. Master CSS techniques for fluid designs adaptable to various screen sizes. Elevate your UI with mobile-first strategies and dynamic components for a seamless user experience.
Enhance Your Blazor QuickGrid with Dynamic with Button on Columns
May 16, 2024.
Learn how to enhance your Blazor QuickGrid by adding dynamic buttons to columns. This tutorial explores integrating interactive buttons within column cells, offering users tailored actions and improved functionality.
Creating a React Application from a Telerik Template - Part III
May 10, 2024.
This article guides you through creating a React application using Telerik's npx command. From installing the Create React App to configuring the Telerik React app, it ensures a seamless setup process.