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

Search In

Implementing Logging in .Net

For storing errors there are many ways that can be done . Some store it in the database some store it in the TextFile    So for storing error in the Text File is given here.   First we will create a Logger.cs class into our project

To start MVC project in .NET

If you are a new user you need to understand that MVC will follow an architecture that will follow a flow of process to build project and writing code - First thing is the Model which is used for defining attributes or entities public enum getst

Jquery Ajax exapmle in php

Here in this blog i have shown  a simple example how to use AJAX to send and retrieve data from a PHP page and then populate the result from a PHP page in a HTML element. The example here shows when I select a country a request is send to PHP p

Stored procedure in ADO.NET

In ActivexDataObject we use Sql classes to perform multiple operations related to the database ant the datasources.   We write SQL statements directly into the Sql class object or we can write the stored procedure and just invoke it in the Sql

Device UUID importance while making API

While working with web API you need to ensure that the device that is making the request and getting the response will be tracked and its details with its UUID gets stored into the database.     While registering the employee i have also

Introduction of Realm (A replacement of SQLite) for Android

Realm is substitute of SQLite and ORM libraries in your Android application. It is a lightweight database that can replace both SQLite and ORM libraries. Installation:-   Step 1: Add the following class path dependency to the project level bui

How to check a key or value exist in array or not

This article demonstrates about PHP functions which can be used to check whether a key or value exist in an array or not. The details of each function are given below : 1. Checking a value in array 1.1 in_array() in_array() is the most popular func

Rails Testing with Cucumber

Rails Testing with Cucumber Hi Friends, In my previous blog Testing In Rails: Introduction and Creating Test Data, I had given you a brief idea about testing and later we talked about how we can test rails models and controllers. Here again I

How to save and fetch data from Sqlite database

First include the sqlite file in your project. Then copy that file from bundle to documents directory as below and create Database method. -(void)createDatabase{ NSString *pathForDocumentDirectory =[self databasePath]; //define new path and put

Simple AngularJs Application Using Asp.Net MVC

In this blog,we will learn to create a simple angularjs application using Dotnet Framework.So Let's start to implement it step by step.   1.Open Visual Studio and Create a New MVC project.   2.Now create a MVC5 Empty Controller as

1 135 282
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: