Articles (2414) - Page 76

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.
 
Vishvvas
Change Tracking (CT) vs. Change Data Capture (CDC) in SQL server 2008 
Last updated on: 30 Jul 2012 05:28:46 AM by Vishvvas | Views: 16365 | Category: Sql Server |
Votes: 1 | Rating: 5 out of 5
This article explores differences in the features (of SQL server 2008 and higher) of providing tracking and auditing abilities i.e. the change tracking (CT) and data capture (CDC) abilities.
Vishvvas
Change Tracking aka CT in SQL server 2008 R2 
Last updated on: 30 Jul 2012 04:40:21 AM by Vishvvas | Views: 13832 | Category: Sql Server |
This article explores one of the features (of SQL server 2008 and higher) of providing the change tracking abilities i.e. what data has changed.
Vuyiswamb
Introduction to Razor 
Last updated on: 29 Jul 2012 03:27:17 PM by Vuyiswamb | Views: 11777 | Category: HTML 5 |
Votes: 1 | Rating: 5 out of 5
In this Article you will learn the Basics of Razor and How to use it
Nakul.Lande
REST service call using OAuth 1.0 Authorization with RSA-SHA1 
Last updated on: 27 Jul 2012 01:57:28 PM by Nakul.Lande | Views: 18542 | Category: C# |
Votes: 3 | Rating: 4.67 out of 5
Hi guys... Given below is the complete working code to call REST based web service using OAuth 1.0 authorization with RSA-SHA1 cryptography. The code actually contains 2 class file. Both these classes are given below. simply copy paste this in your solution and make neccessery changes as per your convenience and you are good to go.
San.Pblr.Gct
Merging 2 datatable columns and bind to control 
Last updated on: 27 Jul 2012 10:58:03 AM by San.Pblr.Gct | Views: 8650 | Category: .NET Framework |
In this article, let us see how to bind a combobox with different columns from different datatables. eg. I have a datatable “Server” with columns server and database. Another datatable “server1” with columns servername and database name. Now I want to display all the values in the server and server name columns into a single combobox.
San.Pblr.Gct
Previewing image in ASP.NET image control 
Last updated on: 26 Jul 2012 06:48:41 AM by San.Pblr.Gct | Views: 14437 | Category: ASP.NET |
Recently , there are so many people asking in forums, how to preview the uploaded image, before saving it to database. In this article, let us see how to preview the uploaded image in ASP.NET before saving it to database. Also this will explain how to feed byte array into an image control. We are going to achieve this using IhttpHandler
Niladri.Biswas
Let us learn Factory Pattern 
Last updated on: 20 Jul 2012 10:40:32 PM by Niladri.Biswas | Views: 9127 | Category: Design Pattern & Practices |
Votes: 1 | Rating: 5 out of 5
In this article we will learn about Factory Pattern and it's implementation
  • Niladri.Biswas
    Let us learn Template Design Pattern 
    Last updated on: 18 Jul 2012 11:39:03 PM by Niladri.Biswas | Views: 9861 | Category: Design Pattern & Practices |
    Votes: 3 | Rating: 5 out of 5
    In this article we will learn the Template Design pattern with a real time example
    Niladri.Biswas
    Let us learn Chain of Responsibility Design Pattern 
    Last updated on: 18 Jul 2012 11:38:12 PM by Niladri.Biswas | Views: 9233 | Category: Design Pattern & Practices |
    Votes: 1 | Rating: 5 out of 5
    In this article we will learn the Chain of Responsibility Design pattern with an example
    Vishvvas
    CDC in SQL server 2008 R2 (Part II) 
    Last updated on: 18 Jul 2012 12:45:00 AM by Vishvvas | Views: 10224 | Category: Sql Server |
    Votes: 1 | Rating: 5 out of 5
    This article (Part II) discusses the intrinsic of CDC as one of the feature (of SQL server 2008 and higher) for providing the data auditing abilities
    Dotnetrajanikanth
    Return Multiple Values(or Objects) in VB.NET 
    Last updated on: 17 Jul 2012 04:17:59 AM by Dotnetrajanikanth | Views: 13654 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Here we will learn how we can return(get) multiple values or objects from a subroutine(I know that subroutine wont return any value) in VB.net code. This functionality is available in C# as IN and OUT parameters.
    Niladri.Biswas
    10 reasons for which we should learn and use Row_Number Function of Sql Server 2005. 
    Last updated on: 15 Jul 2012 01:55:17 AM by Niladri.Biswas | Views: 13810 | Category: Sql Server |
    Votes: 3 | Rating: 4.33 out of 5
    In this tutorial, we will see as how to use Row_Number function with lots of practicals.
    Vishvvas
    CDC in SQL server 2008 R2 (Part I) 
    Last updated on: 14 Jul 2012 06:47:04 AM by Vishvvas | Views: 25203 | Category: Sql Server |
    Votes: 1 | Rating: 5 out of 5
    This article (Part I) explores one of the feature (of SQL server 2008 and higher) of providing the auditing abilities i.e. CDC – Change Data Capture. We will discuss the intrinsic of CDC in Part II.
    Dotnetrajanikanth
    Creating a circle with CSS 
    Last updated on: 13 Jul 2012 08:19:23 AM by Dotnetrajanikanth | Views: 12209 | Category: CSS 3 |
    Votes: 1 | Rating: 5 out of 5
    Here i am going to teach you a very nice and cool css effect. Creating circles with css. Is it that amazing. I have tested it in mozilla firefox and chrome browsers. and it works fine.
    Stevnetk
    How can I use a HTML to PDF .NET Library from a C++ Native Windows Application 
    Last updated on: 06 Jul 2012 10:51:07 AM by Stevnetk | Views: 7899 | Category: C# |
    There are 2 possible approaches to use the html to pdf converter in a non .NET application, assuming you have a Windows server which are discussed in this article.