Related resources for ls
  • .NET Serialization4/24/2024 1:26:20 PM. Serialization in .NET facilitates object state persistence, enabling transmission across networks or storage in various formats like binary and XML. It ensures data integrity, exemplified by the US Vi
  • Exploring Storage Explorer4/24/2024 7:56:53 AM. Embark on a journey of discovery with Storage Explorer as your guide. Learn the ins and outs of efficient storage management in the cloud, especially within Azure. Navigate effortlessly through files,
  • ASP.Net 4.0 ClientId4/23/2024 11:36:43 AM. In ASP.Net 4.0, ClientId is a crucial feature enabling the unique identification of HTML elements rendered by server controls. It facilitates client-side scripting by providing a predictable naming co
  • Group Box and Picture Box in Windows Forms4/23/2024 11:07:40 AM. Combine Group Box & Picture Box in Windows Forms for organized UI & image display. Utilize Group Box for visual grouping & Picture Box for image rendering, enhancing user experience in C#
  • Starting & Stopping Specific Application Under Website Root Node4/23/2024 8:29:05 AM. To start or stop a specific application under a website root node, utilize IIS management tools like the Management Console or PowerShell. Navigate to the application's settings to initiate or hal
  • Simplifying Background Tasks with WorkManager in Android4/23/2024 4:39:03 AM. This article guides you on how WorkManager in Android simplifies task scheduling, improves background processing, and optimizes app development across different devices
  • How to Get External Drives and Peripherals Using WMI Query4/22/2024 9:26:33 AM. Learn how to efficiently retrieve information about external drives and peripherals on Windows using WMI queries. Explore the power of WMI (Windows Management Instrumentation) for detecting and managi
  • Start With AngularJS: Part 34/22/2024 7:40:45 AM. Start With AngularJS: Part 3" continues your journey into AngularJS, exploring advanced topics like directives, controllers, services, and routing. Dive deeper into AngularJS fundamentals to buil
  • Start With AngularJS: Part Four4/22/2024 6:19:58 AM. Start With AngularJS: Part Four" delves deeper into AngularJS fundamentals. Explore advanced concepts like directives, controllers, and services, enabling you to build dynamic web applications wi
  • Sorting Rows By Table Header In AngularJS 4/21/2024 2:22:24 PM. Learn how to implement bidirectional data sorting in AngularJS using table headers. Utilize ng-click and ng-class directives for interactive sorting indicators. Employ orderBy filter for sorting data
  • How To Use Two-Way Data Binding In AngularJS4/21/2024 2:21:08 PM. The article introduces two-way data binding in AngularJS, ensuring simultaneous updates between model and view. Demonstrates ng-model directive's role, displaying messages and handling user input.
  • Exploring the fundamentals of concurrent programming in .NET4/19/2024 11:57:13 AM. Concurrency is vital for efficient applications. .NET offers Thread, Multithreading, Task, Async & Await, Threadpool, Lock, and Deadlock tools. Understanding them enhances .NET development for sca
  • Getting Started With Angular4/19/2024 10:50:55 AM. In this article, we will Discover the fundamentals of Angular with our comprehensive beginner's guide. Get started on your journey to mastering this powerful JavaScript framework.
  • .NET Reverse Engineering: Part 34/19/2024 10:37:22 AM. In this article, we shall be confronted with the rest of the implementation in the context of CIL programming as such, how to build and consume DLL file components using the MSIL programming opcodes i
  • Zero To Hero In MS SQL Server - Part Five4/19/2024 10:32:41 AM. Embark on a journey from novice to expert in MS SQL Server with Part Five of our comprehensive series. Explore advanced topics including query optimization, stored procedures, indexing strategies, and
  • Services in AngularJS For Beginners4/19/2024 10:31:05 AM. Explore the essentials of AngularJS services in this beginner-friendly tutorial. Learn how services facilitate data sharing and encapsulation, enhancing your understanding of AngularJS fundamentals.
  • Streamlining Security: Managing Inactive Users in Microsoft 3654/19/2024 9:55:36 AM. In this edition, we'll guide you through Streamlining Security: Managing Inactive Users in Microsoft 365. Supercharge your team's collaboration with our curated insights, expert tips, and the
  • Remoting Technology: Distributed Computing4/18/2024 1:27:32 PM. Remoting technology facilitates distributed computing, enabling seamless communication between processes or applications across a network. It employs protocols, marshaling, and proxies to facilitate r
  • FxCop Integration into VS.NET4/18/2024 1:17:24 PM. In this article, I give a brief introduction to the FXCop tool, followed by steps to integrate the tool in VS.NET IDE. I have also identified benefits and limitations of integration.
  • How To Get Started With The Radzen Blazor Components4/18/2024 9:57:19 AM. When creating a Blazor Application (both Server and WebAssembly), by default it consists of the UI framework. But some projects might be need to deliver sooner or the time frame for a project is lesse
  • Form Controls and Create Basic Form in Blazor Component 4/18/2024 9:25:04 AM. Learn to build interactive forms in Blazor components using form controls like input fields, dropdowns, and buttons. Explore data binding techniques to connect form elements to your component's da
  • Learning and Improving Our Code Style with C# 104/16/2024 10:40:00 AM. Ziggy Rafiq wrote this article on Learning and Improving Our Code Style with C# 10 to highlight the Basics, and latest features of C# 10, clean code, review code, problem-solving, reading high-quality
  • Generate Dynamic Models in C# .NET 8 MVC from Database4/16/2024 10:20:45 AM. Creating a C# .NET 8 MVC Application To Generate Dynamic Models From A Database Table. This article demonstrates how to dynamically generate models in C# .NET MVC based on database table schemas, stre
  • State Management in Azure Service Fabric4/15/2024 11:41:57 AM. State management in Azure Service Fabric utilizes reliable collections and actors for distributed and persistent storage. It ensures fault tolerance, scalability, and high availability by replicating
  • How To Bind PowerApps Rating Control To Sharepoint Column4/15/2024 11:40:43 AM. To bind a PowerApps rating control to a SharePoint column, configure the control's data source to link with the SharePoint list. Use SharePoint integration features in PowerApps to map the rating
  • Azure Load Testing - Create Load Test for App Service Web Apps4/15/2024 10:02:41 AM. Discover how to perform load testing for Azure App Service Web Apps using Azure Load Testing. Learn to create and execute load tests to assess application performance, scalability, and reliability.
  • A Guide to Cost Optimization on Alibaba Cloud4/13/2024 5:20:37 PM. Unleash Alibaba Cloud's full potential! This guide explores proven strategies to optimize costs, from resource allocation to serverless options. #AlibabaCloud #CloudCostOptimization
  • Fix Visual Studio Load Test Error: Request Failed - SSL/TLS Issue4/12/2024 6:21:12 AM. In this article you will learn about the Visual Studio load test error - request failed - the request was aborted - could not create ssl/tls secure channel.
  • Sending Recurring Emails Using HangFire in .NET Core Minimal APIs4/11/2024 10:46:17 AM. Learn how to automate recurring email tasks using Hangfire in .NET Core Minimal APIs. Hangfire offers multi-threaded, scalable task scheduling, perfect for batch email notifications, database maintena
  • Insert, Update and Delete Data in HTML54/11/2024 6:18:40 AM. Learn to perform CRUD operations in HTML5 using JavaScript and SQL. Create a form with text boxes and buttons for data manipulation. Use JavaScript to interact with the database, showing, updating, an
  • SOLID Principles in C# for Employee Management Example Mastering4/11/2024 4:56:36 AM. SOLID principles are a set of design principles that help developers create maintainable, scalable, and flexible software. In this article, we'll explore each of the SOLID principles: Single Respo
  • Move Controls With The Mouse On A Form At Runtime4/10/2024 9:42:29 AM. Enable dynamic control movement on a WinForms application at runtime by incorporating mouse interaction. Empower users to drag and drop UI elements for personalized layouts, enhancing user experience
  • Using Open-Source Model OpenAI Models4/10/2024 4:51:51 AM. Housing is a fundamental human need, yet many face challenges accessing stable, safe accommodations. Issues like homelessness, affordability, and inadequate living conditions underscore the importance
  • What is Object Mapping in .NET and AutoMapper ?4/10/2024 4:25:32 AM. Object mapping plays a crucial role in modern software development, particularly in .NET applications where data transformation between different layers is a common requirement.
  • Blazor Project Templates Explained4/9/2024 9:25:47 AM. Blazor, a web framework by Microsoft, empowers developers to build SPAs with C# and HTML. Hosted server-side via ASP.NET Core or client-side with web assembly, Blazor offers project templates in Visu
  • Top 4 Essential Qualities Of A Good Trainer4/8/2024 8:43:14 AM. In this article, you will learn to Discover the key traits of effective trainers. Learn about their expertise, communication, adaptability, and motivational skills. Explore how empathy, organization,
  • Sign-In Process Of Microsoft Power BI4/8/2024 8:35:58 AM. The sign-in process of Microsoft Power BI involves authentication via Microsoft Account or Azure Active Directory, granting access to Power BI Service. Users provide credentials, potentially undergo m
  • How Secure Sockets Layer Works?4/8/2024 4:49:33 AM. SSL (Secure Sockets Layer) and TLS (Transport Layer Security) protocols establish encrypted connections between clients and servers, ensuring secure online communication by encrypting data and verifyi
  • Remote Procedure Calls using SOAP4/4/2024 9:32:03 AM. Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring i
  • Tools in SQL Server Management Studio4/3/2024 10:42:11 AM. Learn to utilize essential tools like Object Explorer, Query Editor, and TSQL in SQL Server Management Studio. Navigate objects, execute commands, and manage databases efficiently. Explore more tech a
  • 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
  • How to Implement Audio Player in Power Apps 4/3/2024 5:11:21 AM. In this article, we will discover how to enhance user experience with an Audio Player in Power Apps. Customize controls, integrate audio files, and design visually appealing interfaces. Manage playbac
  • GET and POST Calls to Controller's Method in MVC4/2/2024 9:16:30 AM. In this article I am going to cover some really interesting material that is very useful today in web application development. You will learn how to make jQuery Ajax GET and POST calls to controller m
  • Learn Liskov Substitution Principle (LSP)4/1/2024 11:49:58 AM. Explore the Liskov Substitution Principle (LSP) for robust software design. Learn how to ensure derived classes can seamlessly substitute base classes, avoiding unexpected behaviors and maintaining co
  • Activate Classic Build and Release Pipelines in DevOps Trial4/1/2024 9:42:31 AM. To enable classic build and release pipelines in your Azure DevOps trial account, navigate to project settings or organization settings. Then configure pipelines under the Pipelines section, choosing
  • Flexible Height Gallery with a Separator4/1/2024 7:28:47 AM. Learn to create a flexible gallery with a separator in your app.Add a blank flexible height gallery. Add controls like labels and dropdowns.Set auto height toggle for labels.Add separator rectangle wi
  • Explain StackLayout in .NET MAUI3/31/2024 3:53:34 AM. StackLayout in .NET MAUI provides flexible layout management for UI development, allowing easy arrangement of controls in a stack, either horizontally or vertically. Compatible with Xamarin.Forms, and
  • Routing to Controller Actions in ASP.NET Core3/30/2024 8:47:24 AM. In ASP.NET Core, routing plays a pivotal role in directing incoming HTTP requests to the appropriate controller actions, enabling developers to build powerful and structured web applications.
  • Integrate Payment Gateway in Power Pages3/29/2024 7:28:47 AM. Learn how to integrate a payment gateway like Stripe into Power Pages for online shops, service providers, donation pages, and event sign-ups. Follow a step-by-step guide to set up payments smoothly,
  • Power Apps: Combo Box Control & Dynamic SharePoint Data Binding3/28/2024 6:56:53 AM. Learn to harness the power of Combo box Control in Power Apps to dynamically bind data from SharePoint. Elevate your app development skills with seamless integration and efficient data management, enh
  • How To Become A Speaker3/28/2024 6:34:41 AM. All speakers had to give their very first session once. We all had to bite the bullet and face the fear of no one wanting to hear us talk, what if I teach something wrong, or what if I throw up becaus
  • SQL Data Discovery And Classification In SSMS3/28/2024 6:32:31 AM. SQL Data Discovery and Classification in SSMS allows users to identify and categorize sensitive data within databases, aiding in compliance with regulations like GDPR. Enhance data security and govern
  • Echo Chat Bot In Facebook Messenger Using Microsoft Bot Framework 3/28/2024 6:25:31 AM. In this article, we will learn about an Echo bot configuration for the Facebook messenger channel and its required resource list.
  • Create Service Connections in Azure DevOps3/28/2024 6:02:21 AM. Learn how to set up service connections in Azure DevOps for seamless integration with Power Platform. Follow step-by-step instructions to configure essential details like Server URL, Tenant ID, Applic
  • Enhancing Code Quality with SonarQube3/27/2024 6:07:18 AM. In this article, we will explore SonarQube in detail, covering its features, benefits, and hands-on examples to demonstrate its usage in real-world scenarios.
  • Creating LocalLibrary Models for Admin Panel Design3/26/2024 11:51:33 AM. Discover Django model design with our tutorial, focusing on LocalLibrary admin site implementation. Learn to define, access, and manage models efficiently, enhancing web app scalability and functional
  • Solid Principle in C# : A Quick Reference with Example3/24/2024 6:02:50 PM. These principles guide object-oriented design for more understandable, flexible, and maintainable software. The Single Responsibility Principle suggests a class should have only one reason to change,
  • History and Evolution of Visual Studio and Supported .NET Versions3/22/2024 7:18:14 AM. This article gives a Brief overview of Visual Studio's evolution and its significance in software development. Description of each major version of Visual Studio from 1997 to 2022, highlighting ke
  • Business Rules in ServiceNow and Its Automation Potentials3/21/2024 1:45:34 PM. In this article, we will learn automation and efficiency are important in IT service management. ServiceNow provides an effective toolkit for streamlining corporate procedures and increasing output.
  • Fix Duplicate Record Found For Entity Error - Dynamics 365 Portals3/21/2024 9:33:35 AM. Learn how to resolve the "Duplicate Record Found for Entity" error in Dynamics 365 Portals caused by assigning inactive Web roles. Follow simple steps to modify lookup view filters and preve
  • Configuring Git in Azure Data Studio for SQL & Synapse Pools3/21/2024 8:30:14 AM. In this article, we'll delve into the process of configuring Git to manage database objects within a Synapse Dedicated Pool environment (or Azure SQL Database) using Azure Data Studio.
  • Code First Migrations In Entity Framework Step By Step3/21/2024 7:25:30 AM. Learn how to define model classes, configure database mappings, set up connection strings, and utilize Package Manager Console commands to manage migrations efficiently in your ASP.NET application.
  • Step By Step Guide To Create SSRS Reports App In SharePoint3/20/2024 11:51:58 AM. Learn step-by-step how to integrate SSRS, utilize SharePoint lists as data sources, and deploy reports seamlessly. Achieve effective data visualization and enhance business intelligence within your Sh
  • Experience the New Features in Visual Studio3/20/2024 11:43:51 AM. Discover the latest enhancements in Visual Studio 2017, offering improved productivity, performance, and collaboration tools. Explore new features for code navigation, debugging, and code refactoring,
  • Learning New Features And Installation Way Of Visual Studio3/20/2024 11:40:24 AM. Discover the latest features of Visual Studio 2017 and streamline your development process. Learn efficient installation methods to set up the IDE for your programming needs. Enhance your coding exper
  • Explain Floating Labels Animation in Bootstrap3/20/2024 10:32:11 AM. In this article, we will cover how we can implement Floating Labels Animation in Bootstrap 5. Bootstrap 5 introduces form-floating labels, enhancing form design by providing dynamic floating labels a
  • Learn about Asynchronous Events in C#3/20/2024 5:49:33 AM. Explore asynchronous event invocation in C#, addressing threading challenges with event handlers. Learn about the synchronous nature of events, concurrency issues, and solutions using TPL and TAP. Id
  • Exploring Inter-Process Communication in WPF Using Named Pipes3/19/2024 12:09:55 PM. In a WPF application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on th
  • .NET internals: Learning Object-Oriented .NET IL3/19/2024 11:12:50 AM. .NET IL, or Intermediate Language, serves as a bridge between high-level programming languages and machine code. This article delves into object-oriented .NET IL concepts with detailed explanations an
  • How to Add Controls in AG-Grid In Angular3/17/2024 9:42:33 AM. AG-Grid, a powerful library for Angular, allows easy integration of data grids. Follow these steps to set up, customize, and enhance AG-Grid in your Angular application.
  • .NET internals: Stack-Oriented .NET IL3/16/2024 11:11:20 AM. Understanding .NET IL (Intermediate Language) is crucial for developers to comprehend how code interacts with the .NET Framework. While not typically written directly, it offers insights into compilat
  • Page Redirect Options In Entity Form Dynamics 365 Portals3/15/2024 11:10:13 AM. Explore page redirect options in Dynamics 365 Portals' entity forms, enabling seamless navigation for users. Utilize redirect URLs, web links, and JavaScript for custom redirection, enhancing user
  • Access Entity Based On N:N Relationship For Dynamics 365 Portal3/15/2024 11:08:51 AM. Securely access entities based on N: N relationships in Dynamics 365 Portals by configuring appropriate security roles and permissions. Customize relationship behavior to ensure efficient data managem
  • How To Set Up A Dynamics 365 / Power Platform Trials3/15/2024 9:04:40 AM. In order to learn and observe new features that are present in Dynamics CRM it is important to spin a trial instance every now and then, in this blog I am going to guide step by step process to Create
  • Using FullCalendar For Dynamics 365 Portals3/15/2024 8:59:20 AM. Discover how to enhance Dynamics 365 Portals with FullCalendar integration. Effortlessly manage events, appointments, and schedules directly within your portal interface. Elevate user experience by pr
  • Let's Learn About Merging The Git Branches 📥📤 And Create Pull Request In Details3/15/2024 6:16:24 AM. Explore the intricacies of merging Git branches and initiating pull requests in this comprehensive guide. Learn how to manage version control effectively, collaborate with teams, and streamline your d
  • Steps To Initialize A Git Repository And Push The Changes To GitHub 📥📤 In Details3/15/2024 6:14:41 AM. In this article, we will learn how to initialize a Git repository and push the changes to GitHub. Also, we will learn how to add multiple files to a staging area with a single command and commit.
  • How to Pass Credentials as Parameters in PowerShell3/15/2024 3:52:04 AM. In this article we will learn how to pass credentials as parameters in PowerShell. Learn how to pass credentials as parameters in PowerShell using PS objects. Follow step-by-step instructions to updat
  • Let's Understand How Git Maintains History Of Version Or Commit Ids 📥📤 With Details3/14/2024 10:48:47 AM. In this article, you will Delve into Git's intricate versioning system, uncovering its robust method of tracking changes through commit IDs and the underlying mechanisms of branch management and r
  • Steps For Configuring Git 📥📤 With Details3/14/2024 10:48:11 AM. Configuring Git involves setting preferences like user information, default text editor, and merging tool. Create or clone repositories, add remotes, commit changes, and push or pull code. Utilize bra
  • Steps To Ignore Files Using Gitignore 📥📤 In Details3/14/2024 10:47:32 AM. We will discuss the steps to ignore files without committing to Git or GitHub and how to use the .gitignore file. Explore detailed steps to exclude specific files or directories, enhancing version con
  • Let's Know About Git Add, Git Commit, Git Status And Git Push 📥📤 In Details3/14/2024 10:31:54 AM. Git is a distributed version control system essential for managing code projects. "Git add" stages changes for commit, "git commit" records changes to the repository, "git sta
  • Enabling Modern Controls and Themes in Canvas Apps3/14/2024 10:31:14 AM. Discover how to elevate user experience in canvas apps by integrating modern controls and themes. Enhance UI with customizable features, interactive elements, and visually appealing designs.
  • .NET Internals: Writing .NET IL/MSIL Code3/13/2024 8:56:33 AM. Learn about .NET IL, the bridge language of the .NET runtime, compiling all high-level .NET languages into a single language. Write multi-language applications in .NET, gaining insights into program e
  • Implement Environment Approvals for Multi-Stage YAML Pipeline3/13/2024 4:05:30 AM. In this article, we will learn to integrate environment approvals into your multi-stage YAML pipelines for enhanced control over software deployment. With Azure DevOps, ensure each stage undergoes ver
  • Fetch Data From Nested JSON In API3/12/2024 6:08:31 AM. In this article, we will learn to fetch data from nested JSON in API using URLSession in Swift programming language.
  • Use and Manage Microsoft Viva Engage 3/11/2024 11:30:20 AM. Yammer was rebranded to Viva Engage, and would now be part of the Microsoft Viva employee experience platform. So Yammer is now called as Viva Engage as it rebranded. This article is about Viva Engage
  • Introduction Of Visual Studio Code Lens3/11/2024 9:27:26 AM. In this article you will learn about Visual Studio Code Lens. With code lens you have a deep focus on your code as you know what last changes were made to the file with reference history and who chang
  • What is Prompt Engineering and Why Do We Care?3/10/2024 9:45:39 AM. Learn about Prompt Engineering and its role in optimizing AI interaction, enabling users to leverage the full potential of advanced language models.
  • Fetch Data From API Using URLSession3/10/2024 7:14:51 AM. This article contains simple demo on how to fetch data from API using URLSession in Swift Programming Language.
  • Adding Machine Learning to .Net Applications3/9/2024 1:49:18 PM. This session will walk you through the fundamentals of creating an ML integrated application and ongoing model training.
  • The Dangling If-Else Problem: A Common Pitfall in Programming3/8/2024 2:14:22 PM. Explore the often-overlooked issue of the "dangling if-else problem" in programming through our insightful article. We delve into the ambiguity that arises when multiple if-else statements a
  • Exploring Power Apps Controls3/7/2024 8:28:54 AM. This article delves into the realm of Power Apps controls, the foundational elements of Canvas Apps. It provides insights into various types of controls available in Power Apps, detailing their featur
  • 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.
  • Creating Funnels Using Custom Events in Application Insights3/7/2024 4:52:42 AM. Learn to add custom events to a simple .NET application's telemetry and then use these events to create funnels that identify users who complete a specific sequence of steps in your application.
  • Practical Introduction To Entity Framework: Day 23/6/2024 10:30:54 AM. This article provides a comprehensive guide on executing stored procedures using Entity Framework. It covers creating stored procedures in SQL Server, adding entity models to projects, and calling aut
  • SharePoint CSOM For .NET Standard3/6/2024 9:04:06 AM. This article provides a comprehensive guide on leveraging the newly introduced Client-side Object Model (CSOM) for .NET Standard to connect with SharePoint from .NET Core applications. It outlines the
  • How to Remove Duplicate Email Items in Outlook3/6/2024 7:22:26 AM. Explore methods to remove duplicate email items in Outlook. Get the best solutions to remove duplicate email items from Outlook in easy steps.
  • How to Extract Initials from a String in Vue.js3/6/2024 7:16:41 AM. To extract initials from a string in Vue.js, you can create a custom filter or method. Define a filter or method to process the string and return the initials, providing flexibility in implementation.
  • Asynchronous Programming in Angular Promises vs. Observables3/6/2024 4:33:48 AM. Asynchronous programming plays a crucial role in modern web development, especially in Angular applications where data fetching, event handling. In this article, we'll delve into the differences b