Articles (2414) - Page 26

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.
 
Oliver32
How To Add Watermark to Presentation Slides 
Last updated on: 19 Mar 2015 04:04:54 AM by Oliver32 | Views: 5086 | Category: C# |
This article will demonstrate how to add image watermark or text watermark into one or all of the PowerPoint presentation slides using free Spire.Presentation.
Kollikr
SharePoint 2013 Storage improvements and RBS Considerations 
Last updated on: 16 Mar 2015 06:04:45 PM by Kollikr | Views: 5119 | Category: SharePoint |
Votes: 1 | Rating: 5 out of 5
As we know one of the SharePoint’s key capability is Document libraries and the files within these libraries internally stored in content databases as BLOBs along with metadata. RBS is used to extend the storage of file outside of SharePoint to optimize the overall storage cost. With SharePoint 2013, there are architectural changes in how SQL stores files and also how WFEs deal with those files. This new capability made available is called “Shredded storage”. So it is important to make proper design decision to leverage SP 2013’s shredded storage before considering RBS.
Talenttuner
WPF Interview Questions 
Last updated on: 11 Mar 2015 09:55:11 AM by Talenttuner | Views: 6158 | Category: Interview Questions |
Votes: 1 | Rating: 5 out of 5
We are starting a new series on WPF Interview questions for reference.
Sheonarayan
Loading search result without page refresh in ASP.NET MVC (Ajax) 
Last updated on: 05 Mar 2015 06:00:28 AM by Sheonarayan | Views: 89974 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
In this article, we shall learn how to load search result from the database without page refresh in ASP.NET MVC. All this we are going to achieve using ASP.NET MVC Ajax helper methods.
Sheonarayan
Consuming Restful Web API in ASP.NET MVC? 
Last updated on: 04 Mar 2015 07:53:20 PM by Sheonarayan | Views: 41418 | Category: ASP.NET MVC |
Votes: 3 | Rating: 5 out of 5
In this article, we are going to learn how to consume external Web API in ASP.NET MVC.
Sheonarayan
Quickly listing records in Grid in ASP.NET MVC 
Last updated on: 04 Mar 2015 07:27:12 PM by Sheonarayan | Views: 8684 | Category: ASP.NET MVC |
Votes: 2 | Rating: 5 out of 5
In this article, we are going to learn how to quickly list the data from the database into Grid in ASP.NET MVC.
Vijethamm
Connecting to SQL database through Sql Server Management Studio 
Last updated on: 24 Feb 2015 08:57:55 PM by Vijethamm | Views: 5060 | Category: Sql Server |
This article is initial step which helps the Beginner to get connected to SQL Server using the tool SQL Server Management studio.
  • Vivek.Ramapuram
    CSS3 elements of style sheet in HTML 5 
    Last updated on: 24 Feb 2015 01:10:20 AM by Vivek.Ramapuram | Views: 4902 | Category: CSS 3 |
    CSS3 is a module based development where new features, improvements are being added in modules for easy implementation, acceptability of its features.
    Vijethamm
    Radio Button Control in ASP.NET 
    Last updated on: 23 Feb 2015 01:52:53 PM by Vijethamm | Views: 20196 | Category: ASP.NET |
    Radio Button Control in ASP.NET
    Sheonarayan
    How to read MS Excel file and populate into GridView 
    Last updated on: 23 Feb 2015 08:26:15 AM by Sheonarayan | Views: 40870 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    Many a times we are in the need of reading the MS Excel file and populate them into the GridView or validating the data of the excel sheet. In this article we are going to see how to populate the MS Excel data into the GridView and loop through them.
    Goud.Kv
    Event accessors and Lock statements in C# 
    Last updated on: 23 Feb 2015 07:14:04 AM by Goud.Kv | Views: 9836 | Category: C# |
    C# is an Object-oriented programming language. C# comes with simplicity, expressiveness and great performance to meet the programmer productivity.
    Self-Innovator
    Binding Grid View Control using LINQ 
    Last updated on: 19 Feb 2015 04:23:26 PM by Self-Innovator | Views: 10401 | Category: LINQ |
    In this article we will see the uses of LINQ in .NET Applications. The abbreviation for LINQ is Language Integrated Query primarily works with objects in an application.
    Self-Innovator
    Interfaces 
    Last updated on: 19 Feb 2015 12:52:23 PM by Self-Innovator | Views: 4996 | Category: OOPS |
    In this article we will going to see in depth about Interfaces in C#. Interface are the key concept on every programming.
    Self-Innovator
    Abstract Classes 
    Last updated on: 19 Feb 2015 09:22:55 AM by Self-Innovator | Views: 4983 | Category: OOPS |
    This article explains the core concept of OOPS ie:-Abstract Classes, which are all the ways the abstract classes can be useful during programming.
    Timo.Walker
    How to stream the image of an MJPEG camera to a website in C#? 
    Last updated on: 18 Feb 2015 08:18:17 AM by Timo.Walker | Views: 19402 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    This tutorial will be useful for you if you want to stream you MJPEG camera’s image to a website. After a short review of the technical background full source code is provided for this solution.