Archive

Archive for the ‘C#’ Category

C# 5.0 vNext – New Asynchronous Pattern

December 16th, 2011

Introduction

Hi! As of a recent buzz around the community, after the introduction of the C# vNext in the world of .NET languages, (more precisely on C# and VB.NET) its time to let you through and understand how the features are working in current scenario. Well, it is true a large mass of people is writing about it but believe me, I didn’t saw any which gives you the full example under one shot. Hence, I thought I might give it a try. In this post I will try to cover most of the bits related with Async programming model and also to give you a chance to understand the concept and give feedback on the same.

Read more…

C# ,

C# 4.0 Features

December 16th, 2011

C# is a language we work on regularly, it is a language that we love the most. It is always good to see updates to such a lovely language which is very common to most of us. C# 4.0 after its release, comes with certain features that I think would love to know about. In this article I have discussed these common facts on C# 4.0 updates which you might find interesting. Read more…

C#

Ajax Control Toolkit

December 15th, 2011

The Ajax Control Toolkit contains a rich set of controls that you can use to build highly responsive and interactive Ajax-enabled Web applications. The Ajax Control Toolkit contains more than 40 controls, including the AutoComplete, CollapsiblePanel, ColorPicker, MaskedEdit, Calendar, Accordion, HTML Editor Extender, and Watermark controls. Using the Ajax Control Toolkit, you can build Ajax-enabled ASP.NET Web Forms applications by dragging-and-dropping Toolkit controls from the Visual Studio Toolbox onto an ASP.NET Web Forms page.

Read more…

C#, Programming ,

Insert, Update & Delete in LINQ to SQL

June 12th, 2011

As you know, we can make queries among collection based objects in .NET environment with the language integrated queries named LINQ. The main purpose of these queries is to simplify the complicated processes by writing simple Select queries just as in T-SQL; instead of using foreach loops and if-else control structures. The main issue point of LINQ is to provide making simple and practical queries among enormous and complicated data objects (entity objects) in an application and to reduce one of the heavy weights of the software developers in extended projects.

Read more…

C# , ,

Install and Setup Guide for Visual Studio

June 8th, 2011

Hi everyone. I have been spending the day working with Ext.Net and so far I am loving it. I have been looking for something like this for over a year now and am excited to get started with it.

Read more…

C# ,

Create a self signed SSL Certificate

June 8th, 2011

The steps below ouline how to create a self signed cert for use on your local development machine.  This will allow you to run local sites under HTTPS for testing purposes.

Read more…

C# ,

.NET 4.0 and the Future of Windows Programming

January 17th, 2011

When a company like Microsoft talks about the future of computing, you can expect a fair bit of self-serving market positioning – public software companies need to be careful to sell a vision of the future that doesn’t jeopardize today’s revenue streams. But, when a company like Microsoft releases a new version of its fundamental development framework – .NET, in this case – you can see more clearly the company’s technical vision for the future of computing.

Read more…

C#

Visual Studio 2010 and .NET Framework 4 Training Course and Video Tutorials Link Mediafire

January 15th, 2011

Visual Studio 2010 and .NET Framework 4 Training Course and Video Tutorials | 8.23 GB

The Visual Studio 2010 and .NET Framework 4 Training Course includes videos and hands-on-labs designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including: C# 4.0, Visual Basic 10, F#, Parallel Computing Platform, WCF, WF, WPF, ASP.NET AJAX 4.0, ASP.NET MVC Dynamic Data.

Read more…

C#

Using AJAX Control Toolkit Controls and Control Extenders (C#)

August 25th, 2010

An AJAX Control Toolkit control works just like a normal ASP.NET control. You can drag the control from the toolbox onto an ASP.NET page. You can add the control to the page in either Design view or Source view.

Read more…

C#

Get Started with the AJAX Control Toolkit (C#)

August 25th, 2010

The AJAX Control Toolkit contains more than 30 free controls that you can use in your ASP.NET applications. In this tutorial, you learn how to download the AJAX Control Toolkit and add the toolkit controls to your Visual Studio/Visual Web Developer Express toolbox. Read more…

C#