
Search In
Ruby on Rails is a server-side framework written in ruby which provides a default structure for a database, web service and web pages. Ruby on rails uses web standards like JSON for data transfer and user interfacing. Companies including software dev
Saving session in database is best practice for website security. so if we want more security then we need to save session in database.
Here are few steps to save session in database
step 1--> Create a table name as sessionsdata
step 2--> cr
48) Travis Beals, Seward, Alaska Oakley Sunglasses Outlet The Band Perry also is The Family Perry.锟絎e live together,锟?said Neil Perry, a multi-instrumentalist and singer in the Grammy Award-winning country-music trio. 锟絎e make decisions together. It锟
Arch Linux (/ɑːrtʃ/)[8][9] is an independently developed x86-64 general-purpose Linux distribution that strives to provide the latest stable versions of most software by following a rolling-release model. The default installation is intentionally min
Shopify is the leading e-commerce platforms based on cloud and designed for e-commerce retailers in small and medium-sized.
To manage and design stories across multiple channels of sales merchant’s uses the popular platform, including
Transactions are very important part of MySql and for handling the transactions the Transaction Control Language (TCL) is used. Transactions are basically used to handle all the changes made in the database.
Rolling back a transaction means storing t
This is the continuation of Part 1 of article-ASP.Net MIC-What's inside
Now we come to 3 folders which are building blocks of any MVC application. So let us start with
controller.
Controller:-
Here we can create controll
Inserting Data from one database table to different Database table.
INSERT INTO DataBaseB.dbo.Table2 (column1, column2)
SELECT column1, column2 from DatabaseA.dbo.Table2
Inserting Data in same database.
We can copy all columns from one table to a
As in a previous article, I have explained Digital Marketing and it's Role in Business Promotion.
&
Repository Class using Spring MVC
As we know that Spring Framework is famous for it's loose coupling architecture. Spring provides a annotation called @Repository, it marks the class, and tells container that this class will be used as a Repository