Articles (2414) - Page 24

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
A step by step guide to working with Java(Jdk 8) In Eclipse(Mars) in Windows 8 Platform 
Last updated on: 21 Sep 2015 06:26:19 AM by Rajnilari2015 | Views: 4564 | Category: Others |
Votes: 3 | Rating: 4.33 out of 5
In this step by step article, we will look into how to setup the environment in Eclipse(Mars) and to create a small java application to demonstrate the application development enviornment of Java in the same.
Rajnilari2015
Usage of GSon in Java to Read/Write JSON 
Last updated on: 19 Sep 2015 06:13:19 PM by Rajnilari2015 | Views: 14008 | Category: Others |
Votes: 3 | Rating: 4.67 out of 5
For serializing and deserializing Java objects to and from JSON, we are using GSon (also known as Google Gson) which is an open source Java Library * of Google.In this short article, we will look into as how to perform a simple READ and WRITE operation using GSon.
Rajnilari2015
RollUP function in conjunction with IIF and CHOOSE function of DENALI 
Last updated on: 19 Sep 2015 04:17:16 PM by Rajnilari2015 | Views: 3219 | Category: Sql Server |
Votes: 2 | Rating: 5 out of 5
In SQL Server, if we want to perform the Total and Subtotals inorder to gerenate the reports, we can take the help of the RollUP function.In this short article, we will see the usage of the same in conjunction with IIF and CHOOSE function of DENALI
Ashokst
How to duplicate slides in presentation 
Last updated on: 23 Jul 2015 03:48:14 AM by Ashokst | Views: 8653 | Category: C# |
This article presents how to clone PowerPoint slide within the same presentation or among multiple presentations using Free PowerPoint API in C#.
Sheonarayan
Automatically logout when user is idle for sometime 
Last updated on: 21 Jul 2015 09:48:10 AM by Sheonarayan | Views: 93835 | Category: jQuery |
Votes: 2 | Rating: 5 out of 5
In this article, we shall learn how to automatically logout user when he/she is idle for certain amount of time in the application. To make it efficient and easy, we shall use jQuery to achieve this functionality however it can be done using plane JavaScript as well.
Sheonarayan
Receiving AngularJS $http.post data using Request.Form in asp.net 
Last updated on: 17 Jul 2015 12:25:19 PM by Sheonarayan | Views: 54051 | Category: AngularJS 1x |
Votes: 1 | Rating: 4 out of 5
In this article, we shall learn how to send asynchronous POST request to the server using AngularJS and how retrieve send data on the server.
Sheonarayan
Using Angular $http.put with ASP.NET MVC project 
Last updated on: 13 Jul 2015 11:28:35 PM by Sheonarayan | Views: 15153 | Category: AngularJS 1x |
Votes: 1 | Rating: 5 out of 5
In this article, we shall learn how to use AngularJS $http.put service to send data to ASP.NET MVC project that is not possible by default.
  • Saillesh
    Learn MVC Step by step – Part 1 
    Last updated on: 10 Jul 2015 08:01:29 AM by Saillesh | Views: 30194 | Category: ASP.NET MVC |
    Votes: 2 | Rating: 5 out of 5
    In this article we will learn ASP.NET MVC in step by step manner.
    Sheonarayan
    Changing grid row style based on condition in jQuery 
    Last updated on: 03 Jul 2015 10:16:27 AM by Sheonarayan | Views: 13088 | Category: jQuery |
    Votes: 2 | Rating: 5 out of 5
    In this article, we shall learn how to change the background of the Grid (html table) row based on certain condition from a particular cell of the table.
    Sheonarayan
    Dynamically append data to the grid in ASP.NET with jQuery 
    Last updated on: 01 Jul 2015 04:53:03 AM by Sheonarayan | Views: 158463 | Category: ASP.NET |
    In this article, we shall learn how to dynamically append data to the Grid using ASP.NET and jQuery.
    Sheonarayan
    Loading CSS class names in C# 
    Last updated on: 22 Jun 2015 09:08:11 PM by Sheonarayan | Views: 9690 | Category: C# |
    Votes: 1 | Rating: 5 out of 5
    In this article, we shall learn how to load CSS class names from .css file in the collection with the help of C#.
    Sheonarayan
    How to create multiple sheets into MS Excel programmatically in C#? 
    Last updated on: 05 Jun 2015 05:11:17 AM by Sheonarayan | Views: 11907 | Category: C# |
    In this article, we shall learn how to create multiple sheet into ms excel file programmatically in C#.
    Sheonarayan
    Custom authentication filter in ASP.NET MVC 
    Last updated on: 04 Jun 2015 04:35:23 AM by Sheonarayan | Views: 60923 | Category: ASP.NET MVC |
    Votes: 6 | Rating: 4.67 out of 5
    In this article, we shall learn how to create custom authentication filter in ASP.NET MVC 5+ using built in Authentication filter.
    Sheonarayan
    Working with Roles in ASP.NET Identity for MVC 
    Last updated on: 29 May 2015 05:18:46 AM by Sheonarayan | Views: 382004 | Category: ASP.NET MVC |
    Votes: 7 | Rating: 5 out of 5
    In this article, we are going to learn how to create a role, modify role, delete role and manage a role for a particular user using ASP.NET Identity in ASP.NET MVC. The entire source code can be downloaded from GitHub.
    Sheonarayan
    Progressive (continuous) loading using jQuery 
    Last updated on: 23 May 2015 06:58:58 AM by Sheonarayan | Views: 8562 | Category: jQuery |
    Votes: 2 | Rating: 5 out of 5
    In this article, we are going to learn how to implement progressive loading of content in jQuery. It is also called continuous loading or on demand loading. This is implemented in a scenario, where we have tons of data to display on the page and we do not want to show all at once. As and when use keeps scrolling the page, we keep loading the data from server and showing them.