Archive

Archive for the ‘Programming’ 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#

HTML 5 and CSS 3: The Techniques You’ll Soon Be Using

December 15th, 2011

In this tutorial, we are going to build a blog page using next-generation techniques from HTML 5 and CSS 3. The tutorial aims to demonstrate how we will be building websites when the specifications are finalized and the browser vendors have implemented them. If you already know HTML and CSS, it should be easy to follow along.

Read more…

PHP & MySQL, Programming

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 ,

How to Install SQL Server 2008 – A Step by Step Guide – Part 2 of 2

December 5th, 2011

Welcome back…

STEP 13 : Server Configuration

This step allows you to set up the service accounts that will be used to run SQL Server. If you have created Windows NT or Active Directory accounts for use with services, use these.

Read more…

SQL

How to Install SQL Server 2008 – A Step by Step Guide – Part 1

December 5th, 2011

A Step by Step guide to installing SQL Server 2008 simply and successfully with no prior knowledge

Read more…

SQL

The Best SEO Plugins for WordPress

November 6th, 2011

With more than 120 million blogs in existence, how do people find YOUR content on the Internet? The key starts with great search engine optimization (SEO), which is an art and a science that helps search engines discover your content and understand how relevant it is to specific search queries.

Read more…

SEO ,

Oracle Unveils Oracle® WebLogic Suite 11g

July 13th, 2011

News Facts

As part of today’s Oracle® Fusion Middleware 11g launch, Oracle announced the release of Oracle WebLogic Suite 11g, which includes Oracle WebLogic Server, the world’s highest performance application server, as well as Oracle Coherence, Oracle JRockit, Oracle JDeveloper and Oracle Enterprise Manager.

Read more…

Oracle

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# ,