Related resources for view
  • Angular JS Overview: Benefits, Basics, & Simple Examples4/19/2024 11:03:08 AM. Angular JS is a powerful JavaScript framework for building web applications. It offers benefits like dependency injection, two-way data binding, testing ease, and MVC architecture. Using directives li
  • Learn about Controllers in AngularJS4/19/2024 11:01:29 AM. Learn about controllers in Angular JS, their role in separating concerns in model-view-controller architecture, and their behavior. Explore examples, including data binding expressions and error hand
  • Zero To Hero In MS SQL Server - Part Two4/19/2024 10:30:33 AM. Advance your MS SQL Server skills from Part One to mastery with Part Two. Dive into advanced T-SQL, stored procedures, triggers, and performance tuning techniques for efficient database management and
  • Filterable DataGridView using Linq and reflections4/19/2024 10:29:32 AM. Create a dynamic DataGridView in C# with filter capabilities using Linq and reflection. Manipulate data efficiently, enhance user experience, and utilize object-oriented programming for flexible data
  • Top iOS Interview Questions in 20244/18/2024 12:45:55 PM. This article is about what are the top interview questions you can prepare for interview. Mastering iOS development involves a deep dive into Swift, app architecture, UIKit, networking, data managemen
  • Create Item View Using K2 Designer In SharePoint Online4/18/2024 8:17:43 AM. Learn to craft dynamic item views in SharePoint 2013 Online using K2 Designer. Enhance data presentation, customize forms, and integrate workflows for efficient business processes. Unlock the power of
  • How to write Unit Tests for SwiftUI Views?4/18/2024 4:04:15 AM. 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
  • Learn Angular 8 Step By Step in 10 Days – View Encapsulation (Day 6)4/17/2024 9:35:52 AM. Embark on a 10-day journey to master Angular 8 with a comprehensive tutorial series. Day 6 delves into View Encapsulation, exploring how it enhances component styling, encapsulation modes, and practic
  • Learn Angular 8 Step By Step in 10 Days – Pipes (Day 5)4/17/2024 9:33:42 AM. Explore Angular 8 in a structured, step-by-step tutorial over 10 days, focusing on Pipes on Day 5. Enhance your web development skills with hands-on learning of this powerful JavaScript framework.
  • Sharing Data Between Component Using Angular V4 And Above4/16/2024 10:59:00 AM. Hi Readers , I hope you all are doing good and read my all the previous tutorials . My previous article about Binding with Angular 4 and above Binding with Angular v4 And Above in which I have explai
  • Overview Of Routing And Navigation In Angular4/16/2024 6:46:58 AM. In this article we are going to learn the use of routing in angular. In any general application there are multiple views and to perform the navigation from one view to another we required routing. Rou
  • Overview Of Components In Angular4/16/2024 6:34:04 AM. In this article, we are going to learn the basics of Angular components. We are going to learn what exactly makes up the component and how we can add a new component to our Angular application with th
  • Sharing Data from Child to Parent in Angular 8 Using @viewchild4/15/2024 11:51:06 AM. Angular 8 facilitates efficient parent-child component communication through @ViewChild. This TypeScript decorator allows a parent component to access a child component's properties and methods, e
  • How To Create A Partitioned View In SQL Server4/15/2024 11:05:27 AM. Learn about creating and utilizing partitioned views in SQL Server for efficient data retrieval and performance optimization. Understand the concept, steps for implementation, check constraint usage,
  • Microsoft Fabric: A Comprehensive Overview4/15/2024 4:04:10 AM. Microsoft Fabric is a powerful cloud based SaaS platform that revolutionizes the world of data analytics. With end-to-end capabilities spanning data lakes, data engineering, data analytics, data integ
  • New LINQ Methods in .NET 9 Preview4/14/2024 3:56:25 AM. While the release of .NET 9 is planned for November 2024, the preview version is already available. One of the new .NET 9 features is the new LINQ methods: CountBy, AggregateBy, and Index. In this art
  • What's new in .NET 9? .NET 9 Preview 3 4/12/2024 4:59:05 AM. We're excited to announce the release of .NET 9 Preview 3, packed with new features and improvements across .NET Libraries, Runtime, and SDK. This preview release brings enhancements aimed at boos
  • Git GUI Clients (1) --- Overview4/12/2024 4:01:39 AM. This article will discuss the Git GUI Clients in General. In this article, Git GUI Clients, including Visual Studio, Visual Studio Code, GitHub Desktop, TortoiseGit, and SmartGit, offer diverse tools
  • _Layout And _ViewStart And _ViewImports In ASP.NET MVC Core 3.04/11/2024 11:12:11 AM. Today in this article I will discuss about _Layout, ViewStart and ViewImports file in ASP.Net MVC Core 3.0. These are the file place in views folder. We will understand all 3 files step by step.
  • Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel 4/11/2024 10:35:24 AM. Xamarin.Forms EventToCommand behavior facilitates MVVM by binding events to ViewModel commands. It streamlines event handling, promoting the separation of concerns within the application architecture.
  • Configure Tiles View In SharePoint Online - Office 3654/11/2024 10:32:09 AM. Configure Tiles View in SharePoint Online (Office 365) by accessing site settings or document library settings in the modern experience. Customize layout, sizes, and content presentation for improved
  • ViewComponent In ASP.NET Core4/8/2024 9:02:10 AM. ViewComponent in ASP.NET Core enables the creation of reusable UI components, enhancing code modularity and separation of concerns. Leveraging Razor syntax, it facilitates rendering dynamic content an
  • Introduction To Azure Logic Apps4/8/2024 9:01:25 AM. Learn about Azure Logic Apps for task scheduling and automation in cloud computing. Explore workflow components like triggers, actions, and loops. Discover advantages, connectors, usage scenarios, pri
  • Customize Current Theme From Power BI Desktop Without Using JSON - Part One4/8/2024 8:44:58 AM. In this article, we will talk about how we can customize the current Power BI report theme in Power BI.
  • Set Default Value To Dropdown List From Database In ASP.NET MVC4/8/2024 8:21:07 AM. In this article, you will learn how to populate a dropdown list in ASP.NET MVC with default values retrieved from a database. Utilize Entity Framework to fetch data and bind it to the SelectList.
  • Grid View In Xamarin.Forms Using FlowListView4/4/2024 9:10:03 AM. Learn how to use FlowListView in Xamarin.Forms to create a GridView with features like infinite loading, item-tapped Commands, and more. Follow implementation steps: creating a new Xamarin.Forms proje
  • Create Power BI Report Using PDF Data Source4/4/2024 8:56:31 AM. Learn how to extract data from PDF files using Power BI's PDF Connector. Enable the feature, select the PDF, preview pages, load data, view available fields, and prepare a Power BI report based on
  • Grant Execute Or View Permission To Stored Procedures In SQL Server4/4/2024 8:53:54 AM. In this article we’ll learn how we can grant execute permission or view permission on stored procedures. We’ll also see why users require explicit permission on stored procedures.
  • How to Send an Email With Image in C#4/3/2024 9:41:22 AM. Send emails with images in C# using System.Net.Mail. Create an alternate view to embed images within HTML content. Utilize LinkedResource to reference images and SmtpClient to send MailMessage with an
  • Table View In Xamarin iOS - Part Two🚀4/3/2024 9:38:56 AM. Part Two of Xamarin.iOS TableView series explores TableViewSource and its methods like GetCell and RowsInSection, essential for populating and managing table view data. Dive into Model-View-ViewModel
  • ASP.Net MVC View4/2/2024 9:13:55 AM. In this article, we will learn ASP.NET MVC Views offer flexible presentation layer control. Utilize Razor syntax for dynamic HTML rendering, leverage Layouts for consistent design, and employ Partial
  • HtmlHelper Methods in ASP.NET MVC4/2/2024 9:12:31 AM. Explore the power of HtmlHelper methods in ASP.NET MVC for efficient HTML generation. Learn how to leverage Razor syntax to streamline MVC Views, utilizing form helpers, tag helpers, and other techniq
  • Getting Started with Razor View Engine in MVC 34/2/2024 9:08:59 AM. Learn about the Razor View Engine in MVC 3 through this beginner-level article, covering syntax basics, creating a User Registration Application, and utilizing Data Annotation Validator Attributes fo
  • Viewstart Page in ASP.NET MVC 34/2/2024 9:06:50 AM. The Viewstart page in ASP.NET MVC 3, denoted as _ViewStart.cshtml, sets the default layout and global settings for views. It initializes layout pages, enabling uniform structure and design across mult
  • Displaying Data On View From Controller4/1/2024 12:01:36 PM. In ASP.NET MVC, data from a controller can be displayed on a view using various methods like ViewData, ViewBag, or strongly-typed models. Controllers pass data to views, leveraging Razor syntax to bin
  • Various Ways to Pass Data From Controller to View in MVC 44/1/2024 11:52:59 AM. In this article, we will discover the myriad ways to transfer data between controllers and views in MVC 4. Explore techniques like ViewBag, ViewData, TempData, Models, and ViewModel for efficient comm
  • ActionResult Return Type in MVC 3.04/1/2024 11:51:41 AM. In this article, you will learn how action methods help us to return models to views, file streams, and also redirect to other controllers Action method in MVC 3.0.
  • Database First Approach With ASP.NET MVC Step By Step Part 14/1/2024 9:47:43 AM. In this article, I will demonstrate you about Database First Approach in Entity Framework and will also show how to implement it with ASP.NET MVC.
  • Terminologies in MVC: Part 3 (Scaffolding)4/1/2024 8:34:00 AM. This article is a sub-part of my MVC article series. This series contains all the terminologies, acronyms and terms usually used in the MVC framework. Knowledge of these is as important as knowing Mod
  • ASPX View Engine VS Razor View Engine4/1/2024 8:27:59 AM. View engines render HTML to the browser. ASP.Net MVC supports ASPX and Razor View Engines by default, with options for third-party engines. ASPX syntax mirrors ASP.Net web forms, while Razor offers a
  • Introduction to Microsoft ASP.NET MVC 3 Razor View Engine4/1/2024 7:03:26 AM. In this article, we will explore the fundamentals of Microsoft ASP.NET MVC 3 with the intuitive Razor View Engine. Learn how MVC architecture streamlines web development, delve into Razor syntax for c
  • Different ActionResult Types in ASP.NET MVC & Their Uses4/1/2024 6:14:26 AM. In this article we will learn What are the different types of ActionResult in ASP.NET MVC, and when would you use each one?
  • ViewData vs ViewBag vs TempData vs Session in .NET3/30/2024 7:23:02 AM. In ASP.NET, passing data between controllers and views is a common requirement for building dynamic web applications. ASP.NET provides several mechanisms for achieving this, including ViewData, ViewBa
  • Understanding Filters in MVC3/29/2024 10:56:27 AM. There are situations in which we have an implementation that will be reused in many places that is not confined to a single place or method. This is fulfilled by the Filters in MVC. Let's discuss
  • Creating a Simple Application Using MVC 4.03/29/2024 9:57:04 AM. In this article, we will learn to build a basic web application using MVC 4.0, a powerful framework for web development. Utilize ASP.NET and C# in Visual Studio to create a structured Model-View-Contr
  • Various Return Types From MVC Controller3/29/2024 9:56:19 AM. The content explores the diverse return types available in an MVC controller within the ASP.NET framework. From rendering HTML views to returning JSON data or redirecting to different URLs, MVC contro
  • Overview Of ASP.NET MVC3/29/2024 6:32:20 AM. In this article, you will learn about MVC patterns and ASP.NET MVC. MVC is an architectural pattern to develop enterprise applications.
  • Overview Of Cycle Error Logs3/28/2024 6:34:11 AM. I saw this again recently and see it too often in environments so wanted to take a second to remind everyone to cycle their error logs on a regular basis. SQL Server keeps error logs and when you rebo
  • Static Data Masking (SSMS 18.0 Preview)3/28/2024 6:31:38 AM. Static Data Masking in SSMS 18.0 Preview enhances data security by obscuring sensitive information in databases. It safeguards privacy during testing by replacing real data with masked values, ensurin
  • Disable Social Bar (Like, Share and Views) in SharePoint Online3/27/2024 9:32:09 AM. 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 availa
  • Disable Quick Create Views Using PowerShell3/26/2024 8:45:06 AM. In this article we will discuss step by step process to disable quick create view for multiple entities using powershell script.
  • Visual Studio 2017 Overview And New Features3/21/2024 6:48:14 AM. Explore Visual Studio 2017's comprehensive IDE with enhanced features for efficient software development. Discover updates in debugging, coding, and collaboration, empowering developers with impro
  • Passing Data from ASP.NET Core MVC to JavaScript: A Guide to Using ViewBag and ViewData3/20/2024 4:23:08 PM. Get ready to learn how to pass data from ASP.NET MVC to JavaScript with ease. In this comprehensive guide, Ziggy Rafiq will show you exactly how to use ViewBag and ViewData to make the process seamles
  • An Overview of C# Static Constructors3/20/2024 11:28:16 AM. Static Constructors are a powerful mechanism for initializing static members and performing one-time setup tasks in C# classes.
  • First Look At ASP.NET Core 2.1 Preview One - Convert Existing .NET Core Application To .NET Core 2.13/19/2024 6:13:49 AM. Finally, the .NET Core 2.1 preview is out for people to try. Two days ago, the .NET team announced the first preview of .NET Core 2.1. Let us see some of the highlights for this release.
  • Responsive Web Design Using Media Queries3/19/2024 6:11:25 AM. Responsive web design utilizes media queries to adapt layouts and styles based on the user's device characteristics, such as screen size and orientation. This ensures optimal viewing experience ac
  • Getting Started With ASP.Net MVC3/19/2024 6:00:31 AM. ASP.NET MVC is a pattern dividing apps into Model, View, and Controller, offering advantages like modularity and control. It's recommended for large-scale apps, offering namespaces like System.Web
  • Selecting multiple Checkboxes inside multiple GridViews3/19/2024 5:47:34 AM. Learn how to handle multiple checkboxes in a GridView within ASP.NET, including scenarios with multiple GridViews, user controls, and master pages. JavaScript functions are provided for checkbox mani
  • Anchor, Link And Script Tag Helper In ASP.NET Core 3.13/19/2024 5:31:19 AM. Anchor, Link, and Script Tag Helpers in ASP.NET Core 3.1 simplify HTML generation and ensure correct URL generation, script inclusion, and CSS referencing, enhancing productivity and maintainability i
  • Working With Areas In ASP.NET Core 3.13/18/2024 11:59:50 AM. Learn how to create and manage areas in ASP.NET Core 3.1 MVC applications. Areas help organize modules, enable separate routing, and allow multiple controllers and views with the same names. Follow st
  • Lets Create TabView in SwiftUI3/14/2024 4:45:45 AM. 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, Favori
  • Azure Devops Project Configuration - Overview and Boards - Part 23/13/2024 8:33:27 AM. Azure DevOps Project Configuration - Overview and Boards - Part 2" delves into the intricate setup of Azure DevOps projects, focusing on Boards functionality. It explores agile methodologies, tas
  • The One Minute AI - Azure Databricks Overview3/13/2024 8:32:44 AM. The One Minute AI - Azure Databricks Overview provides a concise glimpse into the power of Azure Databricks, a cloud-based platform for data analytics and AI. Explore machine learning, big data proces
  • An Overview Of Azure Databricks Cluster Creation3/13/2024 8:32:12 AM. We will cover the steps for creating Azure Databricks workspace and configure a Spark cluster. Later we will create a simple data table from an existing CSV file and query the data using SQL notebook.
  • Poor Man's Web Monitoring Tools3/7/2024 8:17:13 AM. This article shares the idea on how to utilize free tools to download log files from server, upload IIS log files into the database, display the results and compare the baseline and production files.
  • Create List in SharePoint 20133/5/2024 10:20:26 AM. In SharePoint 2013, efficiently manage data and enhance collaboration by creating custom lists. Utilize list templates, customize column types, set permissions, and integrate workflows for streamlined
  • How Do I Open an OCR File in PDF?3/5/2024 4:22:46 AM. 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 ex
  • Understanding Site Usage & Site Report in SharePoint3/4/2024 10:43:58 AM. 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 con
  • Understanding View Encapsulation in Angular3/2/2024 2:48:56 PM. 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,
  • How to Open a PSD File Without Photoshop3/2/2024 10:17:16 AM. Explore methods to open a PSD File without Photoshop. Get the program to open a PDF file without Photoshop using C#.
  • How to View or Print CDR Image Files with or Without CorelDRAW3/1/2024 4:15:26 AM. 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 File2/29/2024 10:47:38 AM. 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.
  • SharePoint Content Types In PowerApps Form - A Workaround!2/29/2024 9:17:03 AM. In this article, you will learn about a workaround for SharePoint Content Types in a PowerApps Form.
  • How to Read or View Exchange Database EDB File Programmatically2/28/2024 6:03:51 AM. 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.
  • Quick SQL Refresher 2/28/2024 4:39:54 AM. The Quick SQL Refresher provides a concise cheat sheet for SQL, covering essential concepts, keys, commands (DDL, DML, DQL, DCL, TCL), constraints, clauses, T-SQL fundamentals, joins, functions, excep
  • Java Applet Design: File, Edit, and Search Options with ActionPerformed Functions2/26/2024 6:00:39 AM. Create an Applet with the menu bar and add the following menus: File, Edit and Search. Add default menu items to the respective menus. In the File menu, add the following items: New, Open, Save and Cl
  • Disable WebView Scrolling in Windows Store Apps2/23/2024 9:17:00 AM. This article delves into the intricacies of the WebView control in Windows Store Apps, focusing on disabling scrolling functionality. Despite the limitations in the WinRT framework compared to WPF web
  • Book Review: Learning Microsoft Azure: A Dash of .NET - Ep. 72/21/2024 7:04:47 AM. Learning Microsoft Azure helps you and your organization plan to modernize services and move to the cloud from legacy software or a private cloud on-premises, this book is for you.
  • GridView Using Ajax ModalPopupExteder2/20/2024 7:27:56 AM. This article demonstrates how to create a master/detail GridView using Ajax ModalPopupExteder in ASP.NET. It covers the setup of various controls including GridView, Button, Ajax's ModalpopUpExten
  • Understanding Server-Side Blazor2/20/2024 5:57:53 AM. Blazor is a .NET Core web framework that allows developers to run C# code directly in the browser using WebAssembly.It provides an alternative to traditional JavaScript frameworks like React, Angular,
  • Overview of Blazor2/18/2024 3:50:03 AM. In this article, you will learn about Microsoft Blazor technology, Single Page Application, Progressive Web Application, etc.
  • Enable Copilot Features for Sales module in CRM2/16/2024 10:02:44 AM. This guide provides step-by-step instructions for configuring Copilot settings in Dynamics 365 Sales. It covers tasks such as enabling Copilot preview features, managing app-specific settings, turning
  • Databinding with DataGridView in ADO.NET2/14/2024 8:08:49 AM. Databinding with DataGridView in ADO.NET utilizes SqlDataAdapter to fetch data from a database, DataSet for storing it, and binds DataGridView for display in Windows Forms. It streamlines data present
  • How to Bind a BindingNavigator with a DataGridView in Windows Forms2/14/2024 4:19:39 AM. This article provides a detailed guide on binding a BindingNavigator with a DataGridView control in a Windows Form Application. It includes steps for creating a database, inserting records, setting up
  • SharePoint Online List JSON View Formatting - Video Thumbnail2/13/2024 9:38:59 AM. 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 alon
  • Working With Contacts List In SharePoint2/8/2024 9:34:14 AM. This article is part 38 of a comprehensive SharePoint series, covering topics from web applications to custom lists. It delves into Contact Lists in SharePoint, explaining their creation process, adva
  • AWS Transfer Family ( SFTP , FTP , FTPS Server ) Overview2/8/2024 8:06:27 AM. AWS Transfer Family , What is AWS Transfer Family , Supported Transfer Protocols and Benefits. AWS Transfer Family is a managed service facilitating secure file transfers to and from AWS using protoco
  • .NET Assemblies Ins and Out : Part III2/6/2024 8:27:12 AM. This is the third part of a series on .Net assemblies, delving into utilities for assembly manipulation. The Assembly Linker (AL.exe) aids in GAC installation, manifest creation, and resource addition
  • Result vs. ActionResult in ASP.NET MVC2/6/2024 6:09:32 AM. 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 under
  • iOS - Choosing Image From Photo Library In Swift2/5/2024 10:28:36 AM. This Swift tutorial demonstrates creating a photo library access request, implementing a UIImageView, and handling image selection.
  • Power BI January 2024 Feature Updates2/4/2024 6:36:00 AM. 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 MAUI2/2/2024 5:29:04 AM. 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. Co
  • .NET Assemblies Ins and Out : Part I2/1/2024 11:48:55 AM. In Part 1, I will cover what exactly an assembly is, and what an assembly contains. Part 1 defines assemblies, their metadata, and types. It clarifies misconceptions between .NET PE files and traditio
  • .NET Assemblies Ins and Out : Part II2/1/2024 11:13:37 AM. In this part, I will discuss both Private and Shared assemblies and how to create a Shared Assembly. The creation process involves the Strong Name utility, signing the assembly, and using the Assembly
  • Optimize ASP.NET Core MVC Data Transfer with Custom Middleware2/1/2024 9:01:22 AM. 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 req
  • Building a URL Shortener with .NET2/1/2024 7:24:19 AM. 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 co
  • Stars Rating System with Dapper in .NET Core1/29/2024 10:16:28 AM. 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
  • Mastering MVVM: A Deep Dive into .NET MAUI with MVVM Toolkit1/23/2024 9:00:45 AM. 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 ViewM
  • Create and View Decomposition Tree Visuals in Power BI1/23/2024 8:48:15 AM. 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.
  • Book Review: A Developer's Guide to .NET in Azure: A Dash of .NET - Ep. 41/22/2024 2:43:53 PM. A Developer's Guide to .NET in Azure helps you embark on a transformative journey through Microsoft Azure that is tailored to .NET developers.