Related resources for OA
  • Database First Approach in MVC 5: Part 24/25/2024 10:41:59 AM. In MVC 5's Database First Approach (Part 2), delve deeper into leveraging Entity Framework for seamless integration with existing databases. Explore scaffolded views, data validation, and CRUD ope
  • Database First Approach in MVC 5: Part 14/25/2024 10:10:15 AM. This article shows the development of an ASP.NET Web application in an MVC 5 project template that connects with a database that exists already and allows the users to interact with the data.
  • Upload Multiple Files and Then Create a Zip File4/25/2024 10:09:09 AM. Upload multiple files, then use the ZipArchive class in System.IO.Compression to compress them into a single zip file. This server-side process streamlines file management, enabling efficient transfer
  • How To Pin Web Content And Text Box On Dashboard4/25/2024 9:45:17 AM. Learn the art of enhancing your dashboard with pinned web content and text boxes. Discover how to strategically position and manage these elements for effective data visualization.
  • Upload file to IPFS using Python4/25/2024 9:24:51 AM. Discover the cutting-edge method to upload files using Python and IPFS (InterPlanetary File System), revolutionizing the way data is stored and shared securely across the web. Dive into this step-by-s
  • Database First Approach in MVC 5: Part 34/25/2024 8:02:50 AM. Learn advanced techniques in database design, Entity Framework Designer, and building robust Data Access Layers within the Model-View-Controller architecture.
  • Unloading Assemblies in C#4/25/2024 7:56:13 AM. Unloading an Application Domain is crucial for releasing resources. Unlike assemblies, Application Domains can be unloaded, aiding in resource management. However, the default CLR-created domain is im
  • Using the Web Services in ASP.NET4/25/2024 7:55:47 AM. Explore the creation of Web Services with ASP.Net, their architecture, and usage. Learn about SOAP protocol, WSDL, and UDDI for service description and discovery. See how to create and consume Web Ser
  • Table Splitting in Entity Framework4/25/2024 5:56:24 AM. Entity Splitting in Entity Framework involves mapping an entity across multiple database tables, aiding in organizing data and optimizing performance. Table Splitting divides a single table into two,
  • Optimizing Security & Performance in .NET Core Apps for Heavy Loads4/24/2024 7:40:20 AM. Secure and optimize your .NET Core apps for heavy traffic with strategies like load balancing, caching, authentication, encryption, and monitoring. Implementing these ensures both security and perform
  • What is Server Load Balancer in Alibaba Cloud4/24/2024 6:31:03 AM. Unveil the power of Alibaba Cloud's SLB! Balance traffic, optimize performance, & ensure app uptime. Explore NLB, ALB & CLB for a robust cloud infrastructure. #AlibabaCloud #ServerLoadBala
  • SoapFormatter in C#4/23/2024 11:25:44 AM. Learn to serialize and deserialize objects using SOAPFormatter in .NETFramework. Understand the usage of the IFormatter interface with Serialize and Deserialize functions. Implement serialization wit
  • Entity Framework 6 CRUD Stored Procedures: Code-First Approach4/23/2024 11:22:38 AM. Learn how to implement Insert, Update, and Delete operations using stored procedures in Entity Framework 6 with a Code First approach. This tutorial covers setting up stored procedures, mapping them t
  • Create Chrome-Like Loading Animation In WPF⭕4/23/2024 11:13:56 AM. Learn to create a Chrome-like circular loading animation control in WPF. Utilize Visual Studio or Blend, Arc control, Storyboard animations, and Dependency Properties for customization. Enhance user e
  • .NET Remoting: The Interface Approach4/23/2024 9:01:14 AM. .NET Remoting offers efficient remote object interaction, ideal for network resource access. Compared to SOAP-based web services, it's lighter. While easier than Java's RMI, it's more comp
  • Manage Security Alerts In Azure Security Center4/23/2024 8:54:32 AM. Learn how to manage security alerts in Azure Security Center to strengthen your security position and protect Azure resources. Discover advanced detections with Azure Defender and utilize Azure Securi
  • .NET Remoting - Events, Events? Events!4/23/2024 8:29:21 AM. Explore different strategies for firing events across servers and clients concurrently in .NET, including .NET native events with late-binding, interface-based approaches, and utilizing a broadcast en
  • Preview of Dynamic Data and Entity Data For EF 64/23/2024 7:23:32 AM. The preview of Dynamic Data and Entity Data for EF 6 introduces efficient database connectivity and modeling within the .NET Framework. It enables seamless integration of data with code through Entity
  • Upload a File Using File Transfer Protocol (FTP)4/23/2024 7:21:47 AM. Learn how to seamlessly upload files using File Transfer Protocol (FTP) in this comprehensive guide. Discover the step-by-step process, from setting up your FTP client to navigating directories and tr
  • Update Data Using Code First Approach4/22/2024 7:44:10 AM. Explore updating data with ASP.NET and Entity Framework's Code First approach. Define Employee model, set up DbContext, and create a Webform for user input. Implement logic to update employee det
  • ngInclude Directive In AngularJS4/22/2024 6:42:43 AM. The ngInclude directive in AngularJS enables dynamic loading of HTML templates, enhancing modularity and code organization. It facilitates the creation of single-page applications by allowing seamless
  • VMware Cloud: Optimize Workloads 4/22/2024 4:16:34 AM. Unleash peak performance & cost savings in your VMware Cloud! Explore 5 key strategies for workload placement, maximizing agility & efficiency for your cloud environment. #VMwareCloud #CloudOp
  • Securing Your Workloads in VMware Cloud4/22/2024 3:52:59 AM. Fortify your VMware Cloud environment! Discover essential security practices for access control, networking, disaster recovery & more. #VMwareCloud #CloudSecurity
  • Learn AngularJS ng src Directive4/19/2024 10:53:58 AM. The AngularJS ng-src directive dynamically binds the src attribute of an HTML element, typically used for images. It allows seamless integration of data-driven image URLs, enabling conditional loading
  • Client-Side Performance Optimization (Angular)4/19/2024 4:34:48 AM. Angular client-side performance optimization involves techniques like Ahead-of-Time Compilation, Lazy Loading, Minification, Tree Shaking, Module Optimization, Bundle Size Analysis, and more for impro
  • 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.
  • Select Data With Enums Via EDF Framework 5.04/18/2024 8:46:39 AM. Utilize Entity Framework 5.0 to select data with enums. Employ LINQ queries for efficient data retrieval, leveraging strong-typed enums for enhanced code readability and database querying.
  • Singleton vs. Static Class in C# - Choosing the Right Approach4/17/2024 4:54:57 AM. Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between th
  • What's New In Angular 8.0 And How To Upgrade To Angular 84/16/2024 11:34:13 AM. Discover the latest features and enhancements in Angular 8.0, from the new Ivy renderer to improved lazy loading strategies. Learn how to seamlessly upgrade your projects to leverage the power of Angu
  • 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.
  • Road To AZ-204 - Developing Message-Based Solution4/16/2024 10:00:58 AM. Embark on the journey towards AZ-204 certification by mastering message-based solutions in Azure. Explore Azure Service Bus, Azure Queues, and message queueing techniques for efficient message process
  • 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
  • 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
  • Token Based Authentication using Web API 2, Owin, and Identity4/15/2024 11:45:24 AM. Implement secure token-based authentication in Web API 2 using Owin and Identity framework. Generate JWT tokens for user authentication, manage access and refresh tokens, and enforce authorization pol
  • 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.
  • Alibaba Cloud ECS vs ACK: Choosing Right Solution for Workloads4/15/2024 8:18:44 AM. Struggling to choose between ECS and ACK for your containerized apps on Alibaba Cloud? This guide unlocks the key differences to pick the ideal service for scaling & managing your workloads.
  • 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
  • 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.
  • 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.
  • 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.
  • Migrate and Run VMware Workloads to Oracle Cloud VMware Solution4/10/2024 7:10:31 AM. Migrating VMware workloads to the cloud can be a complex but rewarding process. This article explores the benefits, challenges, and steps involved in migrating and running VMware workloads on Oracle C
  • Best Practices for Maintaining Security and Preventing Vulnerabilities in C#4/9/2024 5:54:03 PM. Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying upda
  • Google Drive Integration In Flutter (Upload, Download And List Files)4/9/2024 9:24:15 AM. In this article, you will learn how to seamlessly integrate Google Drive functionality into your Flutter mobile app. This comprehensive guide covers uploading, downloading, and listing files, enabling
  • How To Create SSIS Catalog4/9/2024 8:25:51 AM. In this article, you will learn how to efficiently create an SSIS Catalog in SQL Server Integration Services (SSIS). This comprehensive guide covers the setup and management of the catalog, including
  • Multi-Tenancy with Separate Databases Approach in .NET Core4/8/2024 5:44:25 AM. In this article, we will learn how to implement a separate database approach of multi-tenancy in the .Net Core application and how to provide a dynamic connection string to DbContext
  • Becoming Proficient in C# and ASP.NET: A Roadmap to Mastery4/8/2024 4:59:04 AM. From traditional ASP.NET Web Forms to the sleek ASP.NET MVC, and from robust backend solutions using ADO.NET and SQL Server to dynamic front-end interactions with jQuery, AJAX, and more, developers ha
  • Install and Configure Network Load Balancing Manager in Server4/5/2024 9:55:20 AM. In this article, we will learn Network load balancing is the ability to balance traffic across two or more WAN links without using complex routing protocols like BGP.
  • How To Upload A File To Amazon S3 Using AWS SDK In MVC4/5/2024 9:47:09 AM. The AWSSDK facilitates .NET developers to work with Amazon Web Services, including Amazon S3 for scalable, reliable internet storage. Learn to set up an MVC project in Visual Studio, install AWSSDK vi
  • RabbitMQ Service Bus Explained4/5/2024 5:33:42 AM. RabbitMQ service bus facilitates communication between distributed systems via message queues. It employs AMQP, managing message delivery, routing, and scaling, ensuring fault tolerance and integratin
  • How To Build An Interactive Dashboard Using Power BI4/4/2024 9:33:23 AM. In this article, we will learn step-by-step how to create captivating interactive dashboards using Power BI. Dive into the world of data visualization and business intelligence with this comprehensive
  • 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
  • Power BI Introduction: Connectivity, Creating Dashboards & Data4/4/2024 9:15:53 AM. Power BI, a Microsoft product, is a versatile visualization tool for data analysis, providing insights from various data sources like databases, files, and URLs. With Power BI Desktop, Service, and Mo
  • 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
  • Introduction Of Dashboards In Power BI4/4/2024 7:25:28 AM. In this article, you will discover the power of dashboards in Power BI with our comprehensive introduction. Learn to transform raw data into visually compelling insights, leveraging intuitive tools fo
  • Manage Permission And Giving Access To Power BI Reports And Dashboards4/4/2024 6:37:26 AM. Learn how to manage permissions and grant users direct access to Power BI reports and dashboards. Methods include direct access from manage permissions and advanced options. Explore steps to share rep
  • API Gateways and Load Balancers for Scalable Architectures4/4/2024 4:28:26 AM. Load balancers are pivotal in modern application architectures, distributing incoming network traffic across multiple servers to ensure high availability. This article elucidates load balancer types,
  • How to Connect Azure VMware Solution to an Azure VNet4/3/2024 10:16:38 AM. Learn how to seamlessly connect Azure VMware Solution to an Azure VNet, enabling you to integrate your VMware workloads with Azure services.
  • Load Balancers Explained for Developers and Architects4/3/2024 8:59:54 AM. Understand the types of load balancers and their use in application architecture. Load balancers are pivotal in modern application architectures, distributing incoming network traffic across multiple
  • Embedding Power BI Report in SharePoint Online4/3/2024 4:09:21 AM. Learn how to seamlessly integrate Power BI reports into SharePoint Online with our step-by-step guide. Unlock the power of data visualization and collaboration in a Microsoft 365 environment. Follow a
  • 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.
  • ASP.NET 8 - Multilingual Application with Single Resx File - Part 2 - Alternative Approach4/1/2024 7:24:18 AM. Explore an alternative approach in ASP.NET 8 for building multilingual applications using a single Resx file in Part 2 of this series. Discover how to efficiently manage localization and globalization
  • Method Overloading In C#3/29/2024 6:44:42 AM. Method overloading in C# allows defining multiple methods with the same name but different parameters within the same class. This enables flexibility and enhances code readability by providing various
  • What is Lazy Loading Translations in Vue.js3/28/2024 10:21:45 AM. Lazy loading translations in Vue.js optimizes performance by dynamically loading translation files only when needed. Techniques include dynamic imports, Vue I18n's lazy loading, and custom solutio
  • Response Compression in .NET Core3/22/2024 6:14:59 AM. Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression over
  • Learn about Spinners in Bootstrap3/22/2024 5:49:20 AM. In this article will we learn type of spinners in Bootstrap5
  • What Are EOAs and How to Create Ethereum Wallets Using C#?3/22/2024 4:48:38 AM. Discover how to harness the power of Ethereum with C# by learning about EOAs and creating secure wallets for transactions. Dive into the world of blockchain development now
  • Change Data Capture - CDC with SQL server3/21/2024 1:31:08 PM. Learn how CDC facilitates seamless data integration, enables efficient data replication, and ensures accurate data synchronization, providing businesses with timely insights and streamlined operations
  • Creating Azure Load Balancer for VM Load Balancing3/21/2024 9:08:20 AM. This article guides you through configuring a load balancer in Microsoft Azure to distribute traffic across virtual machines efficiently. It outlines steps to integrate VMs into the load balancer'
  • Simplifying File Uploads with .NET Core 7 Minimal APIs3/21/2024 8:59:44 AM. Discover how .NET Core 7's Minimal APIs streamline file upload processes, enhancing development efficiency. Simplify backend tasks with minimalistic yet powerful approaches, optimizing file handli
  • Microsoft Fabric: Loading Data into Lakehouse Table3/20/2024 11:56:52 AM. 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 effici
  • Visual Studio 2017 Installation Using Offline Installer3/20/2024 11:48:53 AM. In this article, you will learn how to install Visual Studio 2017 using the offline installer, enabling setup without internet connectivity. Download the installer, customize components, and enjoy fle
  • Enhanced Visual Studio 2017 Installation Experience: Language Packs3/20/2024 11:39:27 AM. In this article, I will show the revamped installation process in Visual Studio 2017, offering tailored workloads and individual component selection, including language packs. Customize your developme
  • 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
  • Namespace for Authentication Routes in MVC and Its Importance3/19/2024 1:18:38 PM. The System.Web.Mvc namespace in ASP.NET MVC is crucial for authentication routes, aiding in code organization, readability, and integration with framework features for seamless authentication and auth
  • Vue-Lazyload Directive in Vue.js3/19/2024 11:29:15 AM. The vue-lazyload directive in Vue.js enables lazy loading of images, enhancing page load times. Install the package, use the v-lazy directive in templates, and customize loading behavior for optimal p
  • React Apexcharts: Create & Download Column Bar Chart with Bootstrap3/18/2024 5:27:34 AM. In this tutorial, we will learn how to create a vertical column bar chart component in the React JS functional component. Creating a Column Bar Chart component in React using Apexcharts and Bootstrap.
  • Best Practices To Make Responsive Website Design (RWD)3/15/2024 11:07:00 AM. Employ a mobile-first approach, utilizing flexible grids, media queries, and fluid layouts. Implement breakpoints, optimize images, and prioritize content for performance. Focus on enhancing user expe
  • Common Approaches To Responsive Design3/15/2024 11:02:24 AM. This article, Explores various strategies for responsive design, including CSS media queries, flexible layouts, and mobile-first approaches. Adapt your website's design to different devices seamle
  • BYOAI - Bring Your Own AI3/14/2024 5:55:45 AM. Discover the transformative potential of Artificial Intelligence (AI) in the workplace with Bring Your Own AI (BYOAI). Learn how integrating AI tools enhances productivity, decision-making, and employ
  • Restrict Uploaded File Type in ASP.NET Core3/14/2024 5:02:01 AM. In ASP.NET Core MVC, you can restrict the uploaded file types by implementing validation on the server side. Here's a basic example of how you can achieve this.
  • 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
  • How to Group API Endpoints in FastAPI: Diverse Approaches3/12/2024 6:03:34 AM. This article explores two methods for grouping API endpoints with Fast API. Initial method employs an API Router to segregate user and item endpoints into distinct routers. The second method utilizes
  • Restrict Uploaded File Size in ASP.NET Core3/11/2024 7:09:58 AM. In ASP.NET Core, you can restrict the uploaded file size using the RequestSizeLimit attribute in the Program.cs file or by configuring it in the appsettings.json file. Additionally, you can set the ma
  • Create & Download Area Chart using React Apexcharts with Bootstrap3/10/2024 8:43:51 AM. Create an Area chart component in a React.js functional component using Apexcharts and Bootstrap libraries. Explore Apexcharts' features, step-by-step implementation, and visualization of data.
  • How to create a load balancer in Microsoft Azure portal3/8/2024 4:33:47 PM. How to create a load balancer in Microsoft Azure portal.
  • Code First Approach in Entity Framework3/7/2024 11:28:21 AM. This content provides a comprehensive guide on implementing Entity Framework's code-first approach in ASP.NET MVC applications. It begins with an introduction to Entity Framework, highlighting its
  • How to Add Customize Download Timer Button in Blogger3/7/2024 8:35:12 AM. This article provides a guide on adding a customized download timer button on Blogger, offering increased convenience and control to users. It discusses the benefits of such a button, including schedu
  • Implementing Broadcasting in Blazor3/7/2024 4:31:21 AM. Blazor inherently doesn't have a broadcasting model. To address this limitation, we need to implement a broadcasting model within Blazor. Broadcasting allows components to exchange information reg
  • Learn About Angular Lazy Loading3/6/2024 9:55:02 AM. Concept of lazy loading in Angular, which enables components and their content to load asynchronously, enhancing user experience by avoiding wait times for heavy content like images to render. It impl
  • Learn About Lazy Loading In Angular3/6/2024 9:13:22 AM. Lazy loading in Angular is a technique that defers the loading of modules until they're needed, improving initial load time. It involves configuring routes to load modules asynchronously, typicall
  • 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
  • Performance Optimization Techniques In IIS Server3/5/2024 10:38:47 AM. In this article, we will discover techniques to boost performance on your IIS server. Learn about caching, compression, load balancing, and resource management to optimize response times and enhance s
  • Grafana & Prometheus: Effective Monitoring Tools3/4/2024 6:48:26 AM. Grafana is a data visualization tool, while Prometheus is a monitoring and alerting toolkit. Together, they collect, store, and visualize time series data, enabling users to create informative dashboa
  • Bluetooth Broadcasting3/4/2024 6:21:47 AM. Bluetooth Broadcasting utilizes Bluetooth technology to send messages or data to nearby devices. It enables various applications such as proximity marketing, beacon technology, and location-based serv
  • What Is Lazy Loading Translations in Vue.js2/29/2024 10:43:22 AM. Implementing lazy loading translations in Vue.js with Vue I18n involves asynchronously loading translation files when needed, reducing the initial bundle size and enhancing loading performance. Learn
  • Vue.js HTTP Handling: Dynamic Interactions, State, Uploads, Real-Time Data2/28/2024 5:15:01 AM. Vue.js, with its reactive framework and extensive ecosystem, provides developers with powerful tools to handle HTTP requests seamlessly. In this guide, we will explore advanced examples, extending bey
  • Vue.js HTTP Requests: Error Handling, Authentication, and File Uploads2/28/2024 5:09:20 AM. Vue.js, with its simplicity and reactivity, is not only a front-end framework but also excels in facilitating communication between the client and server through HTTP requests. In this article, we wil
  • How To Download And Install Android Studio On Windows 102/27/2024 2:34:44 PM. To download and install Android Studio on Windows 10, visit the official website, download the installer, and run it. Ensure you have Java Development Kit (JDK) installed. Follow on-screen instruction
  • Location Change of Download Folder in Windows 82/27/2024 11:13:00 AM. In this article, we will learn how to change the default download folder location in Windows 8. Customize your download directory for improved organization and accessibility. Follow our simple steps t