Related resources for PL
  • 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
  • Angular Services: Implementation, Examples & Best Practices4/19/2024 10:53:23 AM. AngularJS services facilitate modularization and reusability by providing a way to share logic and data across components. They employ dependency injection for seamless integration, enabling efficient
  • Create Charts In Angular 7 Application Using Chart.js4/19/2024 10:32:11 AM. Chart.js is a JavaScript library for creating various types of charts like line, bar, pie, doughnut, and polar area charts. This article explains how to integrate Chart.js into an Angular 7 applicatio
  • Filter Data in ASP.Net Application Using AngularJS4/19/2024 10:30:01 AM. Filter data seamlessly in your ASP.NET application using AngularJS. Enhance user experience with client-side data filtering, leveraging AngularJS directives for efficient front-end development.
  • Implementing Chart.js in ASP.Net Using Angular.js Web Service4/19/2024 10:27:54 AM. Learn how to integrate Chart.js into ASP.NET applications using Angular.js web services for dynamic data visualization. Explore step-by-step implementation, leveraging Angular's frontend capabilit
  • Deploying WPF Application with ClickOnce Deployment Techniques4/19/2024 10:25:56 AM. Explore ClickOnce as a deployment method for WPF applications. Learn about its update mechanism, deployment scenarios, and configuration options, along with its limitations and prerequisites. Understa
  • Deploying WPF Apps with Click-Once in Visual C# Express4/19/2024 10:24:11 AM. Deploy WPF apps seamlessly with ClickOnce in Microsoft Visual C# 2010 Express. Simplify distribution, enable automatic updates, and ensure easy installation, all within the .NET environment for effici
  • SQL Stored Procedures: Benefits, Implementation & Best Practices4/19/2024 9:52:48 AM. Stored procedures are a powerful feature of SQL databases that allow developers to encapsulate SQL logic and execute it as a single unit. In this article, we'll delve into the concept of stored pr
  • Dependency Injection and Service Lifetimes in .NET Core4/19/2024 5:02:29 AM. Dependency Injection (DI) simplifies software development by promoting loosely coupled code, aligning with the Dependency Inversion Principle of SOLID. In this guide, we'll explore how to implemen
  • Alibaba Cloud IoT: Connecting Devices and Managing Data4/19/2024 4:52:48 AM. Alibaba Cloud IoT connects devices & manages data for businesses, enabling them to unlock the power of #IoT & gain valuable insights.
  • REST APIs: Principles, Components, and Advantages4/19/2024 4:48:44 AM. In today's interconnected digital world, the need for efficient communication between software systems has never been greater. In this article, we'll delve into the world of REST APIs, explori
  • Bulk Data Import in Blazor Server with Radzen Datagrid4/19/2024 4:12:22 AM. In this article, we'll explore how to implement a robust bulk data upload feature in a Blazor Server application using the Radzen Datagrid component for rendering the bulk imported data.
  • What are SQL dialects with Example?4/19/2024 4:09:17 AM. SQL dialects are versions of SQL tailored to specific database systems. Each dialect has its syntax and features while adhering to SQL's core principles. Understanding dialects is essential for wr
  • Deploying Windows Applications using Visual Studio 20104/18/2024 1:29:16 PM. In this article, we'll Learn how to deploy your Windows applications efficiently with Visual Studio 2010. Explore ClickOnce deployment, setup projects, MSI installers, and best practices for packa
  • Create Multiple Languages In ASP.NET MVC 4.5 Framework4/18/2024 1:28:41 PM. Learn how to set up a multilingual ASP.NET MVC application in Visual Studio. Follow steps to create resources files for different languages, set up model classes with validation, implement language ma
  • Web API Hosting From OWIN With Windows Azure4/18/2024 1:21:58 PM. Learn to host a Web API in Azure Worker Role using OWIN for decoupled architectures. Set up the project in Visual Studio with Azure SDK, configure endpoints, and add API controllers. Utilize OWIN'
  • Select Data Using Complied Query4/18/2024 11:13:18 AM. Learn how to optimize data retrieval in your application by utilizing compiled queries. This technique, often employed in Entity Framework and LINQ, enhances performance by pre-compiling queries, resu
  • Select Data Using Spatial Types Via EDF Framework 5.04/18/2024 10:28:09 AM. Explore the utilization of spatial types for data retrieval in Entity Data Model Framework 5.0. Learn how to design entities, create a web application, and implement data retrieval using Entity Frame
  • Simple Blazor Components In .NET CORE MVC 3.14/18/2024 9:58:41 AM. Explore building simple yet powerful web components with Blazor in .NET Core MVC 3.1. Dive into the world of Razor Components, leveraging C# to create dynamic UIs.
  • 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
  • Reducing Complexity Using Entity Framework Core Owned Types4/18/2024 8:45:52 AM. Simplify data modeling in Entity Framework Core with Owned Types. Streamline database schema and relationships, reducing complexity in code-first approaches. Enhance maintainability and readability wi
  • Wiki Page Application in SharePoint4/18/2024 8:25:59 AM. In this article, we will Explore the versatile Wiki Page Application in SharePoint 2010 for seamless collaboration, content management, and knowledge sharing.
  • Create Community Site Collection in SharePoint Online4/18/2024 8:19:25 AM. Establish a collaborative hub with a Community Site Collection in SharePoint 2013 Online. Engage users through forums, blogs, and announcements. Facilitate document sharing and seamless member managem
  • Building Scalable Applications with Alibaba Cloud Serverless Computing4/18/2024 4:13:40 AM. This article guides setting up serverless architecture on Alibaba Cloud, configuring Object Storage Service, ApsaraDB for MongoDB, and Function Compute.
  • How To Integrate Application Insights Into Azure Functions4/17/2024 8:06:12 AM. Learn the seamless integration process of Application Insights into Azure Functions. Enhance monitoring, logging, and performance tracking capabilities effortlessly. Harness the power of Azure service
  • Create Site Collection in SharePoint 2013 Online4/17/2024 8:05:45 AM. Learn to swiftly create site collections in SharePoint 2013 Online using SharePoint Online Admin Center. Customize with various templates, manage permissions, and configure settings effortlessly. Acce
  • Plant Disease Classifier with Azure AI Custom Vision and Blazor4/17/2024 8:02:26 AM. This concise article explores the innovative integration of Azure AI Custom Vision service with a Blazor web application to create a sophisticated Plant Diseases Classifier model. The article highligh
  • How To Integrate Azure Application Insights Service To An Angular4/17/2024 8:00:08 AM. Elevate your Angular app's performance and monitoring capabilities by seamlessly integrating Azure Application Insights service. Track and optimize user experiences with advanced logging and monit
  • Create Services In Angular Application4/17/2024 7:53:53 AM. Master Angular service creation to organize and share functionality across your application. Learn dependency injection and create reusable, modular code for efficient Angular development.
  • Creating Azure Service Bus Queues And Sending Messages To Queues4/17/2024 7:45:35 AM. Service buses facilitate decoupling of applications/services via messaging queues. Queues created through Azure Portal or Service Bus Explorer. Settings like Enable Sessions and Dead Lettering enhance
  • Best Practices for Handling Exceptions in C# 4/16/2024 10:49:46 AM. Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, a
  • A simplified approach to serializing and deserializing objects in C# 104/16/2024 10:48:12 AM. This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
  • C# 10 and .NET Interactive Web Applications with Blazor WebAssembly4/16/2024 10:45:26 AM. This framework, emphasizing C# and .NET, simplifies UI updates, fosters code reusability, and seamlessly integrates with .NET Standard libraries for enhanced functionality. Dive into component-based a
  • Code readability is enhanced with C# 10 top-level statements4/16/2024 10:18:02 AM. Ziggy Rafiq discusses tackling challenges in software component specification standards through the implementation of solutions such as adapters and bridges for standard mediation, abstraction and enc
  • Single Page Application with AngularJS in .NET4/16/2024 10:09:26 AM. Build responsive single-page applications (SPAs) efficiently with AngularJS in the .NET environment. Utilize AngularJS for frontend development, seamlessly integrated with .NET for robust backend supp
  • Effective State Management in Blazor Applications4/16/2024 9:50:30 AM. In this article, we will be exploring advanced and effective ways of state management in Blazor applications. Managing state in Blazor, Microsoft's WebAssembly framework, is vital as apps grow. Ex
  • Implementing Actor Model in Azure Service Fabric4/16/2024 8:46:59 AM. In this article, we are going to learn about a completely new programming paradigm called Actors. First I will give you a brief intro to Actor Model theory and then we will start implementing Actor Mo
  • Implement Azure Queue Using ASP.NET Core Console Application4/16/2024 8:39:11 AM. Learn to utilize Azure Queue Storage for efficient message queuing in cloud applications. Explore Azure Queue's RESTful interface, its advantages like cost-effectiveness and security, along with d
  • Creating And Deploying Microsoft Azure WebJobs4/16/2024 6:49:50 AM. In this article, you will learn to create and deploy Microsoft Azure WebJobs for automating tasks, processing jobs in the background, and integrating with Azure Functions. Explore scheduling, scalabil
  • 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
  • Single Page Applications with AngularJS in .NET: Part 24/16/2024 6:33:03 AM. Part 2 of Single Page Applications with AngularJS in .NET delves deeper into building dynamic web experiences. Explore advanced AngularJS concepts like routing, components, and data binding, integrati
  • How to Clone an Existing Virtual Machine?4/16/2024 6:24:22 AM. Explore step-by-step instructions for replicating your VM using various virtualization platforms. Whether you're migrating, testing, or creating backups, mastering VM cloning ensures flexibility a
  • Microsoft.Extensions.DependencyInjection for Dependency Injection4/16/2024 5:51:27 AM. Dependency Injection (DI) is a software development design pattern that aims to achieve loose coupling between components and enhance the maintainability, testability, and scalability of applications.
  • Create A Simple Blazor Server Application With .NET Core 3.0 4/16/2024 5:39:36 AM. In this post, we will see how to create a simple Blazor application with .NET Core 3.0 SDK and default template. We will create a new service and get the C# Corner latest post details from their RSS f
  • Create A Blazor App With Google ☁️Cloud SQL Using MySQL Engine4/16/2024 5:36:00 AM. Learn how to integrate cloud-based databases seamlessly into your web application, harnessing the power of Blazor's dynamic UI and Google Cloud's robust infrastructure for efficient data manag
  • Getting Started With Angular 2 Using Angular CLI4/16/2024 5:34:01 AM. Angular CLI simplifies Angular development by providing a command line interface for project setup, file management, testing, and deployment. Install Node.js and npm, then Angular CLI globally. Create
  • SOLID Principles In Flutter Development4/16/2024 5:05:02 AM. Explore how SOLID principles can enhance your Flutter development process. Learn how to apply these principles to create more understandable, flexible, and maintainable software designs.
  • Installing EF Core with Empty Template in ASP.NET MVC Core 3.04/15/2024 11:49:21 AM. Discover how to seamlessly integrate Entity Framework Core into your ASP.NET MVC Core 3.0 application using an empty template. Follow a step-by-step installation guide to set up the data access layer
  • Enable Identity Core With Empty Template In ASP.NET MVC core 3.04/15/2024 11:48:04 AM. Learn how to integrate Identity Core into an empty template in ASP.NET MVC Core 3.0. Explore authentication and authorization features, configure user management, and enhance security.
  • Upload And Download Files From Blob Storage Using C#4/15/2024 11:47:42 AM. Learn to upload and download files programmatically to Azure Blob storage using C#. Understand creating Azure storage accounts, containers. Step-by-step guide to access Azure storage with code snippet
  • Using Dapper For Data Access In ASP.NET Core Applications4/15/2024 11:46:45 AM. Dapper is a lightweight ORM for ASP.NET Core, offering efficient data access with minimal overhead. It simplifies database interactions by mapping query results to objects, enhancing performance in we
  • Set Default Value To Person Or Group Field In PowerApps4/15/2024 11:45:53 AM. Learn how to set default values for Person and Group fields in PowerApps. Use Patch function to update SharePoint list items with person or group field values. Understand the required data format for
  • Sending Email with Attachment using SendGrid Email Service 4/15/2024 11:42:50 AM. Learn to integrate SendGrid email service in ASP.NET Core MVC using C#. Set up SendGrid account, obtain API key, implement email sending functionality, and utilize ASP.NET Core MVC for web application
  • How to Insert Console Application with Entity Framework 4/15/2024 11:41:37 AM. Learn how to seamlessly integrate a console application with Entity Framework for efficient database operations. Explore how to perform CRUD (Create, Read, Update, Delete) operations within your .NET
  • Create A Blazor Server SPA With Dapper 4/15/2024 11:13:00 AM. In this post, we will see how to create a single page application in Blazor Server with Dapper ORM. We will see all the CRUD operations with Dapper using native SQL commands and stored procedures.
  • 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,
  • CastleDoodle Game In HTML 5 Platform using GDevelop4/15/2024 11:04:34 AM. In this article, you will learn about Embark on an adventure with CastleDoodle, a captivating game crafted in HTML5 using the GDevelop platform. Dive into the realm of imaginative gameplay, where crea
  • Azure File Share Snapshot And Implementation4/15/2024 9:34:25 AM. Azure File Share Snapshot provides point-in-time backups for file shares in Azure Storage, enabling data protection and recovery. Snapshots capture the state of files at specific moments, offering pea
  • Angular Expressions: Syntax, Use Cases, and Implementation Method4/15/2024 9:00:22 AM. Explore Angular expressions, small JavaScript-like codes enclosed in {{ }}, used for dynamic data display, filtering, and more. Learn through examples how to employ expressions via interpolation or cu
  • How to Configure Azure Application Gateway and WAF v2 4/15/2024 6:05:14 AM. We're configuring an Application Gateway to manage traffic for the demo application. Azure Application Gateway, a layer 7 solution, efficiently manages web traffic, ensuring optimal performance. T
  • What is Generics in .NET C# with example4/15/2024 4:49:16 AM. Generics in C# represent a cornerstone of modern software development, offering a powerful mechanism for creating reusable and type-safe code. This comprehensive article explores the fundamentals of g
  • Bubble Sort Algorithm in C# with Generic Method Example4/15/2024 3:57:19 AM. Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order. The pass through the list is repeated until
  • Exploring Frozen Collections in .NET 8 With Benchmarking4/14/2024 5:32:01 AM. Frozen Collections is a new .NET 8 feature that can be used to create Dictionaries and Sets for faster read operations when you don’t need to make changes after the creation. In this article, I presen
  • Alibaba Cloud Security Best Practices for Safeguarding Your Data4/14/2024 5:24:57 AM. Secure your data on Alibaba Cloud! Learn best practices for encryption, access control, & threat detection to ensure data security & compliance. #AlibabaCloudSecurity
  • Page Life Cycle in ASP.NET4/13/2024 6:15:29 PM. Learn about the ASP.NET page life cycle events including preinit, init, preload, load, prerender, and savestatecomplete. Understand their order of execution and their significance in web development.
  • Creating an Accounting Application With C# - Part Four4/13/2024 6:12:49 PM. Learn about building an accounting app in C#, covering various forms like splash, activation, and login windows. Understand activation methods, including serial key, webservice, and custom activation
  • Understanding Structs(Structure) in C# With Employee Example4/13/2024 5:19:00 PM. In C#, a struct (short for structure) is a value type that encapsulates data and behavior related to a single concept. Structs are used to represent lightweight objects that typically contain a small
  • Azure Storage Replication Strategies4/12/2024 11:30:24 AM. Explore Microsoft Azure's storage replication strategies including LRS, ZRS, GRS, and RA-GRS. Learn how each strategy offers varying levels of data redundancy and availability. Understand how to c
  • How To Encrypt And Decrypt In C# Using Simple AES Keys4/12/2024 11:29:58 AM. Learn how to encrypt and decrypt data in C# using simple AES keys. AES, a symmetric encryption algorithm, ensures secure communication by encoding and decoding messages.
  • Azure Logic App - A Brief Introduction With An Example4/12/2024 11:28:47 AM. Azure Logic App simplifies workflow automation in Azure. Use its visual designer to create automated workflows with triggers and actions. Example: automate email notifications based on new file upload
  • Update Multi-Values with People Picker Field in Power Automate/Microsoft Flow4/12/2024 11:14:14 AM. Learn to update multi-values in the people picker field using Power Automate or MS Flow. Discover how to find an Office 365 group ID, list group members, and add them to a multi-value people picker co
  • Create an Interactive Flower Using HTML54/12/2024 8:17:56 AM. Learn how to create an interactive flower using HTML5 canvas. Follow beginner-friendly steps, from setting up an HTML editor to defining functions and adding interactivity. Utilize KineticJS for graph
  • Feature Flags in .NET Core with Azure4/12/2024 6:52:05 AM. Explore the seamless integration of feature flags in .NET Core applications with Azure's robust platform. Learn how to efficiently manage and deploy feature flags, enabling agile development, cont
  • File Upload using ASP.NET Web API And ReactJS4/12/2024 6:33:22 AM. Learn to integrate file upload functionality between ASP.NET Web API and ReactJS using Axios or HttpClient for backend communication. Utilize FormData for multi-part form data handling.
  • ASP.NET Core CI/CD on Azure Web App with Jenkins - Day One4/12/2024 6:22:59 AM. Day One of Continuous Integration and Deployment (CI/CD) involves setting up Jenkins to automate the build, test, and deployment processes for an ASP.NET Core Application onto an Azure Web App. This e
  • Tricks To Customize The People Picker Column Using PowerApps4/12/2024 5:55:51 AM. In this article, We explore clever techniques to personalize the People Picker column in PowerApps. Enhance user experience and streamline data entry with advanced customization options.
  • Implementing CI/CD Using Azure Pipelines4/11/2024 11:13:17 AM. In the episode, you will learn the process of building and automating CI/CD systems using Azure Pipelines and YAML.
  • Consuming Web Service In a Console Application4/11/2024 10:56:50 AM. Integrate web services seamlessly into console applications using .NET frameworks like .NET Core or .NET Framework. Utilize HttpClient or service references to communicate with SOAP or RESTful APIs, e
  • Introduction to Web Service with Example in ASP.NET4/11/2024 10:53:13 AM. Explore creating web services in ASP.Net for code reuse across multiple applications. Understand web method attributes, platform independence, and date conversion functionalities. Examples demonstrate
  • ASP.Net Form Validation Using jQuery4/11/2024 10:52:32 AM. Learn how to perform form validation in ASP.Net using jQuery, enhancing user experience by validating form data on the client-side before submission. This tutorial covers setting up jQuery functions,
  • Consuming Web Service In Windows Application4/11/2024 10:51:06 AM. This tutorial guides beginners on consuming a Web Service in an ASP.Net Windows Application step-by-step, from adding a service reference to calling methods. It emphasizes simplicity and clarity for e
  • Learn About Color Name in HTML54/11/2024 10:32:47 AM. HTML5 supports a range of color names for specifying text colors using the color attribute. Common names like Black, White, Red, Blue, and Green are available. You can also use less common names like
  • Consuming Web Service In an ASP.Net Web Application4/11/2024 10:27:29 AM. This article explains how to consume web service in an ASP.Net web Application. Here we will see how to add a Web Service Reference in the ASP.Net Web Application and how to call the Web Service metho
  • Enhance SQL Server Queries with OPTION(RECOMPILE) Hint4/11/2024 6:56:49 AM. This article provides an in-depth exploration of the OPTION(RECOMPILE) hint in SQL Server, offering developers and database administrators a thorough understanding of its functionality, practical appl
  • CLI Implementation in .NET Core: Create MVC Projects Easily4/11/2024 6:15:58 AM. The dotnet CLI is a vital cross-platform tool for .NET Core development. It offers basic, project modification, and advanced commands, simplifying tasks like SDK listing, project creation, build, and
  • Using Scriban to Render Templates in .NET Core4/11/2024 6:13:19 AM. This article shows that the template engine is helpful when we want to render something and also introduces the basic functions of Scriban.
  • Create, Clone, Browse, Restart, Stop And Delete Web App In Azure4/11/2024 6:11:58 AM. Learn Azure's powerful features to efficiently manage your web apps. Discover how to create, clone, browse, restart, stop, and delete web applications through Azure Portal or Azure Resource Manage
  • What Is Swagger In .NET Core And Its Implementation?4/11/2024 6:11:19 AM. Swagger in .NET Core simplifies API documentation by generating interactive documentation from code annotations. It enables developers to visualize, test, and interact with API endpoints effortlessly.
  • HTML5 and ASP.Net Client-Side Caching Techniques4/11/2024 6:07:17 AM. HTML5 and ASP.Net Client-Side Caching Techniques refer to strategies employed in web development to enhance performance and user experience by storing resources locally on the client-side.
  • 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
  • Mastering SOLID Design Principles in C#4/11/2024 3:58:49 AM. SOLID design principles provide guidelines for creating maintainable, flexible, and scalable software. They enhance code readability, reduce duplication, and promote effective testing. Principles like
  • Create A Simple Bot With Azure Bot Service4/10/2024 10:40:35 AM. Explore creating a simple Bot using Azure Bot Framework. Bots automate tasks, interact like humans, and offer various functionalities. Follow the steps to set up in Azure portal, select the template,
  • Build Angular 8 Desktop Apps using Electron with Eclipse IDE4/10/2024 9:38:43 AM. In this article, we will learn to leverage the power of Angular 8 for building robust desktop applications using Electron framework, seamlessly integrated with Eclipse IDE.
  • C# 8.0 ('Nullable Enable') To Avoid Null Reference Exception4/10/2024 9:34:02 AM. Explore the C# 8.0 nullable enable feature, identifying null reference exceptions in production code. Understand its implementation, compiler verification, and error detection, ensuring proper initial
  • Source Control (3-1), DevOps And Different Products4/10/2024 8:33:21 AM. Source Control (3-1), DevOps And Different Products" explores the integration of source control systems like Git within the DevOps framework. It delves into practices such as Continuous Integrati
  • 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
  • 15 Effective Methods for Enhancing Performance in Our ASP.NET Core Application4/9/2024 6:09:14 PM. Explore 15 effective methods meticulously curated by Ziggy Rafiq to enhance performance in ASP.NET Core applications, ensuring optimal efficiency and scalability for your projects
  • A Clean Architecture for Building Web Applications with ASP.NET Core MVC C#4/9/2024 5:58:07 PM. Discover a clean architecture approach for ASP.NET Core MVC web applications in C#, guided by Ziggy Rafiq for optimal design and development. ASP.NET Core MVC is a robust framework for constructing we
  • Best Practices for Working with DateTime, UTC, and Offset in C#4/9/2024 5:50:01 PM. Discover best practices for handling DateTime, UTC, and Offset in C# with expert insights from Ziggy Rafiq, ensuring efficient time management in your applications Learn best practices, tips, and cod
  • How To Develop And Deploy Azure WebJobs In Azure App Service4/9/2024 11:46:24 AM. Learn how to develop and deploy Azure WebJobs in Azure App Service effortlessly. Configure AzureWebJobsDashboard and AzureWebJobsStorage for seamless operation, and leverage continuous integration for