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 Evaluation
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Lokendra Singh (2)
Jignesh Trivedi (2)
Shankey (2)
Baibhav Kumar (1)
Rohini Parade (1)
Himanshu Singh (1)
Sreenath Kappoor (1)
John Godel (1)
Akshay Phadke (1)
Harshal Limaye (1)
Gaurav Varshney (1)
Abdul Basith (1)
Shamseer K (1)
Bohdan Stupak (1)
Hadshana Kamalanathan (1)
Sai Kumar Koona (1)
Habibul Rehman (1)
Nipun Tomar (1)
Mehreen Tahir (1)
Tanmay Pathak (1)
Dea Saddler (1)
Related resources for Evaluation
No resource found
Understanding Infix, Postfix, and Prefix Expressions/Notations in DSA
10/10/2024 3:36:19 AM.
Infix, prefix, and postfix expressions are three notations for representing mathematical expressions in data structures and algorithms. Infix notation, where operators are between operands (e.g., A +
Learn MongoDB Evaluation Operators
9/24/2024 7:19:02 AM.
MongoDB's evaluation operators enable advanced query operations, allowing for dynamic data retrieval beyond simple comparisons. Key operators include $regex for regular expression matching, $mod f
Understanding of Iterators in Python
8/14/2024 5:39:20 AM.
Iterators in Python allow efficient traversal of sequences by implementing iter() and next() methods. Unlike iterables, iterators represent a stream of data and support on-demand value computation, en
Creating Custom Authorization Policy Provider In ASP.NET Core
8/7/2024 10:46:39 AM.
Learn how to implement custom authorization policies in ASP.NET Core using IAuthorizationPolicyProvider. Discover how to create policies dynamically based on runtime information, register them with a
Explaning Encoder-Decoder Models
8/1/2024 6:07:51 AM.
Encoder-decoder models, integral to NLP, include an encoder that processes input sequences into a fixed-length representation and a decoder that generates output sequences. Key components are RNNs, at
Overfitting and Underfitting in Machine Learning
7/26/2024 6:08:59 AM.
Overfitting and underfitting are critical concepts in machine learning. Overfitting occurs when a model learns the training data too well, capturing noise and failing to generalize. Underfitting happe
IIF in Microsoft SQL Server
6/28/2024 6:29:20 AM.
IIF function in SQL, also known as "Immediate If," provides a concise way to perform conditional evaluations within queries. It allows SQL developers to return different values based on whet
Detailed Approach for Implementing AI Solutions
5/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
ng-init Directive In AngularJS
4/21/2024 2:24:04 PM.
The ng-init directive in AngularJS evaluates expressions in the current scope, initializing variables like arrays of employees. It's used alongside ng-repeat for dynamic content generation, facili
Creating Functions Dynamically In JavaScript
3/18/2024 12:04:08 PM.
Learn to dynamically create functions in JavaScript, enabling flexible code generation and execution at runtime. Explore techniques for defining functions programmatically to enhance your application&
Decoding React's Magic: Re-evaluation, Reconciliation, Re-rendering
3/1/2024 10:13:21 AM.
Discover React's core mechanics in 'Unraveling React's Magic.' We break down re-evaluation, reconciliation, and re-rendering, clarifying how they shape seamless UIs. Power of virtual D
Null Coalescing (??) Operator in C#
2/7/2024 11:29:43 AM.
In this article, we will learn about Null Coalescing (??) Operator in C# programming. Explore the Null Coalescing (??) Operator in C#, a versatile tool for handling null values. Learn its syntax, usag
Enhancing Security with Microsoft 365 Secure Score
5/18/2023 8:17:29 AM.
By identifying opportunities to strengthen security throughout your organization, Identity Secure Score gives organizations greater insight and control over their security posture.
Short-Circuit Evaluation In C#
12/1/2022 8:56:21 AM.
In this article we will have a deep-dive discussion about C# short-circuit evaluation.
Leveraging Lazy Evaluation
6/8/2022 7:55:10 AM.
In this article, you will learn about leveraging lazy evaluation.
Microsoft Azure Monitoring Evaluation
6/2/2021 2:30:17 PM.
In this article, you will learn about Microsoft Azure Monitoring Evaluation.
History And Evaluation Of Cloud Computing
2/11/2021 3:10:09 PM.
Mainframes are large and high computing platform. These systems will be managed in a separate large room or hall with all necessary power backup, cooling and data backup maintenance. This is a huge in
Car Evaluation In ASP.NET Core Using ML.NET
12/23/2019 9:58:04 AM.
In this article, we'll learn how ML.NET framework is used to build, evaluate, train and consume the Car evaluation machine learning model and integrate them into ASP.NET Core MVC application.
System Analyst: Part 2
12/5/2018 3:23:57 AM.
The System Analyst is an “IT Business Analyst” who selects and configures computer systems for an organization or business. He is the one who guides through the development of an information system. D
Functional Programming In C++
11/26/2018 10:42:29 AM.
This article will show you an alternative way of using C++; How to write functional code in C++. You’ll see how to write more concise, safer, readable, reasonable code.
Test Reports in Software Testing
5/1/2013 3:55:39 PM.
Test Report is a document that records data obtained from an experiment of evaluation in an organized manner.
Server side evaluation of Gridview Data
10/22/2012 10:11:04 AM.
Here you will learn Server side evaluation of Gridview Data
Concept of Sequence in F#
7/20/2011 7:03:16 PM.
This article is a demonstration regarding Sequence, Sequence comprehension, Range expression and Sequence Module aggregate operators. It also contains lazy evaluation of Sequence elements. Have a quick review to learn.
Client Side Evaluation of Gridview
2/23/2011 6:21:26 PM.
This article shows how to evaluate the gridview data on client side.