Related resources for view
  • Webgrid and Gridview in ASP.NET Core and .NET Core Explained11/21/2024 11:10:24 AM. Learn dynamic paging and sorting in .NET Core using JavaScript and jQuery. Modify URLs with query strings for seamless server interaction, leveraging Bootstrap for responsive design and intuitive user
  • How to Create a ListView Command Set Extension11/12/2024 11:13:01 AM. A ListView Command Set extension in SharePoint customizes the command bar or context menu of lists/libraries. It allows adding buttons that trigger custom actions, such as displaying alerts, showing s
  • Creating Views for Lists or Libraries in SharePoint Online11/12/2024 6:02:41 AM. 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 v
  • Overview of Essential Networking Devices11/8/2024 5:01:07 AM. Networking devices enable data flow and secure communication within networks, connecting computers, servers, and other devices. Examples include routers, switches, modems, access points, and firewalls
  • Code Reviews to Eliminate Common Anti-Patterns11/7/2024 9:52:19 AM. Enhancing software quality by avoiding antipatterns in code reviews that cover antipatterns in the Input Kludge, Magic Pushbutton, Encapsulation Violation, Anemic Domain Model, and
  • Overview of SharePoint Search API for SharePoint User Profiles11/7/2024 6:43:36 AM. The SharePoint Search API allows you to query user profile data, such as name, email, job title, and department. Using the POST /search/postquery method, you can easily retrieve user information with
  • Understanding TreeView in .NET Core11/4/2024 5:58:45 AM. The TreeView component in .NET Core is a powerful UI element that displays hierarchical data in a tree-like structure, allowing users to navigate through items easily.
  • Scroll View Example in Android Studio using Java10/30/2024 8:04:11 AM. 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 us
  • An Overview of the Implementation of ValidationRules in WPF C#10/27/2024 6:39:40 AM. In WPF, the ValidationRule class enables custom validation for user input in controls like TextBox. By extending the ValidationRule and overriding the Validate method, specific input criteria can be e
  • Array to Text File: Detailed Overview of ArrayIOExtensionsLib Class10/22/2024 10:04:42 AM. This article provides a comprehensive overview of the ArrayIOExtensionsLib class, detailing its functionality for converting arrays to text files in C#. We explore its key features, methods, and pract
  • New Feature: Drag and Drop in Microsoft Lists10/21/2024 6:17:11 AM. 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
  • Change Style Dynamically in Various Ways Using AngularJS10/8/2024 9:20:34 AM. This article explores three methods for dynamically changing styles in AngularJS applications. It covers how to implement external Angular.js files, create CSS classes, and use the ng-class directive
  • Overview Of Azure Redis Cache10/8/2024 9:19:02 AM. This article explores caching techniques and their implementation in Azure, focusing on Azure Redis Cache. It explains how caching enhances web application performance by storing frequently accessed d
  • Displaying Partial View On Condition in Web API10/8/2024 8:53:24 AM. This article explains how to create and display partial views conditionally in an ASP.NET MVC Web API application. By selecting a value from a drop-down list and submitting it, the corresponding parti
  • Show Data in Dynamic Grid Using AngularJS10/1/2024 8:21:44 AM. This article explains how to create a dynamic grid using AngularJS. It covers setting up the AngularJS environment, implementing a ViewModel to manage employee data, and using input fields bound with
  • Overview of Minimal API10/1/2024 8:20:11 AM. Minimal API in ASP.NET Core provides a streamlined approach to building HTTP APIs with minimal configuration. Introduced in .NET 6, it allows for lightweight API development without controllers, makin
  • Bind Data to Multiple Models From View in MVC9/27/2024 10:22:10 AM. We'll cover techniques for utilizing ViewModels to facilitate seamless data transfer between the user interface and server-side logic, ensuring smooth form submissions, data validation, and improv
  • Nested Collection Models in MVC to Add Multiple Phone Numbers - Part 19/27/2024 10:08:34 AM. This article explains how to create an MVC application using the Nested Model concept, allowing users to add or remove multiple phone numbers for an employee. It covers database setup, model creation,
  • QUIZ Application With ASP.NET MVC 59/26/2024 8:45:26 AM. Create a dynamic Quiz Application using ASP.NET MVC 5, showcasing the power of the Model-View-Controller architecture. This project involves user authentication, database integration for question mana
  • How to Manage ViewState in ASP.NET?9/23/2024 9:16:18 AM. This article explains various methods of managing state in ASP.NET, including ViewState, Session, Application, and Cookies. It focuses on ViewState, its lifecycle, enabling/disabling at the page or co
  • Add and Use Copilot Answer Control in Microsoft Power Apps Preview9/23/2024 5:15:53 AM. In this guide, you'll learn how to add and use the Copilot answer control (Preview) in Microsoft Power Apps. We walk you through the steps to integrate this AI-driven feature, enhancing user inter
  • Looking deep inside PostBack and ViewState in ASP.NET 3.59/20/2024 9:28:54 AM. In ASP.NET 3.5, PostBack and ViewState play crucial roles in managing web form data between client and server during the page lifecycle. PostBack handles user-triggered events by sending requests to t
  • Session State Behavior Per Action in ASP.NET MVC9/20/2024 8:07:03 AM. This guide explains how to control session state behavior in ASP.NET MVC using the SessionState attribute and a custom ActionSessionStateAttribute. While the SessionState attribute applies to an entir
  • Getting Record ID From EntityView In Dynamics 365 Portal9/19/2024 10:15:46 AM. This article explains how to use an entity list in Dynamics 365 portals to manage records efficiently. It demonstrates configuring a web template to redirect users to a details page if only one record
  • Bulk Insert From ASP.NET Web Form Using C#9/17/2024 10:39:37 AM. To insert bulk records into a database from a web form, create a ProductsSold table. Design a web form with GridView, TextBoxes, and Buttons to add and display products. Use a DataTable in ViewState t
  • AngularJS Interview Questions And Answers - Part One9/17/2024 10:36:14 AM. In this guide, "AngularJS Interview Questions And Answers - Part One," you'll find a comprehensive list of essential questions and detailed answers to help you prepare for AngularJS inte
  • Azure App Service: Create Web App from Visual Studio9/17/2024 10:25:52 AM. To create a new web application in Visual Studio, go to File -> New Project and select “Web Forms,” ensuring the “Host in the Cloud” checkbox is checked with “App Service” selected. After configuri
  • Export Data In Excel File With ASP.NET MVC9/17/2024 10:23:49 AM. In this tutorial, learn how to export data from an ASP.NET MVC application to an Excel file using the ClosedXml library. We'll guide you through creating a project, setting up entity classes, and
  • An overview of the Task Parallel Library (TPL) in C#9/17/2024 5:07:16 AM. The Task Parallel Library (TPL) is a collection of public types and APIs within the .NET framework that facilitates the integration of parallelism and concurrency into applications.
  • CRUD Operations Using Knockout in MVC Application: Part 29/16/2024 11:22:32 AM. This article demonstrates CRUD operations using Knockout.js in an MVC application. It covers the View class, focusing on Knockout bindings, observable arrays, and AJAX calls for creating, editing, and
  • Overview Of Data Gateway In Power BI9/16/2024 11:19:33 AM. A Power BI Gateway connects on-premise data sources, such as SQL Server or SharePoint, to online services like Power BI. It ensures secure communication, supports both Personal and Enterprise Modes, a
  • Copilot Extensibility – A Brief Overview9/16/2024 5:46:53 AM. Microsoft 365 Copilot Extensibility indicates an integration of the AI capabilities of the Microsoft 365 products with the other line of business applications within the organization. It provides user
  • Bind Textbox Using Knockout In MVC9/13/2024 10:50:22 AM. Learn how to bind a textbox in an MVC application using Knockout.js, a popular JavaScript MVVM library. This tutorial covers the basics of two-way data binding with Knockout observables, enabling dyna
  • Increment and Decrement of Numbers Using Event in Backbone.js9/9/2024 11:53:16 AM. In this article, we create a simple application using Backbone.js to increment and decrement numbers with event handling. By adding two buttons, users can click to increase or decrease a number.
  • Bind Data On View Using ng-repeat in AngularJS9/9/2024 11:50:30 AM. Learn how to efficiently bind and display data on your view using AngularJS's ng-repeat directive. This guide covers how to use ng-repeat to loop through data collections and dynamically render co
  • Real Time Use Of Context Menu Strip In Windows Form Application9/9/2024 11:35:42 AM. Learn how to use ContextMenuStrip in a Windows Forms application to delete records from a DataGridView. This tutorial covers setting up a context menu, handling right-click events, and executing a del
  • Print Dialog And Print Preview Tools Using Entire Windows Form To Print9/9/2024 11:10:25 AM. This article explains how to print an entire Windows Form using Print Dialog and Print Preview tools in a Windows Forms application. It covers creating a Print Preview with PrintPreviewDialog, configu
  • Export Large Data from GridView to Excel File using C#9/5/2024 11:00:25 AM. Learn how to export large data from a GridView to an Excel file in C#. This guide covers the steps to efficiently handle and export substantial datasets, ensuring smooth data transfer to a spreadsheet
  • Export Gridview Data in .csv Format9/5/2024 10:59:35 AM. Learn how to export data from a Gridview to a CSV file format in this comprehensive guide. This tutorial covers the steps to efficiently convert and save Gridview data into a CSV file, allowing for ea
  • Export Gridview/Listview to Excel with Color Formatting9/5/2024 10:58:45 AM. Learn how to export data from Gridview or Listview to Excel while preserving color formatting. This guide covers techniques for applying visual styles and colors to your exported spreadsheets, ensurin
  • Using JQuery GridView For an ASP.NET MVC Application9/5/2024 9:28:18 AM. Learn how to create a GridView in ASP.NET MVC using jQuery plugins. This guide covers creating static and dynamic GridViews, populating data from a database, and implementing features like paging and
  • Overview Of ASP.NET Core9/4/2024 9:00:26 AM. Explore ASP.NET Core, a cross-platform, high-performance framework for building modern web applications and APIs. Learn about its key features including MVC architecture, Razor Pages, dependency injec
  • Understanding GridView Formatting9/4/2024 8:34:02 AM. Learn how to format an ASP.NET GridView with various styles and data formatting options. This guide covers using the DataFormatString property for numeric and date formats, and customizing GridView st
  • GridView Paging Sample in ASP.NET9/4/2024 8:21:34 AM. Learn how to implement various paging styles in ASP.NET GridView using C#. This guide covers binding SQL Server data to a GridView, enabling paging, and customizing pager settings like Numeric, NextPr
  • Overview of the Migration from QnA Maker to Custom QnA Maker9/3/2024 4:51:28 AM. With QnA Maker's retirement approaching, migrate to Custom QnA Maker by March 2025. Custom QnA Maker offers advanced AI capabilities for improved performance and content quality. Use the tool-to-t
  • Intalling Windows Server 2025 Preview on VMware ESXi8/23/2024 5:27:28 AM. Learn how to set up a virtual machine, configure ESXi settings, and optimize your server for the latest Windows Server version. Ideal for IT professionals and system administrators looking to explore
  • ViewModel Locator in WPF8/22/2024 11:04:58 AM. The ViewModel Locator in WPF (Windows Presentation Foundation) is a design pattern used in the MVVM (Model-View-ViewModel) architecture. It helps manage and provide instances of ViewModels to Views, f
  • Create QR Code Report Using RDLC Report With Preview8/21/2024 6:37:40 AM. In this article we can learn how to make our own QR code. Make a QR report using RDLC reports with preview condition.
  • Real-Time Pageview Tracking With .NET Core8/21/2024 5:28:26 AM. Learn how to implement real-time pageview tracking in your .NET Core application. This guide covers setting up live monitoring of website traffic, capturing pageview metrics, and integrating real-time
  • Learn About State Management In ASP.NET MVC8/20/2024 11:13:58 AM. In this article, we will discuss various ways to pass the data from Controller to View, or Controller to Controller. However, in ASP.NET web applications, for state management, we use View State, Hidd
  • Brief Overview of Collection Types in C#8/20/2024 7:10:00 AM. Learn how each collection type is used in C# programming for efficient data storage and manipulation. Perfect for beginners and developers looking to strengthen their .NET skills.
  • View Variables In .NET MVC8/16/2024 2:23:27 PM. This article discuss the View Variables, such as ViewData, ViewBag, TempData and Session in MVC
  • Understanding MVC in .NET Core8/12/2024 11:46:59 AM. 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 organi
  • Overview Of Oracle Package DBMS METADATA8/12/2024 11:04:41 AM. In this article, you will learn about Oracle Package DBMS METADATA.
  • How to Enable or disable Copilot (preview) in Power Apps 8/12/2024 7:14:33 AM. Learn to create a chatbot in Power Apps using Microsoft Copilot Studio and Power Virtual Agents without coding. This guide covers setting up chatbots with a no-code approach, integrating them into you
  • Entity Framework (0), Overview8/10/2024 2:07:47 PM. In this article, you will learn about entity framework (0), Overview, concept, and approaches.
  • Entity Framework (0-1), Overview Additions8/10/2024 2:07:26 PM. This article will add some additions for Entity Framework Overview.
  • How to Use Partial Views in .NET Core 8/8/2024 4:07:43 AM. 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 dynami
  • Using Peek And Keep In TempData In ASP.NET MVC8/7/2024 10:48:09 AM. TempData in ASP.NET MVC is used to pass data between actions or controllers and can persist data across requests. Unlike ViewData and ViewBag, which only last for a single request, TempData can mainta
  • Binding DOM Event With View Method in Backbone.JS8/6/2024 11:31:58 AM. In this article, learn how to bind DOM events to the View method using Backbone.js. By integrating jQuery, Underscore.js, and Backbone.js, you'll create a button that, when clicked, infinitely add
  • VIEW in SQL with example8/6/2024 4:57:26 AM. 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 enhan
  • Semantic Kernel - A brief overview8/5/2024 11:32:39 AM. In the context of language processing and computational linguistics, semantic kernels are mathematical tools or functions used to measure and compare the semantic similarity between pieces of text.
  • Overview Of Identity In ASP.NET Core 2.08/2/2024 4:55:35 AM. It is a membership system that allows us to add login functionality to our application. User may create account and login using credential or can use external login provider such as Google, Microsoft
  • An Overview Of Cloud And Azure Cloud8/1/2024 11:45:49 AM. Explore the essentials of cloud computing and dive into Microsoft Azure's capabilities. This overview covers fundamental cloud concepts, key benefits of Azure Cloud, and how it integrates with var
  • Understanding the basics of Copilot Studio Architecture7/31/2024 6:05:01 AM. Understanding the Basics of Copilot Studio Architecture" delves into the foundational elements of Copilot Studio's architecture. This guide provides an overview of its design principles, key
  • Overview Of Azure On-Premise Data Gateway7/30/2024 6:05:54 AM. Learn about the Azure On-Premises Data Gateway, which acts as a bridge between on-premise resources and Azure services like Logic Apps, Power BI, and Microsoft Flow. This article covers its role in se
  • Overview Of Strongly Type HTML Helpers In MVC7/29/2024 8:24:22 AM. Learn how these helpers enhance type safety and streamline the generation of HTML elements in Razor views, leveraging view models and data annotations for robust, dynamic web forms and UI components.
  • AlbertAGPT Bird's Eye Architectural View7/29/2024 6:51:51 AM. 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 saf
  • Create Scrollable Screen in PowerApps7/22/2024 7:34:58 AM. 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 ver
  • Understanding View Binding in Android7/22/2024 4:30:54 AM. 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
  • Applying SharePoint Online Site Classification using PowerShell7/22/2024 2:21:57 AM. Applying SharePoint Online Site Classification using PowerShell" guides administrators in leveraging PowerShell to efficiently manage site classifications within SharePoint Online.
  • Creating Custom Pipes in AngularJS7/21/2024 4:01:56 AM. 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 transfo
  • Various Ways to Disable ViewState in ASP.Net 4.07/18/2024 3:12:37 PM. Learn how to optimize your ASP.Net 4.0 web applications by effectively managing ViewState. This guide explores various techniques to disable ViewState, improving performance and reducing page load tim
  • MAPIG: My Method for Analysis, Projection, and Global Integration for technology strategy7/17/2024 12:16:41 PM. 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
  • Data Binding in Android Kotlin7/17/2024 6:52:51 AM. Data binding in Kotlin refers to the process of establishing a connection between the UI elements of an application and the underlying data model. This technique allows for seamless synchronization be
  • Seen by people on the page load in powerapps.7/17/2024 12:41:53 AM. 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 an
  • An Intelligent Podcast Interviewer: AI Samvadini7/16/2024 11:02:28 AM. AI Samvadini is an intelligent podcast interviewer who generates real-time, engaging questions. It features contextual understanding, guest profiling, dynamic interaction, and content diversity. Built
  • Microsoft Purview- An Unified Data Governance service in Azure 7/11/2024 6:25:52 AM. In this article, we will look into Microsoft Purview, a comprehensive solution for discovering, cataloging, managing, and protecting data assets across hybrid and multi-cloud environments.
  • Blockchain Networks: Mainnet and Testnet Overview7/10/2024 6:30:53 PM. Blockchain technology, featuring mainnets and testnets, underpins cryptocurrencies like Bitcoin and Ethereum. Mainnets handle real transactions and dApp interactions, while testnets offer a risk-free
  • Implementing Global Search with Detailed Views in ASP.NET Core MVC7/10/2024 11:02:42 AM. 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 in
  • Preview on Azure Fluid Relay7/9/2024 1:28:35 PM. In this session, we will discuss the concepts of Azure Fluid Relay on how it can create collaborative applications with no requirements on handling server code.
  • Multi-Threading (2), Implementation Overview7/8/2024 10:58:06 AM. This article will discuss the multi-threading implementation in overview.
  • Cracking the Code Review from Guesswork to Automated Guidance7/8/2024 8:22:08 AM. This session will leave you with practical tactics for improving pull requests, performing better code reviews, and a suite of tools to simplify the review process and boost code quality.
  • Code Reviews are Mostly Useless7/8/2024 7:35:24 AM. In this presentation, we'll gnash our teeth for a bit about how useless and pointless most code review processes tend to be… and when we eventually calm down, we'll try to talk about how to im
  • How to Display Unique Page Views in PowerApps7/7/2024 6:26:40 PM. 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 PowerApps7/5/2024 7:37:03 AM. 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
  • How To Create Sorting And Paging In ASP.NET Web Forms GridView 7/4/2024 5:24:32 AM. Learn how to enable sorting and paging in an ASP.NET GridView by configuring properties, handling events, and binding data using C# code examples and best practices for efficient data display.
  • Managing CRUD Operations in ASP.NET MVC with Razor and C#7/3/2024 11:01:59 AM. 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
  • PDF Viewer Search functionality in Telerik UI for .NET MAUI7/3/2024 9:07:41 AM. 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
  • Centralized Project Updates with Teams Messaging Extension7/2/2024 5:25:29 AM. 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
  • Code View in Power Apps Studio: A Game-Changer for Developers6/27/2024 8:51:38 AM. 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.
  • How To Display SSRS Report In ASP.NET MVC Web Application6/25/2024 10:07:11 AM. This article demonstrates how to integrate SSRS reports into an ASP.NET MVC web application using the ReportViewer for MVC package. It covers setup steps, including installing the nuGet package, confi
  • Fancy GridView Sorting6/25/2024 10:03:22 AM. Experience enhanced usability with Fancy GridView Sorting! Our feature-rich interface offers dynamic and customizable sorting options for your data grids. Enjoy user-friendly controls, visual indicato
  • Top Java Spring Boot Scenario-Based Interview Questions6/24/2024 9:22:12 AM. Preparing for a Spring Boot interview? Master scenario-based questions covering database migrations with Flyway, REST API exception handling using @ControllerAdvice, Spring Security for authentication
  • Return View With ViewName in Controller Sample in MVC - Day 56/24/2024 9:02:13 AM. This article describes how to return a view name from a controller in an MVC project. Start by creating an MVC project from the "Empty" template, then add a controller by right-clicking on &
  • Microsoft Reading Coach(Preview): Revolutionizing Rading Practice6/21/2024 5:37:03 AM. Discover Microsoft Reading Coach (Preview), a groundbreaking tool revolutionizing reading practice. Using AI and interactive learning tools, it transforms educational experiences by enhancing reading
  • A Simple WPF Application Implementing MVVM6/20/2024 10:12:01 AM. In modern application development using technologies like WPF, Silverlight, and MVVM, several key concepts and components play critical roles. WPF, or Windows Presentation Foundation, revolutionizes W
  • Interview Questions And Answers On Selenium6/20/2024 10:10:19 AM. Explore comprehensive interview questions and expert answers on Selenium, covering essential topics like Selenium WebDriver, test automation strategies, Java/C#/Python programming for Selenium, test f
  • How We Hire Developer Talents?6/20/2024 4:55:46 AM. Our comprehensive recruitment process evaluates developers on technical skills and cultural fit through Testdome assessments, structured interviews, and a day with the team. This approach ensures we s
  • Speaker Coach in Microsoft Teams Meeting6/19/2024 12:05:04 PM. Speaker Coach provides personalized, real-time feedback during meetings and presentations. It offers insights on speaking performance privately, not recorded in transcripts. Users can enable it via Mi