Articles (2414) - Page 39

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

2414 records found.
 
Pardhu2020
How to convert the row data to column in sql server 
Last updated on: 20 Feb 2014 01:10:05 AM by Pardhu2020 | Views: 5642 | Category: Sql Server |
Votes: 1 | Rating: 5 out of 5
The STUFF function inserts a string into another string. It deletes a specified length of characters in the first string at the start position and then inserts the second string into the first string at the start position.
Ssnkumar3
Delegate and Anonymous Function 
Last updated on: 19 Feb 2014 07:26:14 AM by Ssnkumar3 | Views: 6588 | Category: C# |
This article demonstrates how to create Delegate and Anonymous function. Also this article explains the evolution of delegates in C#.
Pardhu2020
Using import and Export Data tool how to send data from database to flat file 
Last updated on: 19 Feb 2014 05:23:32 AM by Pardhu2020 | Views: 5467 | Category: Sql Server |
Votes: 1 | Rating: 5 out of 5
In SSIS we using the import and Export Data we can send data from data base to flat file and same way flat file to database.
Ssnkumar3
Introduction to Windows Azure (cloud computing) 
Last updated on: 17 Feb 2014 05:57:08 AM by Ssnkumar3 | Views: 6667 | Category: Azure |
This article Will give you some brief introduction about Cloud Computing and Microsoft Windows Azure Platform. Why using Windows Azure? What are the services available in Window Azure and some other feature which Windows Azure Offer.
Rama Sagar
Introduction to MongoDB Replica set 
Last updated on: 16 Feb 2014 06:49:41 AM by Rama Sagar | Views: 21566 | Category: NoSql |
MongoDB (from "humongous") is a cross-platform document-oriented database system. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas
Rama Sagar
Introduction to MongoDB Mongo Shell 
Last updated on: 16 Feb 2014 06:47:34 AM by Rama Sagar | Views: 18183 | Category: NoSql |
Votes: 1 | Rating: 4 out of 5
The mongo shell is an interactive JavaScript shell for MongoDB, and is part of all MongoDB distributions.
Sheonarayan
How to become a successful software professional 
Last updated on: 11 Feb 2014 04:06:07 AM by Sheonarayan | Views: 30316 | Category: Others |
Votes: 7 | Rating: 4.86 out of 5
In this article, I am going to write my thought about how to become a successful software professional.
  • Rama Sagar
    Introduction to MongoDB Command Line options 
    Last updated on: 04 Feb 2014 12:11:51 PM by Rama Sagar | Views: 19905 | Category: NoSql |
    Votes: 1 | Rating: 5 out of 5
    MongoDB (from "humongous") is a cross-platform document-oriented database system. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas
    SheoNarayan
    Implementing RichTextEditor or WYSIWYG (TinyMCE) in ASP.NET MVC 
    Last updated on: 03 Feb 2014 01:05:38 AM by SheoNarayan | Views: 62978 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    In this article, We are going to learn how to implement RichTextEditor or WYSIWYG editor TinyMCE in ASP.NET MVC application.
    Rama Sagar
    Introduction to MongoDB setting up the server 
    Last updated on: 02 Feb 2014 10:23:47 AM by Rama Sagar | Views: 21363 | Category: NoSql |
    Votes: 2 | Rating: 4 out of 5
    According to wiki MongoDB (from "humongous") is a cross-platform document-oriented database system. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster.
    Rama Sagar
    Intoduction to Mongo Database 
    Last updated on: 30 Jan 2014 12:35:11 PM by Rama Sagar | Views: 22584 | Category: NoSql |
    Votes: 1 | Rating: 4 out of 5
    According to wiki MongoDB (from "humongous") is a cross-platform document-oriented database system. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster.
    Chakravarthi
    Difference between Finalize and Dispose Methods 
    Last updated on: 30 Jan 2014 05:04:15 AM by Chakravarthi | Views: 33714 | Category: C# |
    In this article we will discuss about the major differences between the Finalize and Dispose Methods in C#
    muralikrishnasurap-12704
    SQL Joins and replace NULL values with Predefined text 
    Last updated on: 22 Jan 2014 04:07:11 AM by muralikrishnasurap-12704 | Views: 18785 | Category: Sql Server |
    We all know use of joins in SQL Server where we can merge two(or) more table information into one set of data based some predefined conditions.
    Vuyiswamb
    Android application development using Intel XDK (free) IDE - Part I 
    Last updated on: 21 Jan 2014 02:22:31 PM by Vuyiswamb | Views: 114999 | Category: Android |
    Votes: 5 | Rating: 5 out of 5
    In this article I am going to introduce you to a series of articles that will be published to help you create your first Android application using the Intel XDK IDE that comes FREE.
    Rama Sagar
    Learn ASP.NET Web API 2 Tracing Part 1 
    Last updated on: 18 Jan 2014 11:16:16 AM by Rama Sagar | Views: 21874 | Category: ASP.NET Web API |
    Tracing is a notification mechanism that allows framework and application code to say things like “Object A is now performing operation B” or “Object A encountered exception E when performing operation B.”