Articles (2414) - Page 69

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.
 
Niladri.Biswas
Copy a file from one location and save it to another location using WinJS Metro Style Applications - Day 9 
Last updated on: 03 Feb 2013 09:47:58 PM by Niladri.Biswas | Views: 9029 | Category: Windows Metro |
Votes: 1 | Rating: 5 out of 5
This article will focus on copying a file from one location and save it to another location using WinJS Metro Style Applications.
Rama Sagar
Scheduling a service using Quartz 
Last updated on: 01 Feb 2013 09:41:59 AM by Rama Sagar | Views: 12332 | Category: C# |
This Article is for basic Understanding of Scheduling a Job using Quartz Framework. Quartz is a job scheduling system that can be integrated with, or used alongside virtually any other software system. The term “job scheduler” seems to conjure different ideas for different people. As you read the tutorial attached, you should be able to get a firm idea of what they mean when we use this term, but in short, a job scheduler is a system that is responsible for executing (or notifying) other software components when a pre-determined (scheduled) time arrives.
Vasanthmvp
Validations In MVC Part 4 
Last updated on: 31 Jan 2013 02:56:02 PM by Vasanthmvp | Views: 13694 | Category: ASP.NET MVC |
Votes: 2 | Rating: 4 out of 5
In this article we will try to understand how to implement server side validation, client side validation logic to the Model class in ASP.NET MVC.
Ankitsrist
Insert, Update, Delete in Gridview using Single Stored Procedure 
Last updated on: 31 Jan 2013 01:42:08 AM by Ankitsrist | Views: 111910 | Category: ASP.NET |
In this article lets see how to Insert, Update, Delete in Gridview using Single Stored Procedure
Shahvimall
Interface vs Abstract class 
Last updated on: 29 Jan 2013 11:07:37 PM by Shahvimall | Views: 7469 | Category: OOPS |
where, when and why to use interface or abstract class
Prabhat39
Read trx file from C# 
Last updated on: 29 Jan 2013 05:21:33 AM by Prabhat39 | Views: 14120 | Category: C# |
Trx file is visual studio unit test result file extension in form of XML file.
Vasanthmvp
ASP.NET MVC IN ACTION with a Sample Application – Part 3 
Last updated on: 26 Jan 2013 09:20:14 AM by Vasanthmvp | Views: 15599 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
In this article, our goal is to demonstrate MVC in action by creating a sample data entry application.
  • Ankitsrist
    Implementation of Trigger 
    Last updated on: 21 Jan 2013 11:56:41 PM by Ankitsrist | Views: 5817 | Category: ASP.NET |
    Votes: 2 | Rating: 4.5 out of 5
    In this article lets see how to deal with triggers, Triggers is a special type of stored procedure that fires when we perform modification on specific data of the specific table
    Me_Himanshu
    Upload differnt types of files to different folders using Switch Case 
    Last updated on: 19 Jan 2013 07:09:12 AM by Me_Himanshu | Views: 9561 | Category: ASP.NET |
    Votes: 3 | Rating: 4.33 out of 5
    One of the Junior at working was checking with me on how to use Switch Case in FileUpload control.He was assigned a task where different types files should be uploaded to the respective folder.for example,if the user is uploading image,it should be uploaded to the image folder,if PDF then to PDF folder ,if docx/doc then to word folder.And moreover the main part was if the file with the same name already exists in that folder,then filename must get renamed and a notification with new filename is shown to the user.When I helped him complete the code,I thought of sharing it too.
    Ankitsrist
    SiteMap in asp.net 
    Last updated on: 18 Jan 2013 03:30:58 AM by Ankitsrist | Views: 6215 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article i will show you how to use sitemap navigational control in asp.net
    Niladri.Biswas
    Highlight Parent Nodes inside a ListBox using IValueConvertor 
    Last updated on: 16 Jan 2013 01:55:12 AM by Niladri.Biswas | Views: 5203 | Category: WPF |
    Votes: 1 | Rating: 3 out of 5
    In this article we will look into the implementation of IValue convertor in WPF where by using this we will highlight the Parent node inside a ListBox
    Ankitsrist
    implementation of CAPTCHA in asp.net 
    Last updated on: 16 Jan 2013 12:14:10 AM by Ankitsrist | Views: 9706 | Category: ASP.NET |
    Votes: 1 | Rating: 4 out of 5
    Firstly CAPTCHA is not a word, its an abbreviation which stands for Completely Automated Public Turing Test to tell Human and Animal Apart..
    Vuyiswamb
    How to Write using Voice Commands using Kinect 
    Last updated on: 14 Jan 2013 02:56:50 AM by Vuyiswamb | Views: 21595 | Category: Kinect |
    Votes: 1 | Rating: 5 out of 5
    In this article I demonstrate to you how to use voice commands to input controls in your Kinect application.
    Prabhat39
    Playing with inheritance in C#.NET 
    Last updated on: 13 Jan 2013 11:19:46 AM by Prabhat39 | Views: 8696 | Category: C# |
    This article explains the different behavior of inheritance in different cases.
    Niladri.Biswas
    Get selected items from List View Control in Metro Style Apps - DAY 6 
    Last updated on: 13 Jan 2013 08:03:44 AM by Niladri.Biswas | Views: 8563 | Category: Windows Metro |
    Votes: 1 | Rating: 3 out of 5
    In this article we will learn about how to get the selected items from a ListView control