Articles (2414) - Page 66

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.
 
Prabhukiran345
Visual Studio.NET ShortCut Keys - Increase productivity 
Last updated on: 22 Apr 2013 09:37:11 AM by Prabhukiran345 | Views: 7523 | Category: Visual Studio |
Votes: 4 | Rating: 4.5 out of 5
In this article, I am going to share some shortcuts of Visual Studio. Hope this will be helpful.
Saratvaddilli
Advantages of MVC than Webforms 
Last updated on: 22 Apr 2013 07:46:20 AM by Saratvaddilli | Views: 9913 | Category: ASP.NET MVC |
In today's dot.net world MVC architecture was the new hot cake released in 2009 . In 2012 MVC4 has been released and the developers are moving towards Asp.Net MVC. Let us see why MVC than Web-forms and what are the advantages of MVC over Webforms .
Niladri.Biswas
How ERLANG helps in building high performance cloud applications 
Last updated on: 22 Apr 2013 12:35:32 AM by Niladri.Biswas | Views: 7233 | Category: Others |
In this article we will see how Erlang helps in building high performance cloud applications
Saratvaddilli
Action Results in the controllers MVC4 
Last updated on: 20 Apr 2013 01:50:05 AM by Saratvaddilli | Views: 22503 | Category: ASP.NET MVC |
When ever we create a controller .By default we will get an action result method .We have different types action results .Let us have an overview of available action results and where to use appropriate action result
Raj.Trivedi
Upload PDF File and Open it in Browser 
Last updated on: 17 Apr 2013 02:21:21 PM by Raj.Trivedi | Views: 16387 | Category: ASP.NET |
Hello Team, In this article we will see how to upload a PDF File and bind it to the gridview and Open it in the Browser itself
Saratvaddilli
Let us know about the software requirements , Templates allowed and folder structure of an Asp.Net MVC Application 
Last updated on: 17 Apr 2013 09:31:59 AM by Saratvaddilli | Views: 6772 | Category: ASP.NET MVC |
Votes: 1 | Rating: 4 out of 5
In this article we are going to know the software requirements to work with asp.net mvc4 and Supported Templates , Folder structure of an Asp.Net MVC4 application
Suwarna
LINQ: Perform CRUD operations by using ADO.NET Entity FrameWork 
Last updated on: 15 Apr 2013 05:49:34 AM by Suwarna | Views: 28148 | Category: LINQ |
Votes: 1 | Rating: 3 out of 5
Entity Data Model (EDM) is bridge between application and database. LINQ(Language Integated Query) to entity which performs CRUD operations against the Entity Data Model(EDM)
  • Saratvaddilli
    Bind data to Grid view from XML and implement Check all functionality 
    Last updated on: 15 Apr 2013 04:59:07 AM by Saratvaddilli | Views: 7903 | Category: jQuery |
    Check on the grid view header check box then all the check boxes in the item template should be checked , if an item template check box is unchecked then header check box should also be unchecked . Let us achieve this from client side Note: I will Bind data to grid view from XML file
    Raj.Trivedi
    Insert Update and Delete in Data through one Windows Form 
    Last updated on: 15 Apr 2013 03:20:59 AM by Raj.Trivedi | Views: 76625 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    Hello Team, Over here we will see how we can Insert Update and Delete Data in one Windows Form
    Erickaseo
    Where To Get A Project Management Information 
    Last updated on: 09 Apr 2013 12:46:52 AM by Erickaseo | Views: 6869 | Category: Management |
    Votes: 1 | Rating: 4 out of 5
    Project Management information are sought by a number of people who want to learn, understand and implement the process into their business venture.
    Raj.Trivedi
    Binding a Website to Local IIS 
    Last updated on: 02 Apr 2013 01:10:12 PM by Raj.Trivedi | Views: 89547 | Category: ASP.NET |
    Votes: 2 | Rating: 4.5 out of 5
    Hello Team, In this article we will see how to bind website to IIS and also how can we convert a Virtual Directory to WebApplication
    Vuyiswamb
    How to do Push to Press with Kinect SDK 1.7 
    Last updated on: 30 Mar 2013 08:22:16 AM by Vuyiswamb | Views: 39223 | Category: Kinect |
    Votes: 1 | Rating: 5 out of 5
    Microsoft officially released the 1.7 Kinect for Windows SDK. In this article i will demonstrate or explain what interest me most. The Push-to-Press functionality.
    Raj.Trivedi
    Creating Set up for Windows Application using ICONS 
    Last updated on: 28 Mar 2013 01:41:34 AM by Raj.Trivedi | Views: 7517 | Category: Visual Studio |
    Votes: 1 | Rating: 4 out of 5
    In the real world application development we deal with windows application and after programming the app, the time comes to create the Installer or the Set up file.In this article we will explore the same.
    Adamgorge
    A Closer Look at the Restore and Recovery Process in SQL Server 
    Last updated on: 21 Mar 2013 12:07:25 AM by Adamgorge | Views: 7441 | Category: Sql Server |
    During the process of restoring SQL Server databases, data is copied from a backup and changes are then made to this data by applying logged transactions. Backups comprise transaction log records that can be used to roll forward any active transactions or roll back any uncommitted transactions to maintain transactional consistency in the database.
    Niladri.Biswas
    Read trx file by using Linq to XML 
    Last updated on: 18 Mar 2013 11:48:59 PM by Niladri.Biswas | Views: 10894 | Category: C# |
    In this article we will read trx file by using Linq to XML