Articles (2414) - Page 65

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.
 
Niladri.Biswas
Return an anonymous collection from a method using Expando Object 
Last updated on: 09 May 2013 12:07:30 AM by Niladri.Biswas | Views: 15712 | Category: C# |
In this article we will see how Expando Object class will help us to return an anonymous collection from a method.
Niladri.Biswas
Let us implement PostgreSQL's Overlay function in SQL Server 2012 
Last updated on: 07 May 2013 10:31:24 AM by Niladri.Biswas | Views: 9258 | Category: PostgreSQL |
Votes: 1 | Rating: 4 out of 5
In this article, we will look into the PostgreSQL's "Overlay" function and it's equivalent implementation in Sql Server 2012.
Niladri.Biswas
Let us learn Merge Statement In Oracle 
Last updated on: 07 May 2013 10:28:24 AM by Niladri.Biswas | Views: 5044 | Category: Oracle |
In this article, we will learn Oracle's Merge Statement
Raj.Trivedi
Importing Google Contacts into Asp.Net 
Last updated on: 04 May 2013 02:45:45 PM by Raj.Trivedi | Views: 5895 | Category: ASP.NET |
Hello Team, In this Article we will try to import our Gmail Contacts in a Grid View
Raj.Trivedi
Generating Custom Auto Numbers and Using it in Application 
Last updated on: 04 May 2013 12:26:05 PM by Raj.Trivedi | Views: 28346 | Category: C# |
Hello Team, In this article we will see how we can generate custom Auto Numbers and use it in Application
Prabhat39
Knockoutjs with Asp.net MVC4 
Last updated on: 03 May 2013 06:16:03 AM by Prabhat39 | Views: 11914 | Category: ASP.NET MVC |
Knockout.js - is a popular JavaScript library that allows easy creation of feature-rich applications based on Model-View-View Model (MVVM) pattern: user interface can be bound to a separate existing data model. And any change of the model will result in dynamic refresh of the interface.
Niladri.Biswas
Let us learn PluralizationServices of .NET 4.0 
Last updated on: 03 May 2013 01:30:21 AM by Niladri.Biswas | Views: 9917 | Category: C# |
In this article, we will explore the PluralizationServices of .NET 4.0
  • Adamgorge
    Fundamentals of SQL Trace in SQL Server 2012 
    Last updated on: 02 May 2013 01:56:12 AM by Adamgorge | Views: 7349 | Category: Sql Server |
    Votes: 1 | Rating: 4 out of 5
    An SQL Server trace can be used to record events that you are interested in. You can create trace file and trace table workloads easily using SQL Server Profiler.
    Ankitsrist
    Html Report Using Inline Code 
    Last updated on: 30 Apr 2013 06:34:31 AM by Ankitsrist | Views: 6301 | Category: ASP.NET |
    Votes: 1 | Rating: 4 out of 5
    In this Article lets see how to make Html reports using “Embedded code” or Inline code.
    Niladri.Biswas
    Find the N-th highest salary of employee using LINQ/Lambda. 
    Last updated on: 29 Apr 2013 11:09:38 PM by Niladri.Biswas | Views: 63411 | Category: LINQ |
    Votes: 1 | Rating: 4 out of 5
    In this article, we will find the N-th highest salary of employee using LINQ/Lambda.
    Raj.Trivedi
    Let us learn Basics of Jquery 
    Last updated on: 29 Apr 2013 03:28:59 AM by Raj.Trivedi | Views: 6039 | Category: jQuery |
    Jquery is a powerful technology that is like javascript.The major difference is for a certain method to write i javascript you have to write more code where as in Jquery the code is less and the execution is more powerful.You can even create animations like Flash.
    Prabhukiran345
    XSLT (eXtensible Stylesheet Language Transformations) 
    Last updated on: 25 Apr 2013 06:25:47 AM by Prabhukiran345 | Views: 5795 | Category: XML |
    By completing this article one can know: * What is XSLT * Why XSLT * How to work with XSLT * Advantages of XSLT.
    Prabhukiran345
    KNOW WHAT IS MVC AND DEVELOP A SIMPLE APLICATION 
    Last updated on: 23 Apr 2013 09:50:10 AM by Prabhukiran345 | Views: 7803 | Category: ASP.NET MVC |
    Votes: 1 | Rating: 5 out of 5
    * Introduction To MVC * Why Asp.net MVC over Asp.net Web Forms * MVC Architecture-Overview * MVC Request Life Cycle * Basic Example –Explain
    Raj.Trivedi
    Let us learn to generate PDF using IText Sharp 
    Last updated on: 22 Apr 2013 03:09:44 PM by Raj.Trivedi | Views: 21917 | Category: C# |
    In this article, we will see how to generate PDF using an Open Source Library provided by Itextsharp
    Raj.Trivedi
    Small Project on Accessing Windows System EXE's and any 3rd Pary Softwares through Windows Application 
    Last updated on: 22 Apr 2013 12:39:41 PM by Raj.Trivedi | Views: 5107 | Category: C# |
    Hello Team, In this article we will see how we can call windows exe from Windows Application or any 3rd Party Installed Software on a Button Click