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

Search In

How to convert Javascript Arrays to Comma seperated values

The toString() method can be used to convert an array into a string. It returs a result containing string and it will seperate the different elements in the array with commas. var group = ['one','two','three','four']; var conv = group.toString();

ADO.NET

ADO.NET stands for ActiveX Data Object in the .NET framework.   ADO.NET is mainly used with .NET to make the database interaction with your application.   You need to understand that ADO is not only meant for simple data  purpose.

Entity Framework

ADO.NET Entity Framework is based upon Object/Relational Mapping (ORM) framework that facilitate developers to work with relational database. It enable developers to deal with data as objects and properties. Using the Entity Framework, developers wri

Code First approach in Entity framework

In the  code first approach we will create the class for defining the attributes for the DBContext   First we will create a class for defining attributes   public class Employee { public Employee () {

Code Division Multiplexing in Networking

Code division multiple access (CDMA) is a channel access method used by various radio communication technologies.   CDMA is an example of multiple access, where several nodes transmits the data simultaneously. This allows several users to shar

Phase Shift Keying in Digital to Analog Conversion

  Phase shift keying is the modulation scheme that will change the phase over the carrier signal being sent and received. The signal is converted into the magnetic field by varying its sine cosine inputs at a time.       &n

  • 236
Frequency Modulation in Analog to Analog

In the telecommunication era of signal processing the Frequency Modulation encoding technique in the conversion of information by altering the frequency of the given wave. It shows a contrast with amplitude modulation, in which the amplitude of the

  • 378
File Service

File Services File sharing is the process of distributing and provide access to the digital media like computer programs,multimedia,ebooks. These all are ways of file sharing.   Common methods that are used for storage , transmission of the d

Application Services in Internet

Application Services   The application service is the way of providing basic network based service like the web services , database management and the resource sharing.       Resource Sharing To access the resources in an

Client Server Model

In client server model we have one or multiple clients that request for the service. And the server is used to provide the response for the clients.   Client server model is like a request response relationship between the client and the serv

  • 758
1 560 596
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: