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

Search In

Hash Table in C

Hash table is data structure to store or retrieve data in key value pair format. So it is like a table where key and value pertaining to that key exists . So, it is an efficient way of mapping and accessing data.   [key 1] -> Data 1 [key 2

  • 141
To do nesting in ternary operator in MVC

While writing codes in your MVC code for fetching data or for any purpose you need to use the condition based operation several times.     One way is to use the if else condition for it which includes too many lines in your code. &nbs

ExecuteScalar while CRUD operations

While performing the CRUDE operations like insert delete update in the database we make use of the functions provided by the SQL classes.       Mostly we use ExecuteNonQuery function for the CRUDE operations but we need to unders

How to make Custom Error pages in Asp.Net MVC

"Custom Error pages in Asp.Net MVC"     In this article we will learn how to make custom error pages in Asp.Net MVC. Getting Started:     By default if we get any exception while running our code, we are red

How to do client side validation in Asp.Net MVC?

In this blog, we illustrate how to enable a client side validation in Asp.Net MVC.   Firstly we need to understand what is client side validation in Asp.net MVC.   Client side validation: All Client side validation is handled on the We

How to bind ArrayList to DropdownList in Asp.Net?

To bind arraylist to dropdownlist,you have to add a namespace System. Collections which allow the collection of items in the application. So in Code behind page 'aspx.cs' we have to add namespace,see the below reference: using System.Colle

How to Customize Checkbox With the Help of CSS?

s we know checkboxes look and feel is dependent on the operating system in which we are seeing them .For windows operating system they look different and for mac operating system they look different. It is very difficult to change the look of the che

How to centralize logging across web application using ELMAH Tool?

Logging is an act of keeping the record of all data inputs, processes, data outputs, and final results in a program. It is one of the most important parts of application maintenance. Logging helps in easy and quick identification of the bug in the co

Guide To Apple Core ML: How It Can Enhance Your Normal Ecommerce App To Super App?

In recent years, machine learning is reshaping our world and is touted to be one of the most influential technologies in recent times. Being part of the Artificial Intelligence machine learning allows computers to learn various things without human i

Layout View in MVC

In a web application, we often use common section in most of the pages i.e. Menu, Side Navigations, Footer etc. So in order to not write the same code in all the pages, we have the provisions of Layout view in MVC. Layout view works in the same way

1 20 44
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: