Articles (2414) - Page 23

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.
 
Rajnilari2015
Calculator Application Using IronJS and WPF 
Last updated on: 16 Oct 2015 05:00:39 AM by Rajnilari2015 | Views: 3937 | Category: WPF |
In this article, we will build a simple calculator by using WPF and will use IronJS for writing the various calculator operations.We are using JavaScript as our dynamic scripting language.
Aspose
Introduction to Aspose 
Last updated on: 15 Oct 2015 11:34:10 PM by Aspose | Views: 4075 | Category: DotNetFunda.Com |
Votes: 1 | Rating: 4 out of 5
Aspose.Total for .NET is a compilation of every .NET component offered by Aspose. We compile it on a daily basis to ensure that it contains the most up to date versions of each of our .NET components
Mozarthe
C#: insert well-formatted textbox into Word 
Last updated on: 15 Oct 2015 10:28:49 AM by Mozarthe | Views: 7311 | Category: C# |
Votes: 1 | Rating: 5 out of 5
This article is focusing on introducing the method to insert well-formatted textbox that has fill, hyperlink, text wrapping, image-text mix etc. into Word using C# with the help of free Spire.Doc for .NET.
Sheonarayan
WebGrid in ASP.NET MVC 
Last updated on: 14 Oct 2015 03:43:18 AM by Sheonarayan | Views: 72745 | Category: ASP.NET MVC |
Votes: 3 | Rating: 5 out of 5
In this article, we shall learn how to work with WebGrid in ASP.NET MVC ie. we shall learn how to sort, paginate, specify column names, format column styles, making SEO friendly listing of data in ASP.NET MVC.
Rajnilari2015
Invoke a video file from SQL Server using PowerShell 
Last updated on: 10 Oct 2015 06:48:51 AM by Rajnilari2015 | Views: 3617 | Category: PowerShell |
Votes: 1 | Rating: 4 out of 5
In this article we will observe how to invoke a video file from SQL Server using PowerShell.
Rajnilari2015
Import XML File and transform into Relational Model (for STATIC Columns) using Powershell 
Last updated on: 10 Oct 2015 06:46:27 AM by Rajnilari2015 | Views: 4301 | Category: PowerShell |
Votes: 1 | Rating: 5 out of 5
In this article, we will load XML data into the relational model using PowerShell. We will use SQL Server 2014 as our RDBMS.
Rajnilari2015
Import XML File and transform into Relational Model (for DYNAMIC Columns) using Powershell 
Last updated on: 09 Oct 2015 11:00:04 PM by Rajnilari2015 | Views: 4057 | Category: PowerShell |
Votes: 1 | Rating: 4 out of 5
In this article, we will load XML data into the relational model using PowerShell but for dynamic columns.We will use SQL Server 2014 as our RDBMS.
  • Whitegold77
    What Constitutes a Good Data Centre? 
    Last updated on: 04 Oct 2015 02:35:53 AM by Whitegold77 | Views: 3063 | Category: News and Community |
    This covers the internal structure and primary components that makes a data centre. With such facilities spreading around the world, it’s important to learn about them.
    Rajnilari2015
    Create Custom Templates in SQL Server 2012 
    Last updated on: 29 Sep 2015 03:55:32 AM by Rajnilari2015 | Views: 3824 | Category: Sql Server |
    In this article, we will look into as how we can create Custom Templates in SQL Server 2012
    Rajnilari2015
    Let's play with Surrounded With Feature of SQL Server 2012 - Step by Step guidance 
    Last updated on: 29 Sep 2015 01:10:37 AM by Rajnilari2015 | Views: 3012 | Category: Sql Server |
    Votes: 2 | Rating: 5 out of 5
    SQL Server 2012(Denali) has brought a lot of new features .One among them is the Surrounded WithFeature.This feature will help us to implant a block of SQL statement within a Begin..End blocks,WHILE loop block or within an IF statement.In this article, we will look into as how we can get the benefit from this feature
    SheoNarayan
    Microsoft Certifications - What why and how 
    Last updated on: 28 Sep 2015 04:07:03 AM by SheoNarayan | Views: 66837 | Category: Others |
    Votes: 4 | Rating: 4.5 out of 5
    Many a times Microsoft(R) certifications related questions are asked in the DotNetFunda.com Discussion Forums. In this post I am trying to clarify some doubts about it. My effort here is to provide a clear initial guidance (in simple words) to the readers to understand what are the benefits of Microsoft certifications, why to go for this and how to go for it.
    Vishvvas
    Dependency Injection with UNITY and MEF in ASP.NET MVC 
    Last updated on: 25 Sep 2015 02:32:26 PM by Vishvvas | Views: 14204 | Category: Design Pattern & Practices |
    Votes: 2 | Rating: 5 out of 5
    A different approach for DI with UNITY is explored which employs MEF (Managed Extensibility Framework) for detecting the registration of self declaring types.
    Sheonarayan
    Wait till response comes from $http request in AngularJS 
    Last updated on: 23 Sep 2015 05:16:18 AM by Sheonarayan | Views: 82412 | Category: AngularJS 1x |
    Votes: 1 | Rating: 4 out of 5
    In this article, we are going to learn how to wait till the $http response comes from server using AngularJS and then perform other action.
    Rajnilari2015
    Multiple ways to figure out User-Defined Methods from a Class using Reflection 
    Last updated on: 22 Sep 2015 09:40:20 PM by Rajnilari2015 | Views: 5693 | Category: C# |
    Votes: 2 | Rating: 4.5 out of 5
    In this article, we will look into how can we figure out only User Defined Methods from a Class using Reflection.
    Rajnilari2015
    Sort using Hierarchyid of SQL Server 2008 
    Last updated on: 21 Sep 2015 06:58:26 AM by Rajnilari2015 | Views: 4456 | Category: Sql Server |
    Votes: 1 | Rating: 3 out of 5
    This article will basically focus on sorting of hierarchical data using the Hierarchyid of SQL Server 2008