Articles (2414) - Page 115

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.
 
Parasu
What is windows service? How to create windows service using C#.net? 
Last updated on: 15 Nov 2010 04:07:34 AM by Parasu | Views: 42107 | Category: Others |
Votes: 2 | Rating: 3.5 out of 5
The main function of windows service is to run the application in the background. Mainly creating service in long running executable applications, in earlier times we called as NT services.
Madhuk
Sorting in Repeater control using Linq. 
Last updated on: 14 Nov 2010 12:02:02 AM by Madhuk | Views: 13916 | Category: ASP.NET |
In this article I will explain how to implement sorting in repeater control using Linq and this is a simple way of sorting within the repeater control.
SheoNarayan
Validating domain name in ASP.NET 
Last updated on: 13 Nov 2010 10:32:36 AM by SheoNarayan | Views: 38726 | Category: ASP.NET |
In this article, I have tried to get the solution of checking a valid domain name in ASP.NET. This might not be the 100% full proof method to validate the valid domain however based on the number of test I did, it works.
SheoNarayan
Gmail style file upload in ASP.NET 
Last updated on: 11 Nov 2010 12:14:32 PM by SheoNarayan | Views: 104033 | Category: ASP.NET |
Votes: 3 | Rating: 3.67 out of 5
In this article, I shall show how to upload files in Gmail style where there is no Upload button, no file upload control. Just a link and thats it!
Vuyiswamb
How to add a Facebook "Like" or "Recommended" button in Silverlight and Asp.net 
Last updated on: 10 Nov 2010 08:59:52 PM by Vuyiswamb | Views: 26403 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
You ran to my article thinking that you will definitely do this in silverlight. Well it is practically not possible because you have to use iframes to do that and iframes cannot be used in xaml. But I will show you how can do it for your silverlight application not necessarily injecting it in your xaml.
SheoNarayan
FileUpload - uploading file to the server without clicking a button 
Last updated on: 10 Nov 2010 12:45:40 PM by SheoNarayan | Views: 84766 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
In this article, I shall show how to beign the file upload process without user explicitely clicking the Upload button.
Ambily.raj
Visual Studio LightSwitch Beta 
Last updated on: 09 Nov 2010 07:42:03 AM by Ambily.raj | Views: 11414 | Category: Visual Studio |
Votes: 2 | Rating: 5 out of 5
Microsoft launched the Beta version of a new amazing product in the visual studio family of products- the Visual Studio LightSwitch. Visual studio LightSwitch redefined the way of developing an application.
  • Prasham
    Customizing OOB Small Search Input Box 
    Last updated on: 05 Nov 2010 04:12:45 AM by Prasham | Views: 21684 | Category: SharePoint |
    This article explains delegate control and also explains how to customize OOB small search box without more efforts.
    Chvrsri
    Multiple Row Deletion From GRIDVIEW 
    Last updated on: 27 Oct 2010 03:35:07 PM by Chvrsri | Views: 9690 | Category: C# |
    Votes: 3 | Rating: 3.33 out of 5
    Hi in this article iam going to show how to delete multiple rows in a gridview. In this i made more simpler by accessing SQL DataSource .
    PandianS
    Database Backup to / Restore from Remote Server - SQL Server 
    Last updated on: 27 Oct 2010 09:00:13 AM by PandianS | Views: 94650 | Category: Sql Server |
    Votes: 4 | Rating: 4.75 out of 5
    Backup and Restore is one of the high availability model. In this article, I would like to perform Backup on Remote server and Performing Restore the backup file(.bak) from Remote Server into local SQL Server.
    Chvrsri
    Dynamic ListBoxes Using JavaScript & HTML 
    Last updated on: 26 Oct 2010 01:43:08 PM by Chvrsri | Views: 7242 | Category: JavaScript |
    Votes: 4 | Rating: 4.5 out of 5
    This is HTML application which is mainly used in e-Commerce applications where the online shopping is done. All the registered users who logs in can access this appliction by selecting the products they wanted. The code might look clumsy but just copy paste and enjoy the article !!!
    Chvrsri
    Sample - Software Requirements Specification for Hospital Info Management System 
    Last updated on: 26 Oct 2010 05:20:57 AM by Chvrsri | Views: 311889 | Category: Design Pattern & Practices |
    This is a SRS document for Hospital Patient Information Management System. Where the hospital department people will store the info of the patient who has admitted and would retrieve his info when ever required.
    Ambily.raj
    Advanced Customization in ASP.Net Dynamic Data 
    Last updated on: 25 Oct 2010 03:08:37 AM by Ambily.raj | Views: 25779 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    ASP.Net Dynamic Data is used to develop data driven web applications using dynamic page and field templates. In this article, we will look into the various validation options and custom pages.
    Questpond
    CAS (Code access security) & .NET 4.0 Security model FAQ (With Full Video demonstration) 
    Last updated on: 23 Oct 2010 09:20:10 AM by Questpond | Views: 20534 | Category: ASP.NET |
    This article first starts with the basic concepts of CAS like evidence, permission, code groups and caspol.exe. It then moves ahead to demonstrate how CAS can be implemented in real world. This article further talks about ground up changes made in .NET 4.0 for CAS. In those regards it discusses about security transparent model and sandboxing.
    Prasham
    How to create custom binding in WCF Services 
    Last updated on: 22 Oct 2010 06:34:11 PM by Prasham | Views: 28338 | Category: WCF |
    This article will explain creation of custom binding in WCF services.