Resources  
  • Disable Social Bar (Like, Share and Views) in SharePoint OnlineMar 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.
  • Managing .NET Solution Files with dotnet slnMar 27, 2024. The .NET Core SDK's dotnet sln tool simplifies managing large .NET projects. Learn its commands for adding, removing, listing projects, and advanced operations, streamlining solution file management for efficient development.
  • Disable Quick Create Views Using PowerShellMar 26, 2024. In this article we will discuss step by step process to disable quick create view for multiple entities using powershell script.
  • Amazon Simple Storage Solutions (S3) vs Amazon RedshiftMar 21, 2024. Amazon Simple Storage Service (S3) is a cloud storage solution designed for storing and retrieving any type of data securely and at scale. On the other hand, Amazon Redshift is a fully managed data warehouse service optimized for querying and analyzing large datasets with high performance and cost-effectiveness.
  • Microsoft Fabric: Loading Data into Lakehouse TableMar 20, 2024. A LakeHouse integrates data lakes & data warehouses, offering benefits of both. Data lakes store raw data diversely, while DataWarehouses handle structured data. LakeHouse combines both for efficient query performance. Fabric platform enables easy creation & management of LakeHouses. 2 / 2
  • Lets Create TabView in SwiftUIMar 14, 2024. This article contains a simple demo of creating Tab View in SwiftUI. Learn how to create a Tab View using SwiftUI in this tutorial. Follow step-by-step instructions to integrate tabs like Home, Favorites, Orders, and Settings into your SwiftUI project for streamlined navigation and enhanced UI customization.
  • Introduction of Power AppsMar 11, 2024. Explore the fundamentals of Power Apps in this introductory series. Learn how Microsoft's low-code platform empowers users to create custom business solutions with ease. Dive into interface design, data integration, and more in Part 1 of this comprehensive guide.
  • 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.
  • Challenges and Solutions in Agile TestingMar 05, 2024. Overcome challenges in Agile testing with practical solutions. Address communication issues, adapt to changing plans, prioritize test coverage, and enhance teamwork for successful and reliable software development in Agile environments.
  • Understanding Site Usage & Site Report in SharePointMar 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 PhotoshopMar 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 AngularMar 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 CorelDRAWMar 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#.
  • Automated Solution Export and Backup PipelineMar 01, 2024. Automated Solution Export and Backup Pipeline ensures seamless data management, integrating continuous integration, version control, and robust backup protocols. It safeguards data integrity, enhances security, and facilitates disaster recovery.
  • How to Open, Read or View MS SQL Error Log FileFeb 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 ProgrammaticallyFeb 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.
  • Azure DevOps: Create Organization, Project, Commit .NET SolutionFeb 20, 2024. Create Azure DevOps Organization & Azure DevOps Project, Commit .NET Solution Project into Azure DevOps. The article provides a detailed guide on establishing an Azure DevOps Organization, creating a project, and committing to a .NET Solution Project.
  • Alibaba Cloud Graph Compute and Computing SolutionFeb 19, 2024. Alibaba Cloud Graph Compute has garnered attention for its exceptional performance, flexibility, and cost-efficiency. In this article, we delve into the myriad benefits of Alibaba Cloud Graph Compute, exploring how it empowers businesses to unlock the full potential of their data assets.
  • SharePoint Online List JSON View Formatting - Video ThumbnailFeb 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 MVCFeb 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 UpdatesFeb 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 MAUIFeb 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 .NETFeb 01, 2024. Create a powerful URL shortener using the versatile .NET framework, specifically ASP.NET Core. This guide walks you through setting up a database, implementing URL shortening logic, and configuring controllers and views.
  • Optimize ASP.NET Core MVC Data Transfer with Custom MiddlewareFeb 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 CoreJan 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.
  • Mastering MVVM: A Deep Dive into .NET MAUI with MVVM ToolkitJan 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.
  • Create and View Decomposition Tree Visuals in Power BIJan 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.
  • Building a Responsive Navigation Bar with Vue.jsJan 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.
  • Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 SolutionsJan 16, 2024. Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions. Stay cutting-edge!
  • SharePoint Framework using React JS - Part 2Dec 22, 2023. In this article, the diverse development solutions in SharePoint Framework (SPFx) - Web Parts, Extensions, and Libraries. Understand their roles and applications, setting the stage for hands-on SPFx web part development with React JS.SharePoint Framework using React JS Part Two - Different Type Development Solutions in SPFX.
  • Deploying Your Solution to Azure via FTPDec 20, 2023. In this Article we will Learn how to deploy your solution to Azure by FTP (File Transfer Protocol). This step-by-step guide demonstrates efficient methods to upload builds, ensuring a smooth transition to Azure cloud services.
  • View in React.js within the MVC ArchitectureDec 19, 2023. Explain how to work with the View in the MVC pattern.
  • How to Enable the Preferred Solution (Preview feature) in Dataverse?Dec 06, 2023. Step-by-step instructions to enable the new preview feature, preferred solution in dataverse. New feature dynamics 365 ce, preferred solution, preview feature dynamics 365
  • Improving Code Readability in View Section Using Return TemplatesDec 01, 2023. The return template is a one of the new features added in the latest version of the CodeBehind framework. Using this feature completely separates the server-side codes from the view section.
  • Sharepoint Sandbox Solutions v/s Sharepoint Farm SolutionsNov 29, 2023. In this article, Understanding SharePoint solutions is crucial for developers. Sandboxed solutions run securely, affecting only the site collection, and hosted in SPUCWorkerProcess.exe. Farm solutions, hosted by W3WP.exe, can impact the entire farm. Let's delve into these realms.
  • 15 Features Every SwiftUI Developer Should KnowNov 16, 2023. Discover the power of SwiftUI with our in-depth article that covers 15 essential features every Swift developer should master. From the elegance of declarative syntax to the real-time magic of live preview in Xcode, this guide takes you through the fundamentals and advanced capabilities of SwiftUI.
  • How to set up Service Bus Queue Messages using Service Bus ExplorerNov 15, 2023. In this article, we will learn to Setup Service Bus Queue Message using Service Bus Explorer.
  • Writing a Simple C# Files Backup Solution for File ServerNov 04, 2023. An insight and an introduction of building a simple C# files backup program
  • 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.
  • Interpreter Pattern in ASP.NET Core Web API with Clean ArchitectureOct 18, 2023. Explore the application of the Interpreter Design Pattern in an ASP.NET Core Web API, following Clean Architecture principles. This article delves into building a robust CarCompany CRUD system, emphasizing code organization and separation of concerns for a maintainable and scalable solution.
  • Solution: Mail not queued. Database Mail is stoppedOct 11, 2023. Database Mail is a feature in SQL Server that allows you to send email messages from the SQL Server database engine. It can be a crucial tool for alerting and notifications within a database system. However, sometimes, Database Mail might stop working due to various reasons such as configuration issues, service failures, or network problems.
  • Solution: Login failed for user 'sa'. Microsoft SQL Server, Error 18456Oct 11, 2023. Login failed for user 'sa'. (Microsoft SQL Server, Error 18456)" is the most common error in SQL server login. There are multiple reasons for this error. One potential reason is you are trying to use SQL Server Authentication, but the SQL server instance is configured for Windows Authentication mode.
  • Building .NET Solutions with Nuke BuildSep 26, 2023. Explore the power of Nuke Build, an open-source, cross-platform build automation tool for .NET. Learn how to create build scripts in C# for efficient, flexible, and extensible workflows.
  • Budgeting for Azure IoT SolutionsSep 25, 2023. Azure IoT, part of Microsoft's cloud ecosystem, offers robust tools and services for IoT solutions. It enables secure device connections, data collection, and insights. In this article, we explore budgeting for IoT projects with Azure IoT, vital for cost-effective IoT implementation.
  • Swipe View in .NET MAUISep 21, 2023. In this article, we explore .NET MAUI, a powerful cross-platform framework that empowers developers to create native mobile and desktop applications using C# and XAML. With .NET MAUI, you can build applications that seamlessly run on Android, iOS, macOS, and Windows, all from a single, unified codebase. This open-source platform builds upon the foundation of Xamarin Forms, extending its capabilities to desktop scenarios while enhancing UI controls for improved performance and extensibility.
  • Power BI What-If AnalysisSep 12, 2023. Power BI What-If Analysis: Unleash Data-Driven Decision Making
  • Launching and Configuring an EC2 Web Server on AWSSep 08, 2023. The Art of AWS Web Server From Concept to Reality is a comprehensive guide that takes readers on a journey through the process of designing, building, and deploying a web server infrastructure on Amazon Web Services (AWS). This book is tailored for individuals, developers, and IT professionals who want to master the art of creating scalable and reliable web server environments using AWS cloud services.
  • The Future of Blockchain with Polygon 2.0 and Polygon CDKSep 04, 2023. Polygon CDK: Your key to simplified blockchain development with modularity, interoperability, shared liquidity, and ZK tech.
  • 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.
  • Creating Beautiful and Efficient Solutions in Power AppsJul 28, 2023. Deep dive of best practices to be followed in powerapps which covers from signing up to PowerApps, Choosing UI, Inputs and security awareness.
  • Intelligent IoT Solutions with Azure IoT Lambda ArchitectureJul 27, 2023. Discover the power of Azure IoT Lambda architecture for IoT solutions. Process real-time and historical data efficiently, gain valuable insights, ensure scalability, reliability, and security, and embrace the future of IoT innovation.
  • ASP.Net GridView With Fixed HeaderJul 05, 2023. Grid view using bootstrap JavaScript with fixed header.
  • Use Case View in Software DevelopmentJun 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 AndroidJun 14, 2023. Customs tabs that highlights when selected and animates the background to the next selection backward and forward.
  • Azure Disk Storage: A High-Performance, Durable, and Scalable Storage Solution for Azure VMsJun 01, 2023. Hi everyone, today we can discuss about the azure disk storage.
  • Endpoints Explorer in Visual Studio 2022Jun 01, 2023. Let's review the new feature endpoints explorer in Visual Studio 2022
  • Power Platform Solution LayersMay 23, 2023. In this article we will see what solution layer is and how we can add and remove unmanaged layers/ customizations to managed solution in Power Platform solution. Before deployment of any new version of managed solution we need to remove unmanaged layers.
  • Power Platform Solution Deployment - Process, Issues and FixesMay 15, 2023. In this article we will see how we can deploy Power Platform components like Apps and Flows along with connection references and environment variables with Solutions. What are some real-life issues and challenges in deploying Power Platform Solutions and how to handle these challenges.
  • Power Pages - Custom "Select All - Unselect All" button in Lookup records dialogMay 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.
  • Running SAP Applications with High-Performance and Reliability: Azure Virtual Instances for SAP SolutionsMay 09, 2023. Azure provides a range of virtual machine (VM) instances that are optimized for SAP workloads. These instances are designed to provide the best performance and availability for running SAP applications on Azure
  • Avatar View in .NET MAUI Community ToolkitMay 08, 2023. Avatar View in .NET MAUI Community Toolkit
  • Revolutionize Your Umbraco Development with View ComponentsMay 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.
  • Unlocking the Benefits of Azure VMware Solution: A Comprehensive OverviewMay 04, 2023. "Unlocking the Benefits of Azure VMware Solution: A Comprehensive Overview" is an article that explores the features and benefits of Azure VMware Solution (AVS). AVS is a cloud-based solution from Microsoft that allows customers to run their VMware workloads natively on Azure. The article discusses the key features of AVS, such as VMware compatibility, seamless integration, scalability, security and compliance, and support. It also highlights the benefits of using AVS, including cost savings, flexibility, scalability, security, and integration. Overall, the article provides a comprehensive overview of AVS and how it can help organizations unlock the benefits of running their VMware workloads on Azure.
  • SharePoint Item Display and Edit Screens Without Any CustomizationApr 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.
  • "Building a Scalable and Secure IoT Solution with Azure IoT Hub"Apr 22, 2023. The Internet of Things (IoT) has become an integral part of our daily lives, and its application in various industries has become a game-changer. However, with the growth of IoT devices and sensors, managing and processing the huge volume of data they generate has become a challenge. This is where IoT Hub in Azure comes into the picture.
  • How to consume multiple GET API in one view in MVCApr 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 TextMar 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 SwiftUIMar 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 7Mar 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.
  • Multiple Views And Access To XML Files With .NET For iOSMar 21, 2023. You will learn how to build an iPhone app using multiple views, recording, and extract data of XML files, using .NET for iOS and the XCode Interface Builder.
  • Step By Step Process To Create A Power Platform SolutionMar 09, 2023. In the article, there is a comprehensive guide that explains the process of creating a Power Platform solution in a step-by-step manner. Additionally, the article discusses the different kinds of solutions that are available and provides detailed explanations of Power Platform solutions.
  • View Child And View Children In AngularFeb 20, 2023. In this article, you will learn about View Child and View Children in Angular.
  • Introduction To Azure Compute Solutions Feb 17, 2023. In this article, you will learn about Azure Compute Solutions.
  • What Is Azure VMware SolutionFeb 13, 2023. In this article, we'll discuss about the What is Azure VMware Solution.
  • Designing A Multi-Region Web Application Solution With A Private Endpoint Database In Microsoft AzureFeb 13, 2023. In this article, you will learn how to design a multi-region web application solution with a private endpoint database in microsoft azure.
  • Learn To Add C# 11 To WinForms Solution .NET 4.7.2Feb 02, 2023. Learn how to enable C# 11 to your existing WinForms app using .NET 4.72 and above.
  • Top 11 SQL Server Maintenance Plan Best Practices | Learn SQL ServerDec 07, 2022. Know the SQL server maintenance plan best practices with scripts & without scripts. This guide has the best SQL server maintenance solution in simple tasks for users.
  • How To Create Signature Pad With SignatureView in AndroidDec 04, 2022. This article will teach you how to make a signature pad in Android Studio.
  • Migrate SQL Server To New Server - Top 4 SolutionsDec 02, 2022. Learn to migrate SQL server to new server without errors. This guide has the best four solutions to migrate SQL server database to another server smartly.
  • How To Find AWS Resource Using AWS Resource ExplorerDec 01, 2022. In this article, we will see how can we quickly find AWS Resources from your AWS account using AWS Resource Explorer.AWS Resource Explorer eases search and discovery of your relevant AWS resources across AWS Regions using keywords, tags and other metadata.
  • Solution - Angular CLI MODULE_NOT_FOUND ErrorNov 11, 2022. In this article, you will learn how to create new project at time not found angular-cli.
  • How To Reset SA Password In SQL ServerOct 31, 2022. If you want to reset SA password in SQL Server, simply read this blog as we have mentioned simple manual method to reset forgotten System Administrator password.
  • Solution For New-AzResourceGroup : ‘this.Client.SubscriptionId’ Cannot Be NullOct 20, 2022. In this article, you will learn about Solution For New-AzResourceGroup : ‘this.Client.SubscriptionId’ Cannot Be Null.
  • Solution - Azure Resource Group Create Error In Power ShellOct 20, 2022. Due to a configuration change made by your administrator, or because you moved to a new location, you must use multi-factor authentication to access
  • Solution - The Application Encountered An Error While Attempting To Change The StateOct 20, 2022. In this article, you will learn about the solution the application encountered an error while attempting to change the state.
  • .NET Core API And React In A Single SolutionOct 18, 2022. In this article, you will learn about .NET Core API And React In A Single Solution.
  • Reasons To Choose Python For eCommerce DevelopmentOct 12, 2022. Ecommerce today has done wonders and there are millions of businesses existing in this sector and other millions waiting to enter.But this growth is not just because of improved digitalization. One crucial factor that plays a significant role in this success is the programming language.
  • Three Ways To View Hidden Files In Visual Studio SolutionOct 10, 2022. This article is to discuss one feature of Visual Studio.
  • .Net MAUI - Card Views Using Border ControlOct 10, 2022. In this article, you will learn about .Net MAUI - Card Views using Border Control.
  • Default Solution For Canvas App - Microsoft PowerPlatformSep 26, 2022. The article shares information about the upcoming feature in Power Platform which enables adding of Canvas App to a new default solution
  • Git - Multiple Visual Studio Solutions In A Single Git RepositoryAug 16, 2022. This article will show how to create a single Git repository that contains multiple VS solutions.
  • Navigation Drawer In AndroidAug 09, 2022. This article covers a short description of the navigation in android.
  • Bottom Navigation Bar In AndroidAug 05, 2022. In this article, you will learn how to create bottom navigation in android.
  • Implement The Generic Badge View In Xamarin.FormsAug 03, 2022. In this article, I will explain the Generic Badge in xamarin forms. We can implement the badge for Android, iOS and UWP. The plugin creates a custom renderer for each platform and a custom attached property for adding tab bar badges, which can be bound in XF shared code.
  • Pass Data Across Views In .NET MVCAug 01, 2022. In this article, you will learn how to pass data across views in MVC.
  • The Developer Know - All Paradox SolutionJul 26, 2022. In this article, you will learn about all Paradox solutions.
  • Microservice Architecture, Its Design Patterns And ConsiderationsJul 25, 2022. This article is about microservices architecture and its comparison with monolith, as well as design patterns that are important, and benefits and drawbacks.
  • Solution - Laravel Test Case Warning And Coverage-Report File Not GeneratingJul 19, 2022. This article is related to the solution of the Laravel unit test case warning "XMODE_DEBUG = coverage or xdebug.mode = coverage" has to be set and due to this warning cover-report.xml file is not going to be generated.
  • The A - Z Guide Of SQL ViewsJul 07, 2022. Let us have a clear picture of the Views in SQL Server

About LightSwitch-Solution-Explorer-Views

NA

OUR TRAINING