Articles (2414) - Page 49

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.
 
Sourav.Kayal
Performance difference between String and StringBuilder 
Last updated on: 17 Oct 2013 05:38:45 AM by Sourav.Kayal | Views: 7604 | Category: C# |
The performance difference between String and StringBuilder in string concatenation.
Sourav.Kayal
Compare performance of Array and ArrayList 
Last updated on: 17 Oct 2013 03:46:09 AM by Sourav.Kayal | Views: 5021 | Category: C# |
Comparison of execution speed of Array and ArrayList
Rama Sagar
Using Fluent Validation in Asp.Net MVC5 Application (Visual Studio 2013 RC) 
Last updated on: 14 Oct 2013 11:45:17 AM by Rama Sagar | Views: 14547 | Category: ASP.NET MVC |
Votes: 1 | Rating: 3 out of 5
Fluent Validation is a small validation library for .NET that uses a fluent interface and lambda expressions for building validation rules for your business objects.
Rama Sagar
Asp.Net MVC 5 Server Side Validation(Visual Studio 2013 RC) 
Last updated on: 14 Oct 2013 11:00:14 AM by Rama Sagar | Views: 23095 | Category: ASP.NET MVC |
Server side validations are required for validating the user input whether it is correct and valid. If the received input data is valid then we do the further processing with the data.
Rama Sagar
Introduction to Scaffolding in Visual Studio 2013 RC 
Last updated on: 14 Oct 2013 07:29:38 AM by Rama Sagar | Views: 9162 | Category: ASP.NET MVC |
Scaffolding is a Code Generation Framework used to perform Crud Operations…It generates the code for create, read, update and delete operations in your application..we can save time developing standard types of Web Applications. We use Scaffolding to add moderate code to interact the data model
Raja
Forms Authentication in ASP.NET with C#: Advance 
Last updated on: 14 Oct 2013 07:11:58 AM by Raja | Views: 382878 | Category: ASP.NET |
Votes: 6 | Rating: 4.67 out of 5
This article describe how to create Roles based sccurity using Forms Authentication in easy to follow steps.
Rama Sagar
Using Database First Approach in MVC5 (Visual Studio 2013 RC) Part 2 
Last updated on: 14 Oct 2013 01:18:09 AM by Rama Sagar | Views: 15810 | Category: ASP.NET MVC |
Database First Approach is an alternative to the Code First and Model First approaches to the Entity Data Model which creates model codes (classes,properties, DbContext etc) from the database in the project and that classes behaves as the link between database and controller.
  • Sourav.Kayal
    Create self hosting WCF service 
    Last updated on: 13 Oct 2013 02:37:22 PM by Sourav.Kayal | Views: 7985 | Category: WCF |
    Votes: 1 | Rating: 4 out of 5
    How to host WCF service using Self Hosting
    Rama Sagar
    Using Database First Approach in MVC5 (Visual Studio 2013 RC) Part 1 
    Last updated on: 13 Oct 2013 05:39:31 AM by Rama Sagar | Views: 10229 | Category: ASP.NET MVC |
    Database First Approach is an alternative to the Code First and Model First approaches to the Entity Data Model which creates model codes (classes,properties, DbContext etc) from the database in the project and that classes behaves as the link between database and controller.
    Sourav.Kayal
    Send complex data to WCF service 
    Last updated on: 12 Oct 2013 01:10:42 AM by Sourav.Kayal | Views: 23358 | Category: WCF |
    How to pass complex object to WCF service.
    Sourav.Kayal
    Create and consume simple WCF service in C#.NET 
    Last updated on: 11 Oct 2013 10:17:04 PM by Sourav.Kayal | Views: 64627 | Category: WCF |
    Votes: 1 | Rating: 4 out of 5
    How to create and consume simple WCF service in C#.NET
    Vuyiswamb
    (Book Review)Augmented Reality with Kinect by Rui Wang 
    Last updated on: 10 Oct 2013 02:56:14 AM by Vuyiswamb | Views: 8467 | Category: Kinect |
    Today we are reviewing another Book using Microsoft Kinect. The author of the book is Rui Wang. Below are the book details if you want to get hold of the book.
    Rama Sagar
    Learn IIS Host and Publish in MVC5 using Visual Studio 2013 RC 
    Last updated on: 09 Oct 2013 02:46:29 PM by Rama Sagar | Views: 27762 | Category: ASP.NET MVC |
    Lets Learn How to create an MVC 5 Application to store the data and how to publish and browse the application from IIS Manager.
    Rama Sagar
    Working with ASP.NET SignalR in MVC 5 using Visual studio 2013 RC 
    Last updated on: 08 Oct 2013 02:20:47 PM by Rama Sagar | Views: 16494 | Category: ASP.NET MVC |
    SignalR provides a very simple, high-level API for doing server to client RPC.
    Rama Sagar
    How to create WCF Restful Services 
    Last updated on: 07 Oct 2013 02:19:37 PM by Rama Sagar | Views: 10539 | Category: WCF |
    Votes: 1 | Rating: 4 out of 5
    REST stands for Representational state transfer which works on HTTP protocols. ASP.net,JAVA,j Query who can communicate with HTTP protocols can consume with WCF REST services. REST is stateless, session-less and resource based architecture which gives easy access to wcf service and reduce message size.