Share Point Designer Work Flow: Part IV
In this article I am explaining, how to update a list item using share point designer.
Categories: Communities
Singleton Design Pattern in C#
Design Patterns provide solutions to common recurring problems. Design patterns can be classified as creational, structural or behavioral .Singleton and Factory patterns are two of the creational pattern.Here we will discuss these two patterns.
Categories: Communities
Performance Tuning - Top to Bottom - Visual Studio .NET
Here are some top to bottom performance tuning when building applications using Visual Studio .NET.
Categories: Communities
Understanding Frames
Frames allow you to divide the page into several rectangular areas and to display a separate document in each rectangle.
Categories: Communities
Error Provider in C#
ErrorProvider control is used to notify users about input required fields on a Form and related message. This article demonstrates how to use an Error Provider control in C#.
Categories: Communities
How-to store FastReport.NET report templates in database
Some applications require the storing of report templates in a database. This simplifies template support - all reports are stored in one place, and allows to differentiate the access rights to different templates. I noted only one shortcoming of this technique - slight complication of the code in the client application.
Categories: Communities
How to use GraphicsAdapter in XNA
In this article I will show you how to use GraphicsAdapter.
Categories: Communities
How to use CullMode in XNA
In this article you will learn how to use CullMode in XNA
Categories: Communities
Parallel Computing – Visual Studio 2010 - .NET 4.0
Microsoft's Visual Studio 2010 & .NET Framework 4 provided a way to achieve this by using the Parallel Library and Parallel LINQ in it.
Categories: Communities
Managed C++ Dll call From Unmanaged C# Application
Here you see the steps, how you use a simple C++ dll in C# in .net frame work 4.
Categories: Communities
Silverlight Invaders - Designing Games in Silverlight 4.0 Part I
Silverlight Invaders is based on the classic space invaders game. This article will step you through some of the techniques for creating a 2D first person shooter game using Silverlight 4.0
Categories: Communities
PictureBox in C#
PictureBox control is used to display images in Windows Forms. In this article, I will discuss how to use a PictureBox control to display images in Windows Forms applications.
Categories: Communities
Convert Word to other formats
This code snippet shows how to convert a Microsoft Word document to other document formats such HTML, Rich Text Format (RTF), Text, or XML.
Categories: Communities
Bind Countries to a DropDownList in ASP.NET
How to get list of all countries and bind to a dropdown list in ASP.NET.
Categories: Communities
Export DataGridView to Excel in C#
This code example demonstrates how to export data from a DataGridView control to an Excel document using C#.
Categories: Communities
Consuming URL Shortening Services - Introduction
This is the first article of our series that talks about accessing URL shortening services programmatically. Here we introduce new concepts like the REST API. We also have a brief discussion of URL shortening services APIs and how you can access them.
In addition, we are going to talk about .NET support for the REST API and tools and techniques available that would help us during our journey through the API.
A working example built using C# and WinForms is available at the end of this article.
This article is the base for all other articles. Articles other than this discuss specific services and their APIs. We will make use of code and techniques discussed here throughout the rest of articles.
Categories: Communities
Insert Picture with hyperlink in word file using C#
Here you can learn how to add picture with hyperlink in word file using C#.
Categories: Communities
C# DateTimePicker Control
A DateTimePicker control allows users to select a date and time in Windows Forms applications. In this tutorial, we will see how to create a DateTimePicker control at design-time as well as at run-time, set its properties and call its methods.
Categories: Communities
VS 2010 Deployment (Package, One click deploy and Web.config transformation)
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
VS 2010 Deployment (Package, One click deploy and Web.config transformation)
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