Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Data Caching in ASP.NET

DATA CACHING: It is a technique that allows for storing data/information in memory for rapid access. Caching is used in case if we need the same data/information next time, it could be directly retrieved from the memory instead of being generated by

3 Data Analysis Skills To Keep You Competitive in Today's Job Market

Data science experts are always in demand, but the best positions can be highly competitive. Augmenting your skills is a great way to stand out in a crowded field; however, the computer science world offers numerous avenues to keep your expertise up

Tree structure in CakePhp

Hello readers, today we discuss about "Tree Structure (or hierarchical data) in cakephp". It can fairly common to want to maintain hierarchical data in a database stand. Examples of such data might be categories with unlimited subcategorie

What is view in Sql server

A View is a virtual table which is created form another table and its content are defined by a query. In real scenarios we use views for security purpose by allowing users to access data through the view, without granting the users permissions to dir

Format Validators in Rails

Hi Friends, Hope you are doing well with your work. Today I am here with one of the most common topics in Rails that is format validators in rails. Lets start with defining validation. "Validations are used to avoid the invalid data to get stored in

Connecting to database other than joomla database

Joomla provides two methods to access database: 1. The below method is used to access the Joomla database. JFactory->getDBO() (Internal database access) 2. This method is used to access the database other than joomla database i.e, an exte

ACID property of database

Full form of ACID is Atomicity Consistency Isolation Durability . ACID is the concept that database professional follow while evaluating relational database and application architecture. For a reliable database all of the following attributes should

How to import/export data using CSV in PostgreSQL

To export a table data from Postgres database to a CSV file, use the "COPY to" command. You can create a CSV file using MS-Excel or directly create a file from the command. Syntax: COPY (SELECT * FROM table_name) to E'C:\Users\main\Documents\file.c

Changing Admin Password Through Database

How to Change Admin Password Through Database? Hello reader's ! In this tutorial I will guide you about "how you can Change Admin Password through database". SO read the complete tutorial and follow the steps and implement it same in your WordPress

Entity FrameWork

Entity Framework Before going through this blog you must be familiar with basic of Asp.net application and Linq expressions. What is Entity Framework? Entity framework is ORM(Object Relational Mapping) which allows to create object and enables us

1 6 161
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: