in razor view engine add the following line to support ActiveXObject: @using System.Web.Script.Serialization
DBMS Notes for GATE 2020
Relational Model Relational Algebra – Degree, Cardinality, Domain, Union Compatibility and Operators Cartesian Product Join Operators in DBMS Join Conditions – Natural Join, On Condition,
Types of Functional Dependencies in Normalization
Functional Dependency: In Relational database, Functional dependency is denoted as X -> Y where X:Determinant and Y: Dependent. So, as per the concept the value of Y
How To Redirect HTTP to HTTPS using C#
While developing web application many of us must have observed that after deploying the application to web server, web page url starts with http but not the secured one https.
So if we want to redirect url from HTTP to HTTPS there is a very simple solution in C#
What’s new in .NET Framework 4.7.1 (Part 3)
Hello Readers, This post is in continuation with “What’s new in .NET Framework 4.7.1 Part 2“. [Whats new in .Net Framework 4.7.1 Part 1,Whats new in