I wish a Very Happy New Year 2009 to all the readers of http://tutorials.indianjobs.co.in !!! May this coming new year will bring you success, joy and a great future ahead. Cheers ~Brij Mohan...
Wednesday, 31 December 2008
Thursday, 25 December 2008
Microsoft launches DreamSpark: Indian students get access to technical software at no charge
- Access to software developer and designer tools to students at no charge - DreamSpark includes: o Visual Studio 2005/2008 Professional Edition, o Expression Studio (includes Web, Blend, Media and Design), o SQL Server 2005 Express, SQL Server 2005 Developer Edition, o Windows Server 2008 Standard Edition, o XNA Game Studio 2.0 and o 12-month trial academic subscription to...
Thursday, 4 December 2008
CSS Browser Selector
While designing the webpage we often struggle to maintain the consistency of our site across different browsers. To achieve this we use different browser hacks. But again that ends up with making our programming more complicated. In this post I am going to give you the link of a JavaScript using which you just need to know basics of CSS. CSS Browser Selector is a very small JavaScript with just...
Friday, 21 November 2008
LINQ to XML and LINQ to Objects Basic Sample
In this post I will show how to use LINQ to XML and LINQ to Objects, very basic example with sample code. First I have created a XML file which contains the Customer Details, as given below <?xml version="1.0" encoding="utf-8" ?> <customers> <customer>...
Monday, 10 November 2008
uCertify - The fastest way to IT Certification
This is one of the best Preparation Kit for exam 70-528 I found in the market, equipped with all the tools which candidate needs.I was just thinking where I can say this needs improvement, so I went through entire test from all the different test modes, instead I discovered lot more good things, like this not only provided good explanation of the correct as well as incorrect answers but also I found...
Saturday, 1 November 2008
TwoSelect User Control, Moving Items between ListBox Controls - Part 2
As I promised in this post I am showing you how to implement TwoSelect Control, which I created in my Previous Post You can download the Complete Source with implementation from here In this post to get the Available Users and Added Users I am fetching from DataBase using LINQ to SQL, but you can...
Friday, 31 October 2008
.NET Framework 4 Poster
First of all welcome guys to .NET 4.0.This a very cool poster that shows off the new stuff in .NET Framework 3.5 SP1 and .NET Framework 4.Here is the DeepZoom version! (use your mouse wheel or click and control-click to zoom in and out) Download the .NET Framework 4 Poster PDF for high quality printing....
Sunday, 26 October 2008
TwoSelect User Control, Moving Items between ListBox Controls - Part 1
This post will show you how to create TwoSelect User control, basically this control can be used in the scenario where you want to add Users to selected Group. Left side of the ListBox will contain the users which is not present in the group and right side of the ListBox contains the list of users already...