TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Modeling
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Dhairya Krishnat (3)
Jignesh Trivedi (2)
Ajay Kumar (2)
Prasad (2)
Mohammad Hussain (2)
Kokul Jose (2)
Jayesh Agrawal (2)
Shivprasad (2)
Sundar (2)
Pranshu Singhal (1)
Disha Raval (1)
Mukesh Kumar (1)
Akshay Phadke (1)
Safyan Yaqoob (1)
Ananthakrishna V (1)
Bohdan Stupak (1)
Vijay Yadav (1)
Abhishek Dhoriya (1)
Lokendra Singh (1)
C# Curator (1)
Jaimin Shethiya (1)
Chethan N (1)
Sourav Kayal (1)
Vikas Singh (1)
Harpreet Singh (1)
Munesh Sharma (1)
Prashant Shinde (1)
Azeem Anzari (1)
Nimit Joshi (1)
Jitendra Mesavaniya (1)
Mukesh Kumar (1)
Shiv Sharma (1)
Raj Kumar (1)
Fiyaz Hasan (1)
Akshay Patel (1)
Sai Sherlekar (1)
Abhishek Arora (1)
Avnish Kumar (1)
Pratik Somaiya (1)
Nandan Hegde (1)
Deepak Tewatia (1)
Munib Butt (1)
Ojash Shrestha (1)
Amira Bedhiafi (1)
Sarathlal Saseendran (1)
John Iwasz (1)
Matthew Cochran (1)
Gaurav Kumar (1)
Mohamed Fawas Perooli (1)
John Charles Olamendy (1)
Wolfgang Pleus (1)
Related resources for Modeling
No resource found
Introduction to Power BI: A Beginner's Guide
10/22/2024 9:31:36 AM.
Power BI is a powerful business analytics tool from Microsoft designed for data visualization and sharing insights across organizations. This beginner-friendly guide covers its key components, includi
Two-Class Logistic Regression
10/6/2024 2:59:07 PM.
Two-Class Logistic Regression is a statistical method used for binary classification problems, where the outcome variable has two distinct categories. It estimates the probability of a certain class b
Creating an Entity Data Model (Entity Framework 4.0)
10/1/2024 9:06:15 AM.
The ADO.NET Entity Framework is a new data access platform from Microsoft for writing .NET applications. It is a set of technologies in ADO.NET that helps fill in the space between object-oriented.
Using Business Objects As Models In MVC
9/26/2024 7:15:50 AM.
This approach enhances code reusability, maintainability, and separation of concerns by clearly defining the role of models in managing the application's core functionality.
Understanding Key Concepts in Domain-Driven Design
9/23/2024 8:30:18 AM.
In this article, we will explore how these concepts drive effective software modeling, ensuring alignment between the business domain and your codebase.
AI Predictive Analytics for Better Business Strategy
8/23/2024 4:52:54 AM.
This article explores how AI-driven predictive analytics is revolutionizing business strategy and decision-making. It examines the advanced techniques used in AI to forecast future trends, optimize op
Describing Musical Domain with F#
8/20/2024 7:47:25 AM.
It covers domain-specific language (DSL) creation, music representation, algorithmic composition, and sound synthesis, showcasing how F# can facilitate advanced music analysis and generation.
Database First Approach in .NET Core
7/25/2024 7:54:49 AM.
Discover the Database First Approach in .NET Core with our comprehensive guide. Learn how to efficiently integrate databases into your application using Entity Framework Core, design robust data model
What is Microsoft Dataverse and how it works?
7/19/2024 6:30:04 AM.
Microsoft Dataverse, integral to the Power Platform, provides scalable data management with robust security and seamless integration capabilities. It simplifies data modeling, validation, and access f
Python Data Classes: Reducing Boilerplate and Improving Readability
7/9/2024 10:31:18 AM.
Discover the advantages of Python data classes in this insightful article. Learn how they reduce boilerplate code and enhance readability, making your programming tasks more efficient.
What Are Object-Oriented Databases And Their Advantages
6/12/2024 10:23:20 AM.
In this article, you will learn what object-oriented databases are what are their advantages.
Unique Key in SQL: Syntax, Usages, and Example
5/16/2024 9:30:31 AM.
Unique Key in SQL ensures each record in a database table is distinct. Syntax involves defining columns with UNIQUE constraints. It prevents duplicate values, enhancing data integrity and search effic
An Overview on Domain Driven Design (DDD)
5/13/2024 3:55:21 AM.
Explore the fundamentals of Domain Driven Design (DDD) in this overview, focusing on principles like domain modeling, ubiquitous language, and bounded contexts.
Entity Framework: Code First Migrations With the Existing Database
5/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
Implement Many-To-Many Relationship in C# Class
5/1/2024 11:13:30 AM.
Learn to implement a many-to-many relationship in C# using collections and junction tables. Explore how to model associations between entities, use LINQ queries for retrieval, and leverage tools like
Multi-Tenant Migrations With Entity Framework 6.0 (Code First Model)
5/1/2024 11:04:59 AM.
Master multi-tenant migrations in Entity Framework 6.0 with ease. Learn seamless data management strategies for code-first models, ensuring robust and efficient database migrations in a multi-tenant e
How To Learn Power BI And How Long It Takes To Learn Power BI
4/30/2024 9:19:06 AM.
Power BI, a powerful business intelligence tool by Microsoft, transforms raw data into actionable insights through reports and dashboards. Learn essential skills like data visualization, modeling, and
Entity Framework Core: Features, Real-time Implementation, Best Practices
4/29/2024 10:27:09 AM.
Entity Framework Core (EF Core) stands as a powerful toolset for .NET developers, streamlining the interaction between applications and databases through object-relational mapping (ORM). Whether adopt
Working With Multiple Tables in MVC Using Entity Framework
4/29/2024 10:12:37 AM.
Learn how to effectively work with multiple database tables in ASP.NET MVC using Entity Framework. Explore entity relationships, database modeling, and data access strategies.
Table Splitting in Entity Framework
4/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,
Entity Framework Code First Example
4/24/2024 1:24:22 PM.
Explore an Entity Framework Code First example to understand database modeling in C#. This tutorial demonstrates object-relational mapping (ORM) techniques, using .NET Framework to create entity class
Data Annotations and Code First Migration in Entity Framework
4/24/2024 1:18:51 PM.
Explore the seamless integration of Data Annotations and Code First Migration within the Entity Framework. Learn how to leverage annotations to define data models and relationships, and master the art
Preview of Dynamic Data and Entity Data For EF 6
4/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
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
Database First Approach With ASP.NET MVC Step By Step Part 1
4/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.
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
Introduction to 3D Object Control in Power Apps
3/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
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
Creating Global Option Sets & Using Them Effectively in CRM
3/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
Getting Started With Amazon Redshift
3/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
Create Virtual Entity in D365 CRM
3/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
Implementing Common Audit Fields With EF Core’s Shadow Property
3/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 Two
3/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.
Practical Introduction To Entity Framework: Day 3
3/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
Building Reports With Power BI Designer Using Excel Data
3/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 BI
3/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
Build ASP.NET Core API Using Existing Database
2/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.
Regression in Machine Learning
2/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
Data Vault Design in Azure SQL - Read PII with Customer Keys
2/5/2024 11:00:54 AM.
Data Vault design in Azure SQL - Utilizing Customer keys to read PII information in databases. Ensuring data security in the cloud era is crucial, especially with the rise in data attacks. Protecting
What is SQL Server Management Studio (SSMS)
11/7/2023 4:14:32 AM.
SQL Server Management Studio (SSMS) is a tool used to manage and develop Microsoft SQL Server databases. It provides a graphical interface for connecting to servers, creating and modifying database ob
Using Records In C# 9.0
10/20/2023 7:26:18 AM.
C# 9.0 introduced a significant language feature known as records, which simplifies the creation of classes for immutable data. Records provide a concise and elegant way to define classes for storing
A Guide to Avoiding Power BI Data Modeling Mistakes
10/3/2023 5:55:15 AM.
A Guide to Avoiding Power BI Data Modeling Mistakes.
Best Practices for Power BI Data Modeling
9/24/2023 5:59:13 PM.
In this article, we will learn about best practices for Power BI Data Modeling.
Modeling And Deployment Of Machine Learning Application
8/23/2021 1:09:14 PM.
In this article, we’ll learn about the various properties of modeling and deployment of machine learning application. We’ll explore about Hyperparameters, Model Versioning, Model Monitoring, Mode
Happy 155 Years Of Business Intelligence
3/2/2021 3:18:15 PM.
Business Intelligence is not just about turning data into information rather organizations need that to impact how their business operates and responds to the changing marketplace.
Data Modeling In Power BI
10/27/2020 8:45:12 AM.
In this article, you will learn about Data Modeling in Power BI.
Getting Started With Custom Modeling Using Form Recognizer Sample Labelling Tool
10/19/2020 8:41:12 AM.
This article is meant for beginners who would like to know about Azure Form Recognizer Sample Labeling Tool and get their hands dirty with some hands on experience.
What's New In The Form Recognizer Sample Labelling Tool v2.1?
10/12/2020 4:22:43 PM.
In this article, you will learn how to update the Form Recognizer Sample Labeling Tool - v 2.1 Preview.
Master-Details App In Angular With Cosmos DB Using Embedded Data Modeling
5/28/2019 1:26:19 PM.
In this post, we will see how to create a Master-Details application in Angular using ASP.NET Core and Cosmos DB. Instead of using multiple tables like in the traditional RDMS approach, we will use a
Introduction To Voice User Experience Design
1/16/2019 10:42:41 PM.
Not just a primer on designing the voice interaction model for Alexa; this article covers invocation names, intents, utterances, and slots, as well as, practical lessons learned from deploying Alexa S
Getting Start With Data Analysis Using SSAS Tabular Modeling In Excel - Part Two
7/27/2018 9:36:37 AM.
In this article, we are going to see how business users or we can utilize the tabular model for data analysis and visualization in Excel.
Getting Started With Data Analysis Using SSAS Tabular Modeling In Excel - Part One
7/26/2018 9:24:49 AM.
As we all know that SQL Server analysis service (SSAS) is an analytical data engine used in decision support and business analytics. It provides enterprise-grade semantic data models for business repo
Modeling Equality in C#
4/9/2015 12:00:02 PM.
Modeling equality is more subtle than it first appears.
Architecture, Design and Modeling Improvements in Visual Studio 2015
11/28/2014 6:29:03 AM.
This article just attempted to determine the latest released improvements in Modeling , Design and Architecture in Visual Studio 2015.
MongoDB With C#
9/25/2014 11:31:56 PM.
This article describes the basics of working with MongoDB using C#.
Unified Modeling Language (UML): Part II
9/15/2014 7:20:03 AM.
This is second part of the series of articles on Unified Modeling Language (UML).
Unified Modeling Language (UML) - Part 1
9/15/2014 7:15:07 AM.
This article is will tell about UML (Unified Modeling Language), a standard language for designing and documenting a system in an object-oriented manner. It has nine diagrams which can be used in design document to express design of software architecture.
Business Process Modeling Techniques
5/15/2012 8:31:16 PM.
In this article, we’re going to illustrate principles and techniques to model business processes and check the underlying design in order to avoid certain anomalies.
QuickModeler 2.0 : A Reverse Engineering Tool for Visual Studio .NET
10/26/2006 1:07:55 AM.
QuickModeler is an Add-In for Visual Studio .NET which provides reverse engineering and easy UML modeling functionality to the development environment. It comprises features like autolayout, inheritance and association modeling, cross language modeling, grid, clipboard, etc.
Modeling Corner Promotion Letter - Agencies
8/30/2006 5:11:17 AM.
Modeling Corner Promotion Letter - Photographers
8/30/2006 5:02:56 AM.