
Search In
.Net : Code first vs Database first approach
Code first
In Code first approach Entity classes are declared and defined with properties. As soon as the .net code is compiled and run database is created automatically i.e database and ta
Sliding and Absolute Expiration
The performance of an application can be increased by reducing the round trips made by server to database. This performance enhancement can be achieved by using asp.net cache. For using asp.net cache, cache objec
A trigger is a unique store procedure that is executes to give a response to particular action on the table of a database using the following SQL statements:
1. Data Manipulation Language (DML) SQL Statements (like INSERT, UPDATE or DELETE).
The days of static resumes are quickly coming to an end. It’s about time. After all, everything else has gained an interactive element, so why shouldn’t we help human resource navigate our resumes more easily and more quickly?
In this blog, I'll tell you how to style images whether its image with rounded corners, image with circular shape, image with thumbnail shape.
Rounded Corners :-
The class .img-rounded is used to add rounde
Controlling Session Behavior in Asp.Net MVC
Sessions in Asp.Net MVC are used across requests for storing data. Asp.Net MVC manages sessions for all controllers in the application irrespective of the fact data values are stored in the session or not
Hello Reader's ,
Hope your are doing good today.
Today we will discuss about Drag-and-drop functionality in the website. Nowadays it is very useful graphical feature where you can drag images from one location to another location. Drag and drop
Difference between Var and Dynamic type in C#
Var Type
C# 3.0 introduced var type.
With respect to storage it can store any type of value with the condition that var type variables need to be initialized at time o
This tutorial will guide you about "How to add regions in drupal 8 theme".
To add region in your template file, first you have to define region in your meta data file i.e (themename.info.yml) & then edit page.html.twig file to print th
CoreAnimation has provided various animation APIs that can be used to accomplish the animation needs. Using UIBeizierPath and CoreAnimation APIs here I’m drawing a line and a circle using CAShapeLayer.
//Below is the function to draw a l
