Articles (2414) - Page 27

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.
 
Self-Innovator
Explicit Interface Implementation 
Last updated on: 17 Feb 2015 03:21:40 PM by Self-Innovator | Views: 4402 | Category: OOPS |
Votes: 1 | Rating: 3 out of 5
This article gives a basic idea on achieving an Explicit Interface implementation.
Rajnarayan
Creating a call assistant software using C# and SQL (advanced VoIP softphone for business communication) 
Last updated on: 03 Feb 2015 07:09:22 AM by Rajnarayan | Views: 22485 | Category: C# |
Votes: 1 | Rating: 4 out of 5
This article is meant to be a complete solution description that explains step-by-step how to build a call assistant software using C# and SQL. This application is a kind of call center clients. This is nothing more than a VoIP softphone with some extra features that can facilitate the work of those who need to handle hugh amount of phone calls by serving customer data for the right person, to the right interface in the appropriate time.
Oliver32
How to Convert HTML table to PowerPoint by Free API 
Last updated on: 25 Jan 2015 10:28:33 PM by Oliver32 | Views: 10784 | Category: C# |
This article will explain in detail to convert HTML to Word, Excel and PowerPoint. In the article, we will look into a solution for converting HTML table to PowerPoint using free API in C#.
Vivek.Ramapuram
Inline Date picker functionality in JQuery 
Last updated on: 22 Jan 2015 03:50:31 AM by Vivek.Ramapuram | Views: 5976 | Category: jQuery |
Votes: 1 | Rating: 4 out of 5
JQuery is fast and rich Javascript library. It create things in html documents, event handling and animations. It is easy to use API that works across a multitude of browsers.
Vivek.Ramapuram
Fill Space Accordion Functionality in JQuery 
Last updated on: 22 Jan 2015 01:44:32 AM by Vivek.Ramapuram | Views: 5446 | Category: jQuery |
JQuery is fast and rich Javascript library. It create things in HTML documents, event handling and animations. It is easy to use API that works across a browser
Vishvvas
Interception in .NET with Castle Windsor 
Last updated on: 21 Jan 2015 01:04:39 AM by Vishvvas | Views: 10539 | Category: .NET Framework |
Votes: 1 | Rating: 5 out of 5
Interception with Castle Windsor is one of many options to achieve interception in .NET and it could be good candidate for employing interception for .NET framework based applications.
Vivek.Ramapuram
How to use attributes of HTML 5 
Last updated on: 20 Jan 2015 09:07:39 AM by Vivek.Ramapuram | Views: 3998 | Category: HTML 5 |
HTML 5 was developed to solve compatibility problems that affect the current standard HTML 4. It is the programming language for the contents and views(Appearence) of Web pages to describe .It is the hypertext markup language.
  • Vivek.Ramapuram
    Format Date Picker functionality In Jquery. 
    Last updated on: 20 Jan 2015 06:22:29 AM by Vivek.Ramapuram | Views: 4483 | Category: jQuery |
    Jquery is fast and rich Javascript library. It create things in html documents, event handling and animations. It is easy to use API that works across a browser
    Oliver Bennet
    How to implement automated license plate recognition in C# using OCR 
    Last updated on: 14 Jan 2015 01:13:50 AM by Oliver Bennet | Views: 68337 | Category: C# |
    This tutorial is about how to implement automated license plate recognition in C# using OCR (Optical Character Recognition). In this guide there are code examples, detailed information and illustrations in order to help to achieve success optical character recognition and in license plate detection in C#.
    Vivek.Ramapuram
    Introduction and how to use HTML5 Elements. 
    Last updated on: 10 Jan 2015 01:41:51 AM by Vivek.Ramapuram | Views: 4117 | Category: HTML 5 |
    HTML 5 was developed to solve compatibility problems that affect the current standard HTML 4. It is the programming language for the contents and views(Appearence) of Web pages to describe .It is the hypertext markup language.
    Sheonarayan
    Bringing back Start menu in Windows 8+ without any third party plug in 
    Last updated on: 09 Jan 2015 12:54:51 PM by Sheonarayan | Views: 5801 | Category: Windows 8 |
    Votes: 3 | Rating: 5 out of 5
    Most of the developer face issue while working with Windows 8 that they do not have Start menu and every time they have to go to the Metro style ui or Start screen (press windows icon) and search through the huge list of items. In this article, We are going to look into a very easy way to bring back the Start menu.
    Bandi
    SCHEMA Creation, TRANSFER and DROP 
    Last updated on: 29 Dec 2014 08:32:54 AM by Bandi | Views: 3761 | Category: Sql Server |
    Iam going to give an overview for SCHEMAs in SQL Server, by explaining CREATE , ALTER, DROP schemas.
    Bandi
    Computed Columns in SQL Server 
    Last updated on: 24 Dec 2014 12:50:20 AM by Bandi | Views: 5400 | Category: Sql Server |
    A computed column is computed from an expression that can use another column or columns in the same table. Functions, variables, constants, non-computed column names or any combination of all these may be used along with operators to create a computed column.
    Bandi
    ALTER COLUMN in SQL Server 
    Last updated on: 23 Dec 2014 12:52:39 AM by Bandi | Views: 4268 | Category: Sql Server |
    The ALTER COLUMN T-SQL portion of the ALTER TABLE command is used to change a named column. There is a list of scenarios where this is not possible, such as a column used in a PRIMARY KEY or FOREIGN KEY constraint.
    Sheonarayan
    Creating a custom route handler in ASP.NET MVC 
    Last updated on: 22 Dec 2014 08:55:07 AM by Sheonarayan | Views: 33265 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    In the last two articles, we learnt different types of convention based routing and attribute routing. In this article, we shall learn how to create a custom route handler in ASP.NET MVC that helps us to redirect user to a particular location based on a specific url typed.