Related resources for OU
  • A Detailed Overview Of Azure Storage Account Creation5/9/2024 11:55:32 AM. Learn how to create Azure Storage accounts step-by-step in this detailed overview. Explore Azure Portal management, storage services like Blob, File, Table, and Queue Storage. Understand security, sca
  • RetryPolicy Using Microsoft Practices Enterprise Library5/9/2024 11:53:17 AM. RetryPolicy in Microsoft Practices Enterprise Library offers fault tolerance by automatically retrying operations upon transient faults. Configurable parameters like retry count and interval enhance a
  • Kiss Your Databse Only Once!!!5/9/2024 11:52:37 AM. Kiss Your Database Only Once" advocates for efficient database interaction, emphasizing the DRY principle. By centralizing database access, it enhances code maintainability, readability, and perf
  • Real Time example of GUID in Azure5/9/2024 11:49:29 AM. Azure uses GUIDs (Globally Unique Identifiers) to organize and secure resources. From signing up for services to managing databases, GUIDs ensure seamless operations and data security across various s
  • Fabric Lakehouse Shortcut to Google Cloud Platform Storage5/9/2024 4:55:24 AM. In this Data Engineering video, I walked you through how to create GCP Cloud Storage, upload file into the bucket, create fabric lakehouse and shortcut to the GCP data.
  • Change Grid Size Dynamically Based on Screen Resolution5/9/2024 4:46:32 AM. Learn how to create responsive web layouts by dynamically adjusting grid sizes based on screen resolution. Explore techniques using CSS media queries to adapt grid layouts for various viewport sizes.
  • Exploring Azure Bicep Functions: Syntax, Usage, and Examples5/9/2024 4:45:29 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep functions. It starts with logging into Azure and then moves on to explain the concept of functions in Azure Bicep,
  • Exploring Azure Bicep Outputs: Retrieving Resource Properties5/9/2024 4:34:50 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep outputs. It starts with logging into Azure, then moves on to explain the concept of outputs in Azure Bicep, complet
  • A Guide to Secure Your Assets on Decentralized Exchanges (Dex)5/8/2024 11:26:57 AM. Decentralized exchanges (DEXs) revolutionize cryptocurrency trading, enabling peer-to-peer transactions without intermediaries. Using smart contracts and blockchain technology, DEXs offer transparency
  • Azure Bicep: Power of Variables for Efficient Deployment5/8/2024 10:25:27 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep variables. It starts with logging into Azure, then moves on to explain the concept of variables in Azure Bicep, com
  • Introduction To FriendlyUrls in ASP.Net5/8/2024 9:54:00 AM. Learn the fundamentals of Friendly URLs in ASP.NET, exploring routing techniques for creating clean, user-friendly URLs. Discover how to configure routing in MVC applications, implement URL rewriting
  • Memory Leak Analysis For .Net Application5/8/2024 9:53:23 AM. Perform memory leak analysis for .NET apps to identify inefficient memory usage. Utilize profiling tools to monitor memory consumption, analyze heap data, and pinpoint areas causing leaks. Implement o
  • Working With Html.BeginForm() and Ajax.BeginForm() in MVC 35/8/2024 9:52:46 AM. In this article, we will learn how to utilize HTML.BeginForm() and Ajax.BeginForm() in MVC 3 for efficient form handling. Explore MVC 3's form submission techniques using HTML.BeginForm() for trad
  • REST Service in ASP.NET Web API5/8/2024 9:50:41 AM. Learn to build RESTful services with ASP.NET Web API. Explore HTTP methods, routing, JSON serialization, DTOs, attribute routing, content negotiation, and error handling for robust APIs. Dive into pra
  • Top Wallets for Securely Managing Your Solana Assets5/8/2024 9:15:54 AM. In this article, we will explore the crypto wallets that support the Solana blockchain. This article explores the best wallets tailored for Solana tokens, aiding users in making informed decisions for
  • Automate VCF Host Commission (ESXi)5/8/2024 6:01:54 AM. Learn how to automate ESXi host provisioning with Kickstart and streamline VMware Cloud Foundation host commissioning workflows.
  • Analyzing VVF & VCF License Usage in vSphere 8.0 Update 2b5/8/2024 4:24:17 AM. Explore the new VMware vSphere Foundation (VVF) & VMware Cloud Foundation (VCF) license usage in vSphere 8.0 Update 2b for efficient virtualization.
  • Various Types of Hidden Fields in .NET5/7/2024 11:25:41 AM. Explore the diverse methods of managing hidden data in .NET applications. Learn about ViewState, Control State, Session State, HiddenField Control, Cookies, QueryString, Application State, Cache, and
  • Learn About SOLID Principles5/7/2024 11:24:48 AM. SOLID principles are fundamental to object-oriented design, ensuring code is clean, maintainable, and scalable. Learn SRP, OCP, LSP, ISP, and DIP for robust, flexible software architecture.
  • Populating DropDown With AJAX Call5/7/2024 11:24:02 AM. There are other ways to populate dropdown in ASP.NET MVC. But using jQuery ajax in populating a dropdown is easy and fast. So in this article I will show you how to populate a dropdown from database u
  • The Use Of Medical Augmented Reality In Our Daily Lives5/7/2024 10:32:22 AM. Medical augmented reality revolutionizes healthcare by integrating digital information into real-world environments. From surgical guidance to patient education, it enhances diagnosis, treatment, and
  • Unraveling Azure Bicep Resources5/7/2024 10:29:22 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep resources. It starts with logging into Azure, then moves on to explain the concept of resources in Azure Bicep, com
  • Mastering Azure Bicep Parameters5/7/2024 10:24:35 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep parameters. It starts with logging into Azure, then moves on to explain the concept of parameters in Azure Bicep, c
  • Wrangling Outliers and Noise in Your Data 5/7/2024 9:04:21 AM. This comprehensive guide explores the nuances between outliers and noise in data analysis. It delves into identification techniques and handling strategies, showcasing practical examples for effective
  • The Cloud Show with Magnus Mårtensson ft. Dan Clark - Ep. 255/7/2024 8:39:22 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • Converting Python Code into a Package for Open Source5/7/2024 7:08:04 AM. Learn how to transform your Python code into a reusable package and share it with others. This easy-to-follow steps covers the steps to package your code, choose a license, and make it open-source.
  • Count UPPERCASE and lowercase Letter in Word or Sentense5/7/2024 6:14:29 AM. This Java program efficiently counts the occurrence of uppercase and lowercase letters in a given word or sentence. It utilizes a Scanner to take user input and iterates through each character, increm
  • Migrate 34m Records from SQL Server to Warehouse using Fabric Data Pipeline Scheduler5/7/2024 5:18:18 AM. In this end-to-end Data Engineering and Analytics project, I walked you through how to migrate 34m of records from on-prems SQL Server to Fabric Data Warehouse using Fabric Data Pipeline.
  • Mastering Solana: Your Roadmap to Development Proficiency!5/7/2024 4:10:58 AM. In this article, we will see the roadmap that a beginner should follow to learn Solana. Navigating Solana's development requires a structured approach. This roadmap outlines essential steps, from
  • Enhance Your Digital Presence With The Best Digital Marketing Guide5/6/2024 11:57:07 AM. Unlock the secrets of digital marketing with our comprehensive guide. Learn proven strategies for SEO, SEM, social media, content, and more to elevate your online presence and drive impactful results
  • Deploy Web App In Microsoft Azure5/6/2024 11:56:43 AM. Learn to deploy your web application seamlessly in Microsoft Azure using Azure Web Apps. Explore Azure's powerful deployment features, utilize Azure Portal and Azure Resource Manager (ARM), and im
  • NGINX Ingress with the .NET Core Microservices and Kubernetes5/6/2024 11:39:40 AM. This article delves into ingress fundamentals and its use cases, detailing step-by-step service implementation and containerization using .NET Core 8 Web API, Docker, Kubernetes, and Ingress.
  • How to Upload Files to Mega Cloud Storage Using C# & .NET Core5/6/2024 9:42:59 AM. Learn how to seamlessly upload files to Mega Cloud storage using C# and .NET Core. Mega is a popular cloud storage provider known for its robust security features and generous storage offerings.Disc
  • Programming in Practice - LINQ Expression 5/6/2024 9:05:50 AM. An impression can be made that: data is data, and it doesn't matter where it comes from provided it is reliable. The LINQ technology is presented to fetch the necessary data from any available so
  • Mastering Resource Allocation in Azure5/6/2024 8:54:15 AM. This article provides a comprehensive guide on mastering resource allocation in Azure using the Allocation Success Recommender. The article concludes with tips on how to enhance your Azure experience
  • Using Open-Source Model With OpenAI Models5/6/2024 8:47:58 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
  • Chat With Your CSV Data Using Azure OpenAI5/6/2024 8:39:17 AM. This article walks you through all the steps required to query and chat with your CSV data and get response out of it using Azure OpenAI.
  • Connecting Grafana to Data Sources5/6/2024 5:19:15 AM. Connect Grafana to databases, APIs, and more for powerful data visualization. Link MySQL, PostgreSQL, or InfluxDB seamlessly and extend with plugins for MongoDB, Kafka, REST APIs, and cloud platforms
  • Application Security (3), Open Source Security --- Sonatype5/6/2024 3:47:06 AM. This article is discussing Application Security issue.
  • Kickstarting Azure Infrastructure: Azure Bicep5/5/2024 8:34:19 AM. Learn to rapidly deploy Azure infrastructure using Azure Bicep with this beginner's guide. Automate resource provisioning, enhance scalability, and streamline management through Infrastructure as
  • Decoding Azure Infrastructure: Azure Bicep and ARM Templates5/5/2024 8:32:09 AM. In the previous article, we introduced Azure Bicep and discussed its advantages over ARM templates. We learned about its simplified syntax, improved modularity, better tooling, and transparency over A
  • Inject a DbContext Instance Into BackgroundService in .NET Core5/5/2024 8:28:55 AM. In this article, Learn how to inject and use a DbContext instance within a BackgroundService in .NET Core. Utilize dependency injection to access database operations from a background task, ensuring p
  • All You Need To Know About Azure Kubernetes Service (AKS)5/5/2024 8:26:20 AM. Discover everything about Azure Kubernetes Service (AKS) in this comprehensive guide. Learn how AKS simplifies Kubernetes deployment and management on Azure. Explore container orchestration, scalabili
  • What is Verhoeff Algorithm5/5/2024 8:25:21 AM. In this article we will learn about verhoeff algorithm. The Verhoeff algorithm, devised by mathematician Jacobus Verhoeff, ensures numerical data accuracy by detecting digit transpositions. It employs
  • Program, Accounts and Program Driven Addresses(PDA) in Solana5/3/2024 11:38:30 AM. In this article, we will learn about Programs, Accounts, and Program Driven Addresses(PDA) in Solana. programs are like the building blocks of decentralized applications.
  • Azure Bicep - Introduction to Azure Bicep5/3/2024 10:02:14 AM. This is a 14-Day series which introduces Azure Bicep Infrastructure as Coding (IaC) to the readers. This will be posted in 14 parts for ease of reading.
  • Implementing On-Premises Servers into Microsoft Azure Arc5/3/2024 9:17:33 AM. Learn how to seamlessly integrate on-premises servers into Microsoft Azure Arc, enabling centralized management and governance for your hybrid infrastructure.
  • Cloud Show with Magnus Recording ft. Niclas Madsen Ep. 245/3/2024 8:18:18 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • Enable Output Cache Settings In SharePoint Online5/3/2024 5:38:59 AM. In this article, I would like to share the steps to configure the Output cache in SharePoint online. Output cache settings is available on the SharePoint publishing sites.
  • Server Automation (4), Jenkins5/3/2024 3:38:16 AM. This article will discuss Jenkins, server automation.
  • Mapping Output Cache Profile In SharePoint Page Layout5/2/2024 10:46:30 AM. Optimize SharePoint page performance by mapping output cache profiles to page layouts. Utilize caching options in site settings for efficient content delivery, enhancing user experience and performanc
  • Installing Grafana for different Operating Systems5/2/2024 8:25:40 AM. Learn how to install Grafana on Windows, macOS, and Linux with this step-by-step guide for setting up the popular open-source monitoring platform.
  • How to Choose A Cloud Provider?5/2/2024 6:06:10 AM. Unleash the power of the cloud! Discover the ultimate guide to choosing the perfect cloud provider for your business. Maximize efficiency, and minimize costs. Read now!
  • Azure PaaS : Top 40 Questions & Answers About Azure PaaS Services5/1/2024 1:33:56 PM. Azure Platform as a Service (PaaS) offers a suite of cloud computing services that empower developers to build, deploy, and manage applications without the hassle of infrastructure management. Here 40
  • How to Keep Your Laptop Keyboard Light On Continuously?5/1/2024 12:39:40 PM. Ensuring your laptop keyboard's backlight remains on can enhance your typing experience, especially in dimly lit environments. This simple guide will walk you through the necessary steps to set yo
  • Deploying .NET 8 Core Web API in Cloud with .NET Aspire App"5/1/2024 11:43:31 AM. Learn to build and deploy high-performance .NET Core Web APIs in cloud environments using ASP.NET Core. Explore best practices for scalability, containerization with Docker, and deployment on Azure or
  • How To Share A Power BI Report5/1/2024 11:40:58 AM. Easily share Power BI reports within and outside your organization using Power BI Desktop or services. Learn how to publish reports, choose sharing destinations, generate QR codes, and embed reports.
  • How to Turn Off Automatic Updates In Windows 105/1/2024 11:39:39 AM. Learn the importance of computer updates, especially in Windows 10, for security and performance. Understand Microsoft's automatic update system and discover methods to disable updates, enhancing
  • How to Create Azure Storage Account and Configure to Windows 115/1/2024 11:39:12 AM. Learn how to set up an Azure Storage Account and integrate it with Windows 11. Create and configure storage containers using Azure Portal or tools like PowerShell and Azure CLI. Explore access managem
  • Getting Started With Azure Service Bus Queues And ASP.NET Core - Part 15/1/2024 11:15:53 AM. Explore the fundamentals of Azure messaging services, setting up queues, and leveraging the Azure SDK for . NET. Discover queue-based messaging techniques for reliable and scalable communication in cl
  • Weak Event Pattern and Memory Leak in .Net 4.55/1/2024 11:11:21 AM. The code demonstrates the issue of memory leaks due to unregistered event handlers and introduces the weak event pattern in .NET 4.5 as a solution. It provides an example of an event source and listen
  • Microsoft Small Basic: Painting Tool Using Graphics Window5/1/2024 11:09:00 AM. Learn to create a Painting Tool using Small Basic's GraphicsWindow, including animation and graphical output. Explore step-by-step code explanations and tutorials for beginners, covering drawing s
  • Introduction to Task-Based Asynchronous Pattern in C# 4.5: Part I5/1/2024 11:07:16 AM. Discover the fundamentals of Task-Based Asynchronous Pattern in C# 4.5: Part I. Explore asynchronous programming, concurrency, and the await keyword for efficient parallel computing in .NET Framework
  • Asynchronous Connection in .NET Framework 4.55/1/2024 11:04:28 AM. Learn about leveraging asynchronous connections in .NET Framework 4.5 for efficient, non-blocking operations. Explore async/await patterns, Task Parallel Library (TPL), AsyncCallback delegate, and asy
  • Implementing Azure Blob Storage in Your Application5/1/2024 8:46:57 AM. Are you looking to leverage the power of cloud storage for your applications? In this detailed guide, we take you through the process of implementing Azure Blob Storage in your application, step by s
  • The Cloud Show with Magnus Mårtensson ft. Logan Song - Ep. 235/1/2024 5:41:55 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • Create Azure ADLS Gen 2 and Fabric Lakehouse Shortcut for Analysis5/1/2024 4:55:30 AM. This video shows how to create Azure ADLS Gen 2, create container, upload files and create a shortcut in Microsoft Fabric Lakehouse for downstream analytics.
  • Session Management In Web Service4/30/2024 9:38:56 AM. Efficient session management in web services ensures secure, stateful interactions. Explore techniques like token-based authentication, session timeouts, and encryption for robust user experiences.
  • Introducing Various Authentication Options in Visual Studio4/30/2024 9:38:28 AM. Introducing Various Authentication Options in Visual Studio 2013" explores the range of authentication methods available in the IDE. Discover how to implement secure user identity with OAuth, Ope
  • Step By Step SSRS in 11 Hours: Hour 114/30/2024 9:37:49 AM. Step By Step SSRS in 11 Hours: Hour 11" is the final installment in a comprehensive tutorial series on SQL Server Reporting Services (SSRS). Dive deep into advanced report development, data visua
  • Xamarin.Forms - Open App Store Or Play Store In XamarinApp4/30/2024 9:34:20 AM. Learn to develop Xamarin.Forms apps for Android and iOS, accessing filesystems, and distributing data files. Implement UI elements like buttons and images. Use Xamarin.Essentials to open Play Store o
  • Learn About ASP.NET HtmlGenericControl4/30/2024 9:08:07 AM. In this article, we'll be exploring the HtmlGenericControl of ASP.NET Webforms. What's exciting about this article will see how to create this control dynamically and combine it with some clie
  • Setting Up Google App Engine And Uploading An Image To Google Cloud Using PHP4/30/2024 9:05:15 AM. Setting up Google App Engine for PHP involves configuring App.yaml, deploying code, and leveraging Google Cloud Storage for image uploads. With PHP libraries, developers can seamlessly integrate image
  • Add a Folder/File to OneDrive Without Moving it into OneDrive4/30/2024 6:51:31 AM. This article will discuss the way to Add Folder/File outside of OneDrive Folder to OneDrive without Moving it into OneDrive
  • What is ASM in Alibaba Cloud?4/30/2024 5:58:13 AM. Learn about Alibaba Cloud Service Mesh (ASM) and how it simplifies the management, security, and monitoring of microservices-based applications.
  • Using Message Queues In C#4/29/2024 11:21:23 AM. In this article, Learn how to implement message queues for asynchronous communication in C# using the System. Messaging namespace, specifically focusing on MSMQ (Microsoft Message Queuing).
  • Why You Should Learn Python In 2020 - Top Advantages4/29/2024 11:20:45 AM. In 2020, learning Python offers numerous advantages. It's a versatile programming language, ideal for beginners and professionals alike. Python's demand in fields like data science, web develo
  • Pass Multiple Parameters in URL in Web API4/29/2024 10:02:24 AM. Learn how to efficiently pass multiple parameters in URLs when developing ASP.NET Web API applications. Explore techniques such as using query parameters, route parameters, and model binding to handle
  • Learn about jQuery Ajax in ASP.Net4/29/2024 10:00:43 AM. Learn how to utilize jQuery Ajax in ASP.Net for efficient client-server communication. Explore sending asynchronous HTTP requests, handling responses, and updating web content dynamically without full
  • Learn about Task Dialogs in C#4/29/2024 9:59:48 AM. Explore using Task Dialogs in C# to create responsive user interfaces for error handling, user interaction, and custom dialogs. Task Dialogs offer more flexibility than traditional message boxes, allo
  • DevOps Pipeline (3), Setup from GUI&YAML4/29/2024 6:18:04 AM. This article discusses the DevOps Pipeline Setup Process. Microsoft's Azure, introduced in 2010, revolutionized computing by shifting from local to cloud-based solutions. This transition impacts d
  • Introduction to Grafana: Power of Data Visualization4/29/2024 5:16:32 AM. Learn about Grafana, an open-source analytics and monitoring platform, and discover why it's essential for visualizing metrics data.
  • What is VPN Gateway in Alibaba Cloud?4/29/2024 3:53:00 AM. Alibaba Cloud VPN Gateway encrypts data transfer between your Virtual Private Cloud (VPC) and on-premises networks or internet clients, offering a secure and cost-effective solution.
  • Top Cloud Providers in 20244/28/2024 1:57:06 PM. Here is a list of top cloud providers based on their services, offerings, market size, and years in business.
  • Event Handling In .NET4/27/2024 4:15:10 AM. Explore event handling in .NET, a fundamental aspect of event-driven programming. Learn about event handlers, delegates, and the EventSource class, diving into the publisher-subscriber pattern and bes
  • What is Global Traffic Manager (GTM) in Alibaba Cloud ?4/27/2024 4:01:52 AM. Unleash global application reach & peak performance with Alibaba Cloud GTM! Explore intelligent traffic routing, geo-redundancy & disaster recovery for seamless user experience & business
  • Getting Started With Azure Service Bus Queues And ASP.NET Core Background Services4/26/2024 12:18:28 PM. Begin using Azure Service Bus Queues with ASP.NET Core Background Services for efficient message processing. Configure message handlers, retry policies, and dead-letter queues, leveraging ASP.NET Core
  • Story Of Equality In .NET - Part One4/26/2024 12:15:39 PM. This content outlines the complexities of equality and comparison in .NET, diving into topics like reference vs. value equality, the role of interfaces, and issues with floating-point arithmetic. It e
  • MPXJ Library in Details4/26/2024 12:14:21 PM. MPXJ is a Java library for reading, writing, and manipulating project data stored in Microsoft Project files. It offers APIs for task scheduling, resource management, Gantt charts, and more, facilitat
  • Getting Started Wth MongoDb Atlas4/26/2024 12:00:41 PM. Learn how to get started with MongoDB Atlas, a cloud-based database service that offers a scalable and flexible solution for managing NoSQL databases. Explore data modeling, cluster configuration, and
  • Learn About AJAX Security4/26/2024 11:59:11 AM. Explore the swift and interactive technology of AJAX in web development, its implementation using JavaScript, XML, and HTML, and its security vulnerabilities such as session management flaws, CSRF, an
  • Accessing XRM In Angular Component In Dynamics CRM4/26/2024 11:58:44 AM. Learn how to integrate XRM Toolkit with Angular JS for Dynamics CRM development. Follow steps to add ClientGlobalContext, install XRM libraries, configure tsconfig.app.json, and access user data. Perf
  • How to Publish ASP.Net MVC 5.0 Application on Windows Azure: Part 44/26/2024 10:47:03 AM. Learn step-by-step instructions to deploy an ASP.NET MVC 5.0 application on Windows Azure in this comprehensive guide. Part 4 covers advanced deployment strategies, including Azure Web Apps, continuou
  • Enabling WCF Net.Tcp Port Sharing for Multi-Process Port Sharing4/26/2024 10:23:44 AM. In today's article you will learn how to enable the Net.Tcp Port Sharing Service, so that it can be used by WCF for Port Sharing across multiple processes.
  • Searching Records by DropDownList in ASP.NET4/26/2024 9:54:25 AM. This tutorial guides the creation of a web app to search records via DropDownList. It includes SQL commands to create a database, insert records, and configuring data sources. The process involves set
  • What is Network Intelligence Service in Alibaba Cloud?4/26/2024 4:28:58 AM. Unleash the power of Alibaba Cloud's Network Intelligence Service (NIS) for self-service website network design, deployment, and insightful troubleshooting.
  • Drag and Drop ListBoxItem with Telerik Behavior: Parent Boundary4/25/2024 10:41:35 AM. Explore advanced drag and drop techniques in WPF using Telerik controls. Utilize ViewModel and ObservableCollection for dynamic data handling. Master MVVM architecture for cleaner code. Step-by-step
  • Introducing Copilot Studio: Your Creative Code Companion4/25/2024 10:38:44 AM. Copilot Studio is your ultimate creative companion for coding. This innovative platform is designed to assist and inspire you in your coding journey, offering support, suggestions, and guidance to enh
  • Create Your Customized Copilot Using Microsoft Copilot - Part 1 4/25/2024 10:13:39 AM. Create your own personalized Copilot with Microsoft Copilot, leveraging its AI prowess to enhance code generation and streamline development tasks. This series explores customizing Copilot for tailore
  • Application Deployment On Azure Kubernetes Service - Part Three4/25/2024 9:48:19 AM. In Part Three of deploying applications on Azure Kubernetes Service (AKS), explore advanced topics like Helm chart usage, CI/CD pipelines with Azure DevOps, and YAML configuration for fine-tuning depl