Articles (2414) - Page 16

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
How to use Dynamic Data Masking of SQL Server 2016 
Last updated on: 09 Jun 2016 02:22:03 AM by Rajnilari2015 | Views: 3868 | Category: Sql Server |
SQL Server 2016 was released on June 1st, 2016.Like the other versions of it's clan, this time also SQL Server has come up with lot's of new features. In this article we will explore the Dynamic Data Masking feature.
Rajnilari2015
How to use STRING_SPLIT function of SQL Server 2016 
Last updated on: 08 Jun 2016 11:50:22 PM by Rajnilari2015 | Views: 4209 | Category: Sql Server |
SQL Server 2016 was released on June 1st, 2016.Like the other versions of it's clan, this time also SQL Server has come up with lot's of new features. In this article we will explore the STRING_SPLIT function.
Sheonarayan
Implementing Google reCAPTCHA in ASP.NET MVC 
Last updated on: 08 Jun 2016 05:56:56 AM by Sheonarayan | Views: 28357 | Category: ASP.NET MVC |
Votes: 1 | Rating: 5 out of 5
In this article, we shall learn how to implement Google reCAPTCHA in ASP.NET MVC. reCAPTCHA is a free service by Google that protects a site from spam and abuse.
Rajnilari2015
Using Yield Statement for finding Factorial of a number 
Last updated on: 08 Jun 2016 01:26:54 AM by Rajnilari2015 | Views: 4226 | Category: C# |
Yield is a contextual keyword introduced in C# 2.0, that helps in iterating over a collection with out creating an extra temporary collection object. In this article we will look into how to perform Factorial of a number using the "yield" statement.
Sheonarayan
Binding views with Anonymous type collection in ASP.NET MVC 
Last updated on: 07 Jun 2016 11:09:33 PM by Sheonarayan | Views: 52932 | Category: ASP.NET MVC |
Votes: 3 | Rating: 4.33 out of 5
In this article, I am going to explain how to bind ASP.NET MVC views with anonymous type collection objects.
Lavishkumar
Profiling your nopCommerce website with MiniProfiler 
Last updated on: 05 Jun 2016 05:48:32 PM by Lavishkumar | Views: 11683 | Category: ASP.NET |
Votes: 2 | Rating: 4.5 out of 5
In this article we will learn about profiling your nopCommerce website with MiniProfiler. Out of the box, nopCommerce comes with MiniProfiler integration. So, in order to start using it, all we need to do is configure it correctly from the administration section. This out of the box integration is quite handy for many developers to see what is causing delay in loading pages.
Aspose
Convert HTML to PDF using Aspose.PDF in ASP.NET MVC 5 
Last updated on: 09 May 2016 04:33:27 AM by Aspose | Views: 28485 | Category: ASP.NET MVC |
Votes: 2 | Rating: 5 out of 5
In this article we will learn how to convert HTML to PDF using Aspose.PDF in ASP.NET MVC 5.
  • Panthmadan
    ASP.NET MVC Authentication (Continuation) 
    Last updated on: 03 May 2016 03:42:33 AM by Panthmadan | Views: 10470 | Category: ASP.NET MVC |
    This article is continuation of one here we will see labs to create a Login screen where a user can enter the ID and Password.
    Questpond
    Learn MSBI Step by Step Part 1 (Installation) 
    Last updated on: 02 May 2016 10:58:53 AM by Questpond | Views: 22101 | Category: Sql Server |
    Votes: 2 | Rating: 5 out of 5
    In this article we will learn SQL Server MSBI Step by step.
    Rajnilari2015
    Computation on DataTable rows with DataTable Compute Method 
    Last updated on: 01 May 2016 03:24:51 AM by Rajnilari2015 | Views: 13498 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    A DataTable is a single in-memory table.It provides various methods out of which one is Compute which evaluates the given expression on the current rows that pass the filter criteria. In this article we will look into various kinds of computation that the Compute method supports.
    Rajnilari2015
    Display Total,Average,Grade and Result of Student 
    Last updated on: 01 May 2016 03:13:04 AM by Rajnilari2015 | Views: 123687 | Category: JavaScript |
    In this article, we will generate the Total,Average,Grade and Result of Student for a particular class using JavaScript and HTML.
    Rajnilari2015
    Create PDF/XPS/Doc/Docx/Html documents with Spire.PDF 
    Last updated on: 01 May 2016 02:14:50 AM by Rajnilari2015 | Views: 5900 | Category: C# |
    In this article, we will create PDF/XPS/Doc/Docx/Html file(s) using Spire.PDF
    Rajnilari2015
    Demonstration of Teams Performance using Pie Chart 
    Last updated on: 01 May 2016 02:09:57 AM by Rajnilari2015 | Views: 3394 | Category: JavaScript |
    Data Visualization is a very important aspect from the view point of an end user since it presents the visual representation of data. It brings clarity in communicating the information to the end users via the graphs, plots, tables, charts etc. It is through the application of proper and effective visualization that help users to analyze and reason about data and evidence which on the other hand brings more data accessibility, understandability and thereby usability leading to make proper strategic decision. In this article, we will look into the Teams Performance using HighChart Chart's Pie Chart.
    Rajnilari2015
    Mathematical Expression Evaluation with NCalc 
    Last updated on: 20 Apr 2016 08:14:44 AM by Rajnilari2015 | Views: 24781 | Category: C# |
    NCalc is a mathematical expressions evaluator in .NET. NCalc can parse almost any mathematical expression and evaluate the result. In this article , we will look into the usage of NCalc with various examples.
    Bsrkvarma
    Populating description fields in Webapi help pages 
    Last updated on: 13 Apr 2016 06:37:53 AM by Bsrkvarma | Views: 6787 | Category: ASP.NET Web API |
    Populating the description fields in WEBAPI help pages is pretty simple most of the times, if the model/contract projects are located in the same WEBAPI project. But we face issues, when the models are located in different projects. I have discussed about one of the work around for such problem in this post..