-
-
0:00
»
C-Sharpcorner Latest Articles
In this article, I try to cover the key principles and the main techniques of exception and error handling with examples in SQL Server, Oracle and Microsoft .NET.
-
0:00
»
C-Sharpcorner Latest Articles
The ListView is a hybrid control between a DataGrid and Repeater that combines the templating of the Repeater and the editing features of the data grid, but doesn't support paging, so the DataPager serves as an external control to provide paging features.
-
0:00
»
C-Sharpcorner Latest Articles
This article is an introduction to graphics programming in XAML and WPF. In this article, I discuss various graphics objects including lines, rectangles, ellipses, and paths and how to draw them using XAML and WPF.
-
-
0:00
»
C-Sharpcorner Latest Articles
This article discusses types of brushes found in WPF and how to use them in your applications.
-
0:00
»
C-Sharpcorner Latest Articles
This article describes how to create a simple arcade game in Silverlight. The article describes how to implement a game loop, render images and shapes, handling keyboard events, and doing simple collision detection
-
0:00
»
C-Sharpcorner Latest Articles
In the previous article "Your first animations using xaml and silverlight - Color animation: Part I", we've exposed a technique of how to deal with color animation. In this article, I will do same thing but with a different animation. I mean the DoubleAnimation class this time.
-
-
0:00
»
C-Sharpcorner Latest Articles
This tutorial shows you how to create and use a Menu control available in Windows Presentation Foundation (WPF).
-
0:00
»
C-Sharpcorner Latest Articles
The code snippet in this article shows how to play sounds in WPF.
-
0:00
»
C-Sharpcorner Latest Articles
In this article, I will give a trick of how to deal with ColorAnimation class within VS2008 and Silverlight context using both xaml and C# 4.0, afterward, and in the two subsequent articles, we’ll focus on the DoubleAnimation and PointAnimation.
-
0:00
»
C-Sharpcorner Latest Articles
In this article, I am going to discuss how to do database connectivity in silverlight using DataGrid.
-
-
0:00
»
C-Sharpcorner Latest Articles
This article discusses how we can transfer items from one ListBox to another in WPF.
-
0:00
»
C-Sharpcorner Latest Articles
State management is the process to maintain state and page information over multiple requests for the same or different pages. State management in Silverlight 2 can be done using the concept of Isolated storage.
-
0:00
»
C-Sharpcorner Latest Articles
In this article I am going to discuss about features and examples of ListView control in ASP.NET 3.5.
-
0:00
»
C-Sharpcorner Latest Articles
This article provides step by step instructions for creating an animated navigation bar in Silverlight.
-
0:00
»
C-Sharpcorner Latest Articles
In this step by step tutorial, I am going to discuss the Login control available in ASP.NET 3.5.
-
-
0:00
»
C-Sharpcorner Latest Articles
This article will step you through developing your first Silverlight application using Visual Studio and Expression Blend. The tutorial goes from installation all the way to the final application to give you a start in this brave new frontier of web technology
-
-
0:00
»
C-Sharpcorner Latest Articles
In this article I will discuss Paging in a Silverlight DataGrid.
-
-
0:00
»
C-Sharpcorner Latest Articles
This article is intended to show the principles and uses of cursors in relational database management systems. We’re going to discuss how cursors are implemented in Microsoft SQL Server and Oracle database and how you can use it in your applications.
-
-
0:00
»
C-Sharpcorner Latest Articles
In this article will show how to perform CRUD (Create, Retrieve, Update, Delete) operations in Silverlight 2 using ADO.NET Data Services.
-
0:00
»
C-Sharpcorner Latest Articles
In this article I will discuss automatic and programmatic sorting in a Silverlight DataGrid.
-
0:00
»
C-Sharpcorner Latest Articles
This article discusses the construction of a generic data access layer built on top of a LINQ to SQL implementation.
-
0:00
»
C-Sharpcorner Latest Articles
This application provides features that will allow Desktop recording, sharing and broadcasting etc easier.
-
0:00
»
C-Sharpcorner Latest Articles
This article shows how to auto create database connection string using INI by C# .
-
0:00
»
C-Sharpcorner Latest Articles
This article shows you how to create and use a ListBox control available in Silverlight 2.0.
-
-
0:00
»
C-Sharpcorner Latest Articles
This article explains how to transfer values between the Parent page and a Pop-up window, how to open on fullscreen a .aspx form and how to deactivate close[x] button with using only a Java Script. The code has been tested against IE7 and Firefox.
-
-
0:00
»
C-Sharpcorner Latest Articles
In this article will show how to perform CRUD (Create, Retrieve, Update, Delete) operations in Silverlight 2 using ADO.NET Data Services.
-
-
0:00
»
C-Sharpcorner Latest Articles
The dot net framework provides us a way to compress and decompress data using the classes under the System.IO.Compression. There are two main classes that perform the job, namely the GZipStream class and the DeflateStream class.
-
0:00
»
C-Sharpcorner Latest Articles
By default, SQL Server 2005 doesn’t allow remote connection so you have to enable it manually. This article shows you how to enable remote connection in your SQL Server 2005.
-
0:00
»
C-Sharpcorner Latest Articles
This article shows you how to fire the click event of a Button control programmatically in Silverlight 2.0.
-
-
3:47
»
C-Sharpcorner Latest Articles
This article tells us that Testing should systematically uncover different classes of errors in a minimum amount of time and with a minimum amount of effort. Because of the fallibility of its human designers and its own abstract, complex nature, software development must be accompanied by quality assurance activities.
-
0:00
»
C-Sharpcorner Latest Articles
This article will just give you the brief idea how to make simple shopping cart with dropdown GridView and data table.
-
0:00
»
C-Sharpcorner Latest Articles
Writing code to enable the controls in your application at the correct times can be difficult and error prone. This article describes a reliable way to code your control enabling.
-
0:00
»
C-Sharpcorner Latest Articles
This article will show how to start, stop and restart the database engine in SQL Server 2005.
-
0:00
»
C-Sharpcorner Latest Articles
This article tells us that Testing should systematically uncover different classes of errors in a minimum amount of time and with a minimum amount of effort. Because of the fallibility of its human designers and its own abstract, complex nature, software development must be accompanied by quality assurance activities.
-
-
0:00
»
C-Sharpcorner Latest Articles
In this article, I will discuss how to access data in Silverlight 2 using a Silverlight Enabled WCF Service.
-
0:00
»
C-Sharpcorner Latest Articles
In this article I will discuss how to bind data to Silverlight controls and access data in Silverlight 2 using WCF Service.
-
0:00
»
C-Sharpcorner Latest Articles
This step by step tutorial shows how to build a class library (DLL) for Silverlight 2.0 using Visual Studio 2008 and C# and how to use it in a client application. First part of this tutorial creates a class library and second part creates a Silverlight Web application that consumes the class library.
-
-
0:00
»
C-Sharpcorner Latest Articles
Each control in WPF has a Tooltip property that can be accessed through XAML or code behind. This article shows how to create a fancy tooltip in XAML and WPF.
-
0:00
»
C-Sharpcorner Latest Articles
This article tells you an additiional way to get reverse processing of array with help of generics and yield.
-
0:00
»
C-Sharpcorner Latest Articles
This article shows how to add additional features which are not available in Windows Taskbar.
-
-
12:05
»
C-Sharpcorner Latest Articles
In this article I will discuss how to use multiple Silverlight controls in aspx page.
-
0:00
»
C-Sharpcorner Latest Articles
In this article, I would like to give you an overview of Database files in SQL Server 2005.
-
0:00
»
C-Sharpcorner Latest Articles
This article shows how to add additional features which are not available in Windows Media Player.
-
-
0:00
»
C-Sharpcorner Latest Articles
Developers have struggled with the power and limitations of SQL. SQL is language oriented to manipulate data set, but enterprise applications always need to implement business logic that goes beyond the reach of SQL. This article is intended to illustrate the main constructs in these database management systems.
-
-
15:43
»
C-Sharpcorner Latest Articles
In this article I will discuss how to navigate and pass values between xaml pages in Silverlight.
-
0:00
»
C-Sharpcorner Latest Articles
This article will show how to use a Silverlight control in ASP.NET 3.5.
-
0:00
»
C-Sharpcorner Latest Articles
In this article, I discuss how to navigate and pass values between XAML pages in Silverlight.
-
-
0:00
»
C-Sharpcorner Latest Articles
This article shall describe an approach that may be used to extract Jar files. Jars are merely files compressed using zip compression; the primary difference between a standard trash zip file and a jar file is that the jar file includes a manifest; also a true jar files can be run as an executable on a machine equipped with the java runtime.
-
-
0:00
»
C-Sharpcorner Latest Articles
This article discusses how to create and use the TabControl available in Silverlight 2.0.
-
0:00
»
C-Sharpcorner Latest Articles
This article will discuss alternative methods for performing cascading deletes using LINQ to SQL. Cascading delete refers to the action of removing records associated by a foreign key relationship to a record that is the target of a deletion action.
-
-
0:00
»
C-Sharpcorner Latest Articles
This article is for those who want to generate documents according to their project as clean and fast as possible.
-
0:00
»
C-Sharpcorner Latest Articles
This article shows how to use animation related controls in XAML to create an animated banner with animations such as gradient colors, text rotation, and resize the banner text.
-
-
0:00
»
C-Sharpcorner Latest Articles
A brief story about using TryParse instead of Convert to make life easy.