Related resources for ion
  • Azure Bicep: Wrapping Up and Looking Ahead5/10/2024 8:57:42 AM. As we conclude with Azure Bicep, reflect on its benefits, lessons learned, and future enhancements. Prepare for continued adoption, explore learning resources, and anticipate its evolving role in Azur
  • Road To AZ-204 - Developing Solutions That Use Cosmos DB Storage5/10/2024 8:54:01 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. Cosmos DB is the main component that will have their fundamentals explained here alon
  • C# Inheritance: Basics and Practical Examples5/10/2024 8:50:33 AM. Inheritance in C# allows classes to inherit properties and behavior from other classes, facilitating code reuse and creating a hierarchy of classes. Beginners learn to establish relationships between
  • Detailed Approach for Implementing AI Solutions5/10/2024 8:13:11 AM. Implementing AI solutions involves problem definition, data collection, EDA, feature engineering, model selection, training, tuning, evaluation, deployment, monitoring, and ethical considerations. Con
  • CRUD using the Repository Pattern in MVC5/10/2024 7:59:18 AM. This article introduces the repository pattern in an MVC application. Repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an app
  • Understanding the Connections Between Classes in OOP5/10/2024 7:58:52 AM. Understanding how different tools in a toolbox are used to build something. This guide helps you see how these classes share information and work together to create software, making it easier to under
  • Azure Bicep Best Practices Unveiled5/10/2024 7:56:18 AM. This article is a comprehensive guide that takes you on a deep dive into the best practices for working with Azure Bicep. It explains the best practices in Azure Bicep, complete with code samples and
  • 2D array - Take Input and Print Output Same5/10/2024 6:55:48 AM. Utilize 2D arrays to input data, then print the output, maintaining the same structure. Employ nested loops for iteration and array manipulation in your chosen programming language.
  • Xamarin Forms to Maui Migration5/10/2024 6:51:14 AM. Discover how to migrate your Xamarin.Forms apps to .NET MAUI (Multi-platform App UI) seamlessly. Learn about leveraging code reusability, adapting XAML interfaces, and utilizing new .NET 6 features. E
  • Understand Action Results and Types of Action Results in .NET C#5/10/2024 6:36:31 AM. In the world of .NET C#, action results play a crucial role in web development, facilitating the generation of responses to client requests within ASP.NET applications. In this article, we'll delv
  • Azure Bicep: Deployment and Infrastructure as Code5/10/2024 6:06:59 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep deployment. It starts with logging into Azure and then moves on to explain the concept of deployment in Azure Bicep
  • Azure Bicep: Modules for Flexible Resource Management5/10/2024 6:02:58 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep modules. It starts with logging into Azure, then moves on to explain the concept of modules in Azure Bicep, complet
  • Creating a React Application from a Telerik Template - Part III5/10/2024 5:01:14 AM. This article guides you through creating a React application using Telerik's npx command. From installing the Create React App to configuring the Telerik React app, it ensures a seamless setup pro
  • Bridge Design Pattern With Java5/9/2024 11:58:23 AM. The Bridge Design Pattern in Java separates abstraction from implementation, allowing them to vary independently. It promotes decoupling by creating a bridge between abstraction and its implementation
  • Road To AZ-204 - Implementing IaaS solutions5/9/2024 11:58:03 AM. Road to AZ-204 entails mastering IaaS solutions in Azure, covering Azure VMs, virtual networks, storage, and more. Prepare to implement scalable, secure, and resilient infrastructure as a service on M
  • Working With Azure Container Registry5/9/2024 11:57:37 AM. In this article, we will learn to manage Docker container images efficiently with Azure Container Registry. Explore Azure CLI and Azure Portal integration for seamless deployment and orchestration. En
  • CRUD Operations Using the Generic Repository Pattern and Unit of Work in MVC5/9/2024 11:57:10 AM. Implement CRUD operations in MVC using the Generic Repository Pattern and Unit of Work. Abstract data access logic, promote code reusability, and maintainability. Ensure separation of concerns and sca
  • CRUD Operations Using Entity Framework 5.0 Code First Approach in MVC5/9/2024 11:56:39 AM. Perform CRUD operations in MVC using Entity Framework 5.0's Code First approach. Define entity classes, utilize DbContext and LINQ for data access, and generate views and controllers with scaffold
  • 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
  • Enable Enterprise Metadata Keywords in SharePoint List5/9/2024 11:55:11 AM. Learn how to enhance information organization and search capabilities in SharePoint by enabling enterprise metadata keywords on lists. Empower users to apply standardized metadata tags for categorizat
  • 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
  • Entity Framework: Code First Migrations With the Existing Database5/9/2024 11:52:10 AM. Explore Entity Framework's Code First Migrations to seamlessly integrate existing databases with your application. Learn efficient techniques for data modeling, schema synchronization, and version
  • Display an RSS Feed Using XSLT5/9/2024 11:51:36 AM. Displaying an RSS feed using XSLT involves transforming XML data into HTML for presentation. XSLT templates define how RSS elements are formatted, facilitating clear and structured content rendering o
  • Backup Utility In .Net5/9/2024 11:51:13 AM. A Backup Utility in .NET facilitates data protection by enabling automated backups of files or databases. It offers features like compression, encryption, and scheduled backups, ensuring data integrit
  • How to Get Started with React and TypeScript?5/9/2024 11:36:16 AM. Explore the fundamentals of setting up React applications with TypeScript in this beginner's guide by Ziggy Rafiq. Learn about project structure, component creation, running your app, and configur
  • Role Based Authorization In Blazor 5/9/2024 10:24:11 AM. Role-Based Authorization in Blazor enables access control based on user roles. By defining roles and policies, specific functionalities or resources can be restricted to users with certain roles. Blaz
  • Artificial Intelligence Maturity Model Implementation 5/9/2024 10:11:08 AM. Artificial Intelligence (AI) Maturity Models are designed to assess the current level of an organization’s AI capabilities and guide their progressive development. These models consist of multiple lev
  • Implementing Railway-Oriented Programming5/9/2024 6:16:48 AM. In this tutorial, we will learn how to implement Railway-Oriented programming with Result Design Pattern. Railway-oriented programming enhances error handling by structuring code like a railway track.
  • Migrate to Azure Monitor Agent from Legacy Log Analytics Agent5/9/2024 5:23:04 AM. The Log Analytics Agent (OMA/MMA) will be decommissioned in August 31st of 2024. Users and Clients have to migrate to Azure Monitor Agent (AMA) before that. This article discusses on the steps to be f
  • Building CRUD Operations in .NET Core 8 with MongoDB5/9/2024 4:48:33 AM. Learn to create CRUD operations in .NET Core 8 Minimal API with MongoDB via Entity Framework Core. Build RESTful endpoints for seamless data interaction, leveraging ASP.NET Core's capabilities for
  • 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
  • Understanding of ConcurrentDictionary in .NET5/9/2024 3:59:02 AM. Everything is becoming more concurrent, so usually server-based(or multithreaded environments) applications are faced with non-thread-safe problems such as race condition.
  • Plugin Based Application Using C# MEF5/8/2024 10:53:40 AM. Learn how to create a modular, extensible application using C# Managed Extensibility Framework (MEF). This tutorial explores plugin architecture, dependency injection, and dynamic loading for building
  • Dictionary vs HashTable in .NET C#5/8/2024 10:51:33 AM. Explore the differences between Dictionary and HashTable in .NET C#. Learn about efficient key-value storage, hashing techniques, and performance contrasts. Discover when to use Dictionary<TKey, TV
  • Dot Net Tips Tricks C # Tips Tricks and Solutions5/8/2024 10:46:42 AM. Discover invaluable tips, tricks, and solutions for .NET and C# programming. Enhance your coding skills, troubleshoot effectively, and optimize performance with expert insights and techniques.
  • 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
  • Apply Single JavaScript Function to Multiple Textboxes For Validation5/8/2024 10:17:45 AM. Validate multiple textboxes efficiently in JavaScript using a single function. Employ event listeners for input events, utilize DOM manipulation to access textbox values, and apply validation rules su
  • Reflection and Attributes in C#5/8/2024 10:16:45 AM. Reflection in C# allows examining and manipulating types, methods, and other members at runtime. Attributes provide metadata to annotate code elements, aiding in customization and dynamic behavior. To
  • Bypassing Obfuscation: Ciphered Code Reverse Engineering5/8/2024 10:13:08 AM. In this article, we have performed reverse engineering over a protected binary by deep analysis of both obfuscated source code and MSIL assembly code.
  • Serialization And Deserialization in .NET5/8/2024 10:11:00 AM. Serialization in .NET transforms objects into a format suitable for storage or transmission, facilitating data interchange. Deserialization reverses this process, reconstructing objects from the seria
  • Introduction To .NET Platform5/8/2024 10:10:07 AM. In this article, you will discover the fundamentals of the .NET platform, including the C# programming language, Common Language Runtime (CLR), and Base Class Library (BCL).
  • CLR Internals - Process and Application Domain5/8/2024 10:09:23 AM. In this article, you‘ll drill deeper into the details of how an assembly is hosted by the CLR and come to understand the relationship between application domain (appdomain) and processes.
  • Check .NET Application Performance Using Performance Optimization5/8/2024 9:56:23 AM. Optimize your .NET app's performance by analyzing bottlenecks, monitoring resource usage, and fine-tuning code for efficient CPU and memory utilization. Employ profiling tools and performance coun
  • SignalR (Part 1) - Installation Process5/8/2024 9:55:16 AM. Learn to install SignalR in your .NET Core or ASP.NET Core project using the NuGet package manager. Ensure compatibility, manage dependencies, configure middleware, and set up client-side libraries fo
  • 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
  • InProc Session State Mode in ASP.Net5/8/2024 9:51:38 AM. This article explains the InProc Session State Mode in ASP.NET. The InProc Session State Mode is the default Session State Mode. We can host multiple websites/web applications on a single IIS. Each ap
  • 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
  • Populate a DropDownList in Change of Another DropDownList5/8/2024 9:48:58 AM. Populate a DropDownList in response to another's change using JavaScript. Utilize event listeners for change events, triggering Ajax requests to fetch data dynamically based on the selected value.
  • Unlocking Performance: Exploring PLINQ in .NET C#5/8/2024 8:40:53 AM. In today's computing landscape, where multi-core processors are ubiquitous, optimizing the performance of your applications often involves leveraging parallelism. One powerful tool in the .NET dev
  • Introduction to Railway-oriented programming5/8/2024 6:56:15 AM. This article delves into Railway-oriented Programming (ROP), a functional approach to error handling and data flow. It compares ROP to exceptions, offers a C# implementation, and discusses its benefit
  • Checksum Using the Verhoeff Algorithm 5/8/2024 6:10:46 AM. In this article we will see how we can calculate Checksum Using the Verhoeff algorithm. This article introduces the Verhoeff algorithm, a method for ensuring data integrity, particularly in sensitive
  • 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.
  • Scrutor vs Autofac in C# - Dependency Injection Examples5/8/2024 5:27:19 AM. This article compares Scrutor and Autofac, two popular dependency injection (DI) libraries in C# projects. Scrutor focuses on convention-based registration, while Autofac offers advanced configuration
  • 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.
  • Cross-Platform Power with C# and .NET 8 for Desktop Apps5/8/2024 4:15:38 AM. Ziggy Rafiq provides a comprehensive insight into the development of cross-platform desktop apps. Ziggy Rafiq explores cutting-edge techniques, best practices, and practical guidance to elevate your p
  • Dictionary in .NET C#: Syntax, Methods, and Example5/7/2024 11:50:00 AM. In C#, a dictionary is a generic collection that holds elements as pairs of keys and values. The Non-Generic Hashtable collection and the Generic Dictionary operate extremely similarly.
  • Road To AZ-204 - Developing Event Based Solutions5/7/2024 11:30:16 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. Azure Event Grid, Azure Notification Hub, and Azure Event hub are the main components
  • The Role Of Blockchain As A Service In The Tech Industry5/7/2024 11:29:45 AM. Blockchain as a Service (BaaS) revolutionizes tech by offering scalable, secure, and transparent solutions. It enhances industries like finance, healthcare, and supply chain with decentralized data ma
  • Road To AZ-204 - Developing An App Service Logic App5/7/2024 11:29:14 AM. Embark on the AZ-204 journey by mastering App Service Logic Apps. Learn Azure development, workflow automation, integration, and deployment for scalable, efficient app solutions.
  • Prototype Design Pattern With Java5/7/2024 11:27:12 AM. Learn about the Prototype design pattern in Java, a creational pattern that enables object cloning for efficient instantiation. Explore cloneable interfaces, deep vs. shallow copying, and how to imple
  • How To Use Dplyr Package To Manipulate Data In R5/7/2024 11:26:21 AM. In this article, we will learn efficient data manipulation in R using the powerful Dplyr package. Discover essential functions for filtering, summarizing, arranging, and transforming data.
  • 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
  • Registering URL Scheme 5/7/2024 11:25:07 AM. Registering URL schemes enables custom protocols for launching specific applications or actions. Integrate seamlessly across platforms for efficient deep linking and enhanced user experience.
  • 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.
  • How To Enable HTTPS In ASP.NET Web API5/7/2024 11:23:49 AM. In this article, you will see How we can enable https in ASP.Net Web API. We will start by discussing all the steps required to enable https in asp.net web API. And then we will discuss all the steps
  • Relationship in Entity Framework Using Code First Approach With Fluent API5/7/2024 11:23:34 AM. Learn how to establish relationships in Entity Framework using the Code First approach with Fluent API. Explore configuring one-to-one, one-to-many, and many-to-many relationships using navigation pro
  • How To Upgrade Windows 10 Home To Windows 10 Pro5/7/2024 10:41:20 AM. Upgrade from Windows 10 Home to Windows 10 Pro effortlessly. Unlock advanced features like Remote Desktop, BitLocker, and Group Policy. Easily access enhanced security, management, and productivity to
  • Exploring Azure Blob Storage Tiers5/7/2024 10:40:40 AM. Explore Azure Blob Storage Tiers for efficient data management. Understand Hot, Cool, and Archive tiers for cost-effective storage solutions. Optimize storage costs based on access patterns and retent
  • Publishing React on IIS - Part II5/7/2024 10:36:57 AM. Part II of React on IIS covers advanced deployment techniques: optimization, caching, and server-side rendering for high-performance web applications on Internet Information Services.
  • The Role Of AI, AR, And VR In The Food Industry5/7/2024 10:34:23 AM. Explore how AI, AR, and VR are reshaping the food industry. Discover the impact of technology on customer experiences, operational efficiency, and culinary innovation.
  • Simple Insert And Select (CRUD) Operation Using .NET Core MVC With ADO.NET And Entity Framework Core5/7/2024 10:33:55 AM. Learn to perform basic CRUD operations in .NET Core MVC using both ADO.NET and Entity Framework Core. Build a robust data access layer for seamless integration with your web application.
  • End of an Era: Retirement of SharePoint 2013 Workflows5/7/2024 10:33:16 AM. Discover the significance of SharePoint 2013 workflow retirement, marking the transition to modern solutions in SharePoint Online. Learn about migration strategies, workflow automation in Microsoft 36
  • 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
  • The Role Of Low-Code No-Code In The App Development Industry5/7/2024 10:32:00 AM. In this article, you will Discover how Low-Code and No-Code platforms are revolutionizing app development. Explore their impact on efficiency, scalability, and user experience. Learn how they empower
  • How Much Does Power BI Cost5/7/2024 10:30:33 AM. Discover the differences between free and paid versions, calculate your potential expenses with a Power BI cost calculator, and explore enterprise-level pricing considerations. Understand how Power BI
  • Top Business Benefits Of Using Rapid App Development5/7/2024 10:30:18 AM. Discover the transformative advantages of Rapid App Development (RAD) for businesses. RAD ensures efficiency, agility, and cost-effectiveness, accelerating time-to-market and fostering innovation. Emb
  • 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
  • Trick To Save User License For Integration In Dynamics CRM5/7/2024 10:27:45 AM. Discover effective strategies for managing user licenses in Dynamics CRM integration. Optimize costs, ensure security, and streamline user access while complying with licensing requirements for seamle
  • Use Of If Statement In R5/7/2024 10:25:14 AM. Explore the versatile use of if statements in R for decision-making and control flow. Learn how to implement conditional logic, perform data filtering, and drive program behavior based on logical test
  • 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
  • Containerize .NET Core Application And Push It To Azure Container Registry Using Visual Studio5/7/2024 10:21:00 AM. In this article, we will use Visual Studio to containerize a .NET Core application and then use the Visual Studio Publish functionality to push the containerized image to Azure Container Registry.
  • Using The Proxy Pattern In C#5/7/2024 10:20:16 AM. Explore the Proxy Pattern in C#, a structural design pattern facilitating controlled access to an object. Enhance security, logging, and lazy initialization for efficient client-server communication a
  • 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
  • Advanced JWT Authentication in .NET C# for Enhanced Security5/7/2024 7:29:54 AM. In this article, we delve deeper into JWT authentication, exploring its inner workings, best practices, security considerations, and strategies for enhancing scalability using C#.
  • How Secure Sockets Layer (SSL) Protects Data Online?5/7/2024 5:53:30 AM. Learn how SSL works in a step-by-step guide for beginners and professionals, ensuring secure internet communication and data protection.
  • Building an Internationalized (i18n) Website using HTML & JS5/7/2024 4:59:43 AM. Steps to create a simple Internationalized (i18n) Website using HTML & JavaScript. In our globalized digital era, building websites that cater to diverse linguistic needs is imperative
  • Ckeditor4 Integration with MathType and ChemType using jQuery5/6/2024 11:58:44 AM. CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource. CKEdit
  • Enterprise AML Platform5/6/2024 11:57:28 AM. The Anti-Money Laundering Platform is an end-to-end machine learning-based solution. This platform improves operational efficiency, mitigates the risk of money laundering, and cuts down the cost of co
  • 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
  • Composite Design Pattern With C#5/6/2024 11:55:47 AM. A composite design pattern is a structural design pattern. It allows developers to create multiple nested objects of the same type to complete one single system hierarches Players in this pattern.
  • Bots And Their Impact In The Modern Era5/6/2024 11:36:40 AM. Bots And Their Impact In The Modern Era" explores how automation, AI, and robotics are transforming industries. Learn about chatbots, and virtual assistants, and their role in customer service, e
  • How to write Clean code in C#?5/6/2024 11:36:19 AM. Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean code.
  • Introduction To OWIN and KATANA in Visual Studio 2013 Preview5/6/2024 11:34:54 AM. Discover OWIN and Katana in Visual Studio 2013 Preview. Revolutionize web development with middleware, modular architecture, and self-hosting capabilities, enhancing scalability and cross-platform com
  • Different Types Of Action Results In ASP.NET MVC5/6/2024 11:28:15 AM. In this article, we will explore the diverse range of action results available in ASP.NET MVC. Learn about ViewResult, PartialViewResult, ContentResult, JsonResult, RedirectResult, and more.
  • Dependency Injection In ASP.NET MVC 55/6/2024 11:27:39 AM. Dependency Injection in ASP.NET MVC 5 facilitates loose coupling and modular design by injecting dependent objects into classes. It enhances testability, scalability, and maintainability by decoupling
  • Creating Shopping Cart Application From Scratch In MVC - Part Two5/6/2024 11:25:44 AM. Part two of creating a shopping cart app in MVC delves into backend functionalities like database management, session handling, and refining user interactions. It covers features such as adding/removi