Articles (2414) - Page 71

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.
 
Bh80prk
How to implement custom httphandlers in C#? 
Last updated on: 28 Dec 2012 10:48:40 AM by Bh80prk | Views: 8015 | Category: C# |
User request application resource available in web server. IIS creates Http pipeline for the request processing.HttpContext contains request and response object. Asp.net provides two ways of injecting pre processor logic in the request pipeline through HttpHandlers and HttpModules.
Intelcorporation
Case Study Soma Games Develops Graphics-rich Game for Ultrabook 
Last updated on: 27 Dec 2012 06:55:58 PM by Intelcorporation | Views: 5254 | Category: Product Reviews |
Votes: 2 | Rating: 4 out of 5
Soma Games recently created the game Wind Up Football for use with Windows 8* and Ultrabook™ systems. The Ultrabook technology allowed the developers to create a game with superior appearance and performance and served to reintroduce the company to the PC gaming space.
Sinisreedhar
Image uploading in to Amazon s3 
Last updated on: 26 Dec 2012 10:00:13 AM by Sinisreedhar | Views: 10423 | Category: C# |
We upload images to Amazon s3 because it serve the uploaded files more efficient content delivery network of Amazon.This article describes on how to upload image file to Amazon s3.
Niladri.Biswas
Let us learn about some Win JS Controls in Windows Metro using HTML, CSS and JavaScript - DAY 2 
Last updated on: 25 Dec 2012 09:09:33 AM by Niladri.Biswas | Views: 9721 | Category: Windows Metro |
In this article we will learn about Rating Control,Flip View Control,Flyout Control,List View Control,Progress Bar Control,Tooltip object,App Bar Control.
Vuyiswamb
Speech Recognition in Kinect 
Last updated on: 22 Dec 2012 03:58:37 AM by Vuyiswamb | Views: 23145 | Category: Kinect |
Votes: 2 | Rating: 5 out of 5
There are few things that I have seen while developing Kinect examples, I wouldn't want to say apps, because I have not yet developed a full-fledged application. Kinect user interface, is different from the traditional user interface, where we will see buttons that needs to be clicked. Using voice you can control or do things that you used to do with a mouse, using hand gesture you can control your application like you used to do with a mouse. In this article i will demonstrate to you, on how you can control your application using voice commands.
Itsmemohanr
How to take backup sql server database through ASP.NET & C#.NET 
Last updated on: 20 Dec 2012 02:16:36 AM by Itsmemohanr | Views: 57168 | Category: ADO.NET |
Votes: 2 | Rating: 5 out of 5
In this article I am going to explain how to take backup of your database from ASP.NET or from C#.NET.
Vuyiswamb
How to Track Skeleton Joins using Kinect 
Last updated on: 18 Dec 2012 02:57:32 AM by Vuyiswamb | Views: 50390 | Category: Kinect |
In this article I will demonstrate to you on how to track the Skeleton in Kinect.
  • Niladri.Biswas
    Basic CRUD operation on Cassandra NoSQL Database using FluentCassandra and C# 
    Last updated on: 15 Dec 2012 11:47:58 PM by Niladri.Biswas | Views: 17938 | Category: NoSql |
    In this article , we will cover as how we can play with Cassandra using Fluent Cassandra using a CRUD example
    Niladri.Biswas
    Basic CRUD operation on Cassandra NoSQL Database using Cassandraemon and C# 
    Last updated on: 15 Dec 2012 09:41:49 PM by Niladri.Biswas | Views: 66414 | Category: NoSql |
    In this article , we will cover as how we can play with Cassandra using Cassandra demon using a CRUD example
    Ambily.Raj
    Debugging an ASP project with C#.Net 1.1 and COM+ using Visual Studio 2003 

    Last updated on: 13 Dec 2012 12:13:04 AM by Ambily.Raj | Views: 12142 | Category: Error and Solution |
    Votes: 1 | Rating: 3 out of 5
    Many times we came across in debugging legacy applications built on ASP and COM. Debugging of legacy applications are error prone and complex.
    Niladri.Biswas
    What is NoSQL? 
    Last updated on: 11 Dec 2012 10:09:03 PM by Niladri.Biswas | Views: 8900 | Category: NoSql |
    In this article we will introduce our self with the basic concept of NoSQL.We will also explore it's categories , benefits etc.
    Nakul.Lande
    What is Extension Methods 
    Last updated on: 11 Dec 2012 10:20:03 AM by Nakul.Lande | Views: 15564 | Category: .NET Framework |
    Extension Methods were first introduced in VB.NET 2008 primarily to support LINQ - Language Integrated Query. But they open up a whole new dimension of programming possibilities by themselves. In this article we will take a look how these extension methods help new age of developer to extend the DLLs and Exes with new functionality like cherry on top
    Saratvaddilli
    Global Variables in SQL Server - Part3 
    Last updated on: 08 Dec 2012 03:56:06 AM by Saratvaddilli | Views: 6723 | Category: Sql Server |
    Let's learn Global Variables in SQL Server.In my last articles we have already learned about Global Variables and we also learned first 20 global variables. This article is in continuation to the Global Variables in Sql Server Part-2
    Saratvaddilli
    Lets Learn WCF from Scratch Part - 1 
    Last updated on: 07 Dec 2012 07:20:54 AM by Saratvaddilli | Views: 13364 | Category: WCF |
    WCF stands for Windows Communication Foundation, is the latest technology that enables communication between applications in the distributed environment. Lets learn how to create , host , consume a WCF service in a series of articles
    Nakul.Lande
    Class Association, Aggregation and Composition 
    Last updated on: 06 Dec 2012 08:46:31 AM by Nakul.Lande | Views: 53108 | Category: .NET Framework |
    In this article, we will try to understand three important concepts: association, aggregation, and composition. We will also try to understand in what kind of scenarios we need them. These three concepts have really confused a lot of developers and in this article; my attempt would be to present the concepts in a simplified manner with some real world examples.