Skip to content

Communities

VS 2010 Deployment (Package, One click deploy and Web.config transformation)

C-Sharpcorner - Latest Articles - Mon, 08/23/2010 - 12:20
In this article we will discuss about 3 important features provided by VS 2010 to ease our deployment task on production and other environment. We will first start with understanding problems with deployment and then move ahead by creating packages , one click deploy and web.config transformation.
Categories: Communities

How to: Implement UPSERT () Method in C#

C-Sharpcorner - Latest Articles - Mon, 08/23/2010 - 08:24
In this article you will learn how to Implement UPSERT () Method in C#.
Categories: Communities

Expand and Load: Fetching related entities in WCF Data Service

C-Sharpcorner - Latest Articles - Mon, 08/23/2010 - 08:12
In this post, I will show you how to retrieve data from related entities in WCF Data Service.
Categories: Communities

Disable a submit button during Post Back

C-Sharpcorner - Latest Articles - Mon, 08/23/2010 - 07:25
This article will help you with a small sample. You can restrict multiple button submission by using method ClientScript.GetPostBackEventReference (for more information, please Bing/Google).
Categories: Communities

How you make a dll file which contains the icon set like "SHELL32.dll"

C-Sharpcorner - Latest Articles - Mon, 08/23/2010 - 06:21
Here I describe how you make a dll file which contains the icon set like "SHELL32.dll".
Categories: Communities

ADO .NET Evolution: Part I: 2-Tier to 3-Tier

C-Sharpcorner - Latest Articles - Mon, 08/23/2010 - 05:37
This article will guide you to migrate your application from 2-Tier architecture (was possible in VB6.0, .net 1.0/1.1) to the most advance Data Access methodology available in .Net 4.0.
Categories: Communities

ADO .NET Evolution: Part-I: 2-Tire to 3-Tire

C-Sharpcorner - Latest Articles - Mon, 08/23/2010 - 05:37
This article will guide you to migrate your application from 2-Tire architecture (was possible in VB6.0, .net 1.0/1.1) to the most advance Data Access methodology available in .Net 4.0.
Categories: Communities

Dependency properties in Silverlight

DotNetSlackers Latest ASP.NET Articles - Mon, 08/23/2010 - 01:00
This article is taken from the book Silverlight in Action, Revised Edition. The author discusses dependency properties, which can be data bound, the target of an animation, or set by a style. He also shows how an object can be bound to elements within a DependencyObject.

Categories: Communities

Substring in C#

C-Sharpcorner - Latest Articles - Sun, 08/22/2010 - 16:35
How to get a substring from a string in C#.
Categories: Communities

Split String in C#

C-Sharpcorner - Latest Articles - Sun, 08/22/2010 - 16:22
How to split string in C#.
Categories: Communities

Help Technique in Web applications

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 20:20
Help is a most important part our web applications, as mostly we don't notice it, but sometimes is plays a very big role for saving our time and work.
Categories: Communities

How to use google ajax search api to embed video searh in web application:

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 16:22
Google has launched Ajax API for different purposes “video search” is one of them. Many user's gets confused all about it many times how to get google key, how to embed video search in web application. So here I am explaining how to use video search in web application.
Categories: Communities

Padding Strings in C#

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 15:19
This code snippet shows how to pad strings in C#.
Categories: Communities

Padding Strings in C#

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 15:19
This code snippet shows how to pad strings in C#.
Categories: Communities

Trim String in C#

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 15:18
This code snippet shows how to trim a string in C#.
Categories: Communities

Format String in C#

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 15:16
This code snippet shows how to format strings in C#.
Categories: Communities

Format String in C#

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 15:16
This code snippet shows how to format strings in C#.
Categories: Communities

Uppercase and Lowercase Strings in C#

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 15:14
This code snippet shows how to make a string uppercase and lowercase using String class methods.
Categories: Communities

Add, Remove, Replace Strings in C#

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 15:12
This code snippet shows how to add, remove and replace strings in C#.
Categories: Communities

Copy and Concatenate String in C#

C-Sharpcorner - Latest Articles - Sat, 08/21/2010 - 15:08
This code snippet shows how to copy and concatenate strings in C#.
Categories: Communities