Related resources for Mode
  • 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
  • Select and Insert Data With Reverse Engineering Via EDM Framework4/18/2024 1:11:53 PM. Employ the Entity Data Model (EDM) framework's reverse engineering for seamless data selection and insertion. Generate code from an existing database schema, enabling efficient data access and man
  • 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
  • Using Table Valued Function for Data Selection - EDF Framework 5.04/18/2024 10:27:02 AM. Learn efficient data retrieval techniques using Table Valued Functions (TVF) through Data Entity Model in EDF Framework 5.0. Enhance database operations by leveraging TVFs within Entity Framework, sim
  • Types of Modern Site Collections - SharePoint4/18/2024 8:13:11 AM. This Article demonstrate what actually SharePoint Modern Site Collection is and Various types of Modern Site Collection that can be used as per the business needs.
  • Generate Dynamic Models in C# .NET 8 MVC from Database4/16/2024 10:20:45 AM. Creating a C# .NET 8 MVC Application To Generate Dynamic Models From A Database Table. This article demonstrates how to dynamically generate models in C# .NET MVC based on database table schemas, stre
  • 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
  • Queue-Based Messaging in Windows Azure4/16/2024 8:40:51 AM. This article discuss various queue-based messaging solutions in Windows Azure. The queue-based solutions include using Windows Azure Queues and Windows Azure Service Bus Queues. It also provides solut
  • CRUD Operation Using Angular And Web API4/15/2024 11:11:52 AM. Learn to implement CRUD operations in Angular using WebApi. This article guides you through creating components, routing, models, and handling HTTP requests. Prerequisites include basic Angular and We
  • Custom Popup Dialog In Xamarin Android4/12/2024 11:29:24 AM. Custom Popup Dialog in Xamarin Android allows developers to create tailored dialog boxes that can be displayed on top of the current activity. These dialogs can have custom layouts, event handling, an
  • Start Windows 8 in Safe Mode4/12/2024 8:18:35 AM. Learn how to boot Windows 8 into Safe Mode for troubleshooting and resolving issues. Access advanced startup options and utilize the F8 key during system restart to enter Diagnostic Mode, providing a
  • Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel 4/11/2024 10:35:24 AM. Xamarin.Forms EventToCommand behavior facilitates MVVM by binding events to ViewModel commands. It streamlines event handling, promoting the separation of concerns within the application architecture.
  • 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
  • Blazor Project Templates Explained4/9/2024 9:25:47 AM. Blazor, a web framework by Microsoft, empowers developers to build SPAs with C# and HTML. Hosted server-side via ASP.NET Core or client-side with web assembly, Blazor offers project templates in Visu
  • How to Enable Aero Lite Theme in Windows 84/9/2024 9:13:18 AM. Aero Lite theme in Windows 8 offers a simplified visual interface, enhancing system performance. Enable it via personalization settings or registry editor, prioritizing user preferences and system eff
  • Core Concept Of ERD (Entity Relationship Diagram)4/9/2024 8:43:47 AM. In this article, we will learn The core concept of Entity Relationship Diagram (ERD) lies in visually representing the relationships between entities in a database system. It illustrates how different
  • Set Default Value To Dropdown List From Database In ASP.NET MVC4/8/2024 8:21:07 AM. In this article, you will learn how to populate a dropdown list in ASP.NET MVC with default values retrieved from a database. Utilize Entity Framework to fetch data and bind it to the SelectList.
  • Globally Configuring Values For JSON Serializer In ASP.NET Core 3.14/8/2024 8:18:26 AM. Learn how to set constraints globally for JSON serialization in ASP.NET Core, avoiding manual decoration of every property. Customize data formatting using converters, and fallback to default settings
  • Unveiling the New VVF and VCF Offerings4/8/2024 5:07:04 AM. VMware revamps its portfolio with VCF & VVF, subscription-based bundles for cloud-optimized infrastructure management. Learn what's included & how they differ! #VMware #CloudComputing
  • Implementing RabbitMQ🐰, For Point to Point Communication 🚀4/5/2024 5:35:51 AM. Implement RabbitMQ for efficient point-to-point communication, utilizing asynchronous messaging with . NET. Utilize RabbitMQ.Client library to create a ConnectionFactory, manage channels, declare queu
  • What is Record Keyword/Function in C#?4/3/2024 10:37:44 AM. Records introduced in C# 9.0 represent a significant enhancement to the language's capability for handling data. This article aims to explore records in-depth, covering their syntax, features, and
  • GET and POST Calls to Controller's Method in MVC4/2/2024 9:16:30 AM. In this article I am going to cover some really interesting material that is very useful today in web application development. You will learn how to make jQuery Ajax GET and POST calls to controller m
  • Model in ASP.Net MVC : Part 14/2/2024 9:15:36 AM. The Model in MVC encapsulates application logic, excluding view and controller logic. It manages data and performs operations. This article guides through creating and utilizing a Model class in an MV
  • ASP.Net MVC View4/2/2024 9:13:55 AM. In this article, we will learn ASP.NET MVC Views offer flexible presentation layer control. Utilize Razor syntax for dynamic HTML rendering, leverage Layouts for consistent design, and employ Partial
  • Adding Custom Validation in MVC4/2/2024 9:09:42 AM. In MVC, custom validation involves creating validation attributes to enforce specific rules beyond built-in ones, enhancing data integrity and user experience through tailored validation logic.
  • Remote Validation in MVC4/2/2024 9:09:23 AM. Learn to implement remote validation in MVC, validating specific data without posting the entire form. Utilize the "Remote" attribute to check email existence by calling a controller action.
  • Explain about Event Handling in C# .Net4/2/2024 4:20:04 AM. In the world of C# programming, events are a powerful mechanism that facilitates communication between different components of an application. In this comprehensive guide, we'll delve deep into t
  • Understanding Validation In MVC - Part 44/1/2024 9:48:22 AM. Understanding Validation In MVC - Part 4" delves into advanced techniques of data validation in ASP.NET MVC, covering custom validation, remote validation, error handling, and client-server valid
  • 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.
  • Terminologies in MVC: Part 3 (Scaffolding)4/1/2024 8:34:00 AM. This article is a sub-part of my MVC article series. This series contains all the terminologies, acronyms and terms usually used in the MVC framework. Knowledge of these is as important as knowing Mod
  • Display Mode Provider in MVC 5 Application4/1/2024 8:19:20 AM. Display Mode Provider in MVC 5 Application facilitates adaptive rendering based on user agents. It utilizes DefaultDisplayMode and ContextCondition to insert modes for specific devices like Windows Ph
  • Introduction to Microsoft ASP.NET MVC 3 Razor View Engine4/1/2024 7:03:26 AM. In this article, we will explore the fundamentals of Microsoft ASP.NET MVC 3 with the intuitive Razor View Engine. Learn how MVC architecture streamlines web development, delve into Razor syntax for c
  • Understanding Filters in MVC3/29/2024 10:56:27 AM. There are situations in which we have an implementation that will be reused in many places that is not confined to a single place or method. This is fulfilled by the Filters in MVC. Let's discuss
  • Creating a Simple Application Using MVC 4.03/29/2024 9:57:04 AM. In this article, we will learn to build a basic web application using MVC 4.0, a powerful framework for web development. Utilize ASP.NET and C# in Visual Studio to create a structured Model-View-Contr
  • Overview Of ASP.NET MVC3/29/2024 6:32:20 AM. In this article, you will learn about MVC patterns and ASP.NET MVC. MVC is an architectural pattern to develop enterprise applications.
  • Activate & Deactivate Account Record in Dynamic 365 with PowerShell 3/28/2024 10:51:22 AM. InteractiveMode prompts user for login in Dynamics CRM, storing connection in $conn. BypassPluginExecution set to true avoids plugin execution.Set-CrmRecordState modifies record state in CRM using spe
  • Disable Social Bar (Like, Share and Views) in SharePoint Online3/27/2024 9:32:09 AM. Learn how to manage the Social Bar feature in SharePoint Online modern pages. Disable it at either the site or tenant level using PowerShell commands for efficient administration. No UI option availa
  • Python SDK Deployment: Image Moderation for Content Safety3/27/2024 9:09:17 AM. This article provides a comprehensive guide on deploying Image moderation using the Python SDK for integrating with a Content Safety application, offering a detailed step-by-step implementation proces
  • Best Practices for Designing APIs in .NET3/26/2024 11:55:39 AM. This article provides a thorough overview of the fundamental principles, criteria, and concerns for creating APIs in.NET.
  • Creating LocalLibrary Models for Admin Panel Design3/26/2024 11:51:33 AM. Discover Django model design with our tutorial, focusing on LocalLibrary admin site implementation. Learn to define, access, and manage models efficiently, enhancing web app scalability and functional
  • Class vs. Record vs. Struct in C#3/26/2024 4:15:44 AM. Understanding the distinctions among classes, records, and structs is vital in C# development. Classes encapsulate data and behavior, records offer immutable data modeling, while structs are lightweig
  • Data Binding in Angular3/23/2024 4:04:12 PM. Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
  • Introduction to 3D Object Control in Power Apps3/21/2024 1:43:53 PM. Introduction to 3D Object Control in Power Apps explores integrating 3D objects into user interfaces. Learn how to manipulate objects, design interactions, and enhance user experiences using Power App
  • Implement Text Moderation Content Safety App with Python SDK3/21/2024 8:43:11 AM. Develop a robust content safety application using Python SDK for text moderation. This involves leveraging the SDK's functionalities to analyze and filter text content, ensuring compliance with pr
  • Code First Migrations In Entity Framework Step By Step3/21/2024 7:25:30 AM. Learn how to define model classes, configure database mappings, set up connection strings, and utilize Package Manager Console commands to manage migrations efficiently in your ASP.NET application.
  • Enable Copilot for App Users in Model-Driven Apps3/20/2024 12:05:44 PM. Empower app users with Copilot in model-driven apps for Dynamics 365. Enhance productivity and user experience by enabling AI-driven assistance, contextual help, and guided support, streamlining decis
  • Web API Validation3/20/2024 9:41:36 AM. Learn about the importance of validation in Web API development, including techniques like Model Validation and Fluent Validation. Explore how to implement validation rules using data annotations and
  • Domain-Driven Design with Records in C#3/19/2024 7:08:54 AM. C# 9.0 introduces Records, aligning with Domain-Driven Design (DDD) principles, especially in modeling value objects. This article explores leveraging Records in DDD with illustrative examples for enh
  • Getting Started With ASP.Net MVC3/19/2024 6:00:31 AM. ASP.NET MVC is a pattern dividing apps into Model, View, and Controller, offering advantages like modularity and control. It's recommended for large-scale apps, offering namespaces like System.Web
  • Create Your First Application With ASP.NET Core 3.13/19/2024 5:46:50 AM. Learn to create your first ASP.NET Core application using Visual Studio 2019 and .NET Core 3.1. Explore ASP.NET Core's features like cross-platform support, built-in dependency injection, Kestral
  • Creating Global Option Sets & Using Them Effectively in CRM3/18/2024 6:57:37 AM. To create a Global Option Set in Dynamics 365, define a set of standardized values applicable across multiple entities. Then, reference this set when creating option set fields, ensuring consistent da
  • How to Configure the Phone and Modem Settings For the Fax Server3/15/2024 9:01:07 AM. Configure phone and modem settings for the fax server on Windows Server. Set up modems, dialing rules, and fax devices. Ensure compatibility and smooth fax transmission and reception. Customize settin
  • How To Create A Publisher In Dynamics 365 CRM Using Classic Mode And Power Apps Maker Portal3/15/2024 6:23:38 AM. Learn to set up a Publisher in Dynamics 365 CRM using both Classic Mode and the Power Apps Maker Portal. Explore customization options, solution management, and app development to tailor Dynamics 365
  • Getting Started With Amazon Redshift3/15/2024 6:15:26 AM. Amazon Redshift is a powerful data warehousing service designed for analyzing large datasets. Leveraging columnar storage and parallel processing, it offers fast query performance. Redshift integrates
  • Enabling Modern Controls and Themes in Canvas Apps3/14/2024 10:31:14 AM. Discover how to elevate user experience in canvas apps by integrating modern controls and themes. Enhance UI with customizable features, interactive elements, and visually appealing designs.
  • Create Virtual Entity in D365 CRM3/14/2024 9:55:58 AM. Creating virtual entities in D365 CRM allows the integration of external data sources seamlessly into your CRM environment. It streamlines data access, enhancing insights and decision-making without e
  • Sort Array Directive in Vue.js3/13/2024 11:48:22 AM. Custom directives in Vue.js empower developers to extend HTML elements' functionality, enabling direct manipulation of the Document Object Model (DOM) within Vue applications. This example demonst
  • Implementing Common Audit Fields With EF Core’s Shadow Property3/11/2024 9:25:16 AM. Implement audit fields in EF Core using shadow properties for efficient tracking of entity modifications. Utilize Entity Framework's built-in functionality to automatically update created and modi
  • GraphQL In .NET Web API With Entity Framework Core - Part Two3/11/2024 9:23:26 AM. Explore advanced GraphQL integration in .NET Core Web API using Entity Framework Core. Learn efficient data modeling, schema design, and resolver implementation for seamless API development.
  • What is Prompt Engineering and Why Do We Care?3/10/2024 9:45:39 AM. Learn about Prompt Engineering and its role in optimizing AI interaction, enabling users to leverage the full potential of advanced language models.
  • Adding Machine Learning to .Net Applications3/9/2024 1:49:18 PM. This session will walk you through the fundamentals of creating an ML integrated application and ongoing model training.
  • Shadow Properties In Entity Framework Core3/7/2024 11:32:17 AM. Entity framework core added many new features that are already present in older entity framework versions. One of the features of the Entity framework core is "Shadow Properties". The featur
  • 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
  • What is the Benefit of Strict Mode In React.js3/7/2024 10:30:26 AM. Strict mode in React enhances development by providing runtime checks and warnings, identifying unsafe lifecycle methods, and deprecated features, and promoting best practices for a more reliable code
  • Practical Introduction To Entity Framework: Day 43/6/2024 10:36:48 AM. This content provides a detailed guide on returning multiple result sets or data sets in Entity Framework. It walks through the steps involved, including creating a normal stored procedure, adding an
  • Practical Introduction To Entity Framework: Day 33/6/2024 10:32:09 AM. Day 3 of this practical Entity Framework introduction delves into database transactions, query optimization, and advanced EF features. Learn to manage relationships, optimize data models, and fine-tun
  • Practical Introduction To Entity Framework: Day 23/6/2024 10:30:54 AM. This article provides a comprehensive guide on executing stored procedures using Entity Framework. It covers creating stored procedures in SQL Server, adding entity models to projects, and calling aut
  • Master Scroll Events: ECMAScript 8 (ES8) and TypeScript3/5/2024 11:33:16 AM. We'll explore how to adapt and extend the scroll event examples using ECMAScript 8 (ES8) features and the TypeScript language. These advanced techniques provide developers with additional tools an
  • Building Reports With Power BI Designer Using Excel Data3/5/2024 10:30:51 AM. Transform Excel data into insightful reports with Power BI Designer. Utilize its intuitive interface and powerful features for data modeling, visualization, and dashboard creation, enabling interactiv
  • Linear Regression In Power BI3/5/2024 8:30:50 AM. Utilize Power BI's robust analytics capabilities for linear regression analysis. Leverage regression algorithms to model relationships between variables, enabling data-driven insights and predicti
  • 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
  • Understanding View Encapsulation in Angular3/2/2024 2:48:56 PM. View encapsulation in Angular refers to the mechanism used to control how component styles are scoped and applied within the application. Angular provides three types of view encapsulation: emulated,
  • SharePoint Content Types In PowerApps Form - A Workaround!2/29/2024 9:17:03 AM. In this article, you will learn about a workaround for SharePoint Content Types in a PowerApps Form.
  • Build ASP.NET Core API Using Existing Database2/28/2024 10:16:53 AM. I’m sharing a short overview of Asp.NET Core. The journey of .NET Core started with the purpose of Microsoft to build a common .NET base library that provides a common foundation to all its platforms.
  • Better Implementation Of Singleton Pattern in .NET2/28/2024 4:09:40 AM. This article explains the mistakes made in writing Singleton Pattern in the multithreaded environment create a bug and how to bring a solution to it.
  • What You Need to Know About Data Warehouses2/27/2024 11:41:08 AM. A data warehouse serves as a centralized data management system aimed at bolstering business intelligence (BI) tasks, particularly in the realm of analytics. It is primarily used for conducting querie
  • Print From Windows 8 Metro Style Apps2/27/2024 10:38:57 AM. In this article, we are going to discover how to print from Metro-style apps on Windows 8. Navigate settings and configure devices for seamless printing directly from your favorite apps. Enhance produ
  • How To Boot Windows 8 Into Safe Mode2/27/2024 10:27:13 AM. To boot Windows 8 into Safe Mode, restart your computer and repeatedly press the F8 key. This will bring up the Advanced Startup Options menu. Alternatively, you can use the "Shift + Restart&quot
  • Converting Classic SharePoint Team Sites to Modern Communication Sites2/27/2024 9:33:38 AM. Converting Classic SharePoint Team Sites to Modern Communication Sites to better collaboration and productivity. Enhanced feature, customized web part and extension.
  • Fix Program Compatibility Issue in Windows 82/26/2024 9:31:31 AM. Learn how to troubleshoot and resolve program compatibility issues in Windows 8 with our comprehensive guide. Discover effective strategies such as utilizing compatibility mode, adjusting compatibilit
  • Mozilla Firefox Metro Version For Windows 82/26/2024 9:27:24 AM. This article explains how to Discover the optimized browsing experience with Mozilla Firefox's Metro version tailored specifically for Windows 8. Enjoy seamless integration with the modern UI, tou
  • Quickly Provision Fabric Dataflow Gen2 Tables in Excel for Power Pivot Analysis2/26/2024 6:22:43 AM. In this video, I demo how to use popular keyboard shortcut to provision multiple tables in Dataflows Gen2 in Microsoft Fabric Data Factory to Excel for data modelling in Power Pivot
  • How To Use Blue Light Filter In Windows 102/23/2024 6:57:40 AM. In this tutorial, I have described how to eliminate the blue light in windows 10.
  • How To Run Old Programs On Windows 10 With Compatibility Mode2/23/2024 6:54:20 AM. Learn how to run older programs comfortably on Windows 10 using compatibility mode. Compatibility mode is a built-in feature that helps older programs run smoothly on newer versions of the Windows ope
  • Understanding the C# 10 Memory Model2/23/2024 2:18:27 AM. Ziggy Rafiq discusses the C# memory model, including stacks, heaps, garbage collection, and memory leaks
  • Get In Touch With Document DB From Azure Cosmos DB2/22/2024 4:41:24 AM. This article introduces readers to the new features Microsoft unveiled at Build 2017, particularly focusing on Azure Cosmos DB. It explains Cosmos DB as a globally distributed, multi-model database se
  • Dynamic Model Binding in ASP.NET Core Web API 2/22/2024 4:12:40 AM. Dynamic model binding in ASP.NET Core Web API allows flexible data binding for HTTP requests with varying structures. Follow these steps to implement dynamic model binding in your ASP.NET Core project
  • Tips to Launch Your SQL Mission2/20/2024 11:34:01 AM. This article consists of roadmap to embark on an exhilarating journey to master SQL which is the universal language of data management and analysis. In this comprehensive guide, we'll delve deep i
  • Azure Hub and Spoke Architecture2/20/2024 10:58:31 AM. This article explores the Azure Hub and Spoke networking model, outlining its benefits and practical use cases. It provides a detailed architecture overview, emphasizing efficient maintenance, subscri
  • Show/Hide Div on Click of Radio Button using Angular and Bootstrap2/18/2024 4:53:39 AM. Steps to show and hide div by clicking on the Radio Button in the Angular application using the ngModel directive.
  • Gallery Filtering with Modern Tab List Control in PowerApps2/16/2024 3:37:10 AM. Creating a vertical tab interface utilizing the modern tab list control within PowerApps. This article guides users through creating a vertical tab interface using the modern tab list control in Power
  • Creating A Web API Project In Visual Studio 20192/15/2024 8:27:35 AM. This article explores the creation of APIs with GET, POST, PUT, and DELETE operations, crucial for CRUD functionalities. It delves into database connectivity, HTTP methods, routing, HTTP status codes,
  • Regression in Machine Learning2/14/2024 8:32:45 AM. Regression analysis forms the backbone of predictive modeling in machine learning, enabling us to forecast continuous outcomes based on input variables. This article delves into various regression met
  • Getting started with Azure OpenAI GPT Modules and Azure OpenAI2/13/2024 9:12:10 AM. In this module, we will be learning about modules in Azure Openai prompt engineering techniques and getting started with Azure Openai Studio.
  • Analyzing Image Moderation using Azure Content Safety2/13/2024 8:42:15 AM. At the end of the article readers will able to understand and implement the usage of Content safety studio with moderating image contents in real time scenarios.
  • Refresh Power BI Semantic Model from MSFT Fabric Data Pipeline2/13/2024 8:27:10 AM. This content provides a solution for refreshing the Power BI Semantic Model using Microsoft Fabric Data Pipelines. It outlines the problem statement, prerequisites, and a detailed step-by-step solutio
  • What Are Relationships in Power BI2/8/2024 7:08:14 AM. This content provides an overview of the different types of relationships that can be established between tables in Power BI. It discusses four main types of relationships: many-to-one, one-to-one, on
  • How to Create Modern Site Page in SharePoint Online?2/7/2024 10:40:45 AM. SharePoint has evolved to meet modern collaboration needs, with the introduction of modern site pages providing dynamic and user-friendly interfaces. This article explores the differences between mode
  • Publishing Azure Worker Role Using The Publish Wizard2/7/2024 4:57:46 AM. This article provides a detailed guide on publishing an Azure Worker Role project to Azure using the Wizard mode in Visual Studio. It outlines the steps involved in setting up the project, selecting A
  • Understanding Logistic Regression In Machine Learning2/6/2024 6:52:02 AM. This article details a basic concept of the Logistic Regression algorithm in Machine Learning . Explore the fundamental concepts, such as the use of the sigmoid function for probability transformation