What’s in color: Yellow, Blue , Gray color USB Ports on Lenovo

by jask2002 2. October 2012 06:33
I recently got Lenovo X220 laptop . I always kept wondering about the different colors of USB ports it supplied. What does each color signifies ?

Once I found out meaning for each port color. Thought it would be worth sharing with you :

[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

USB

TFS/ALM 2012 Virtual Machine (Hands-Lab) Download

by jask2002 28. September 2012 10:52
Time to rollup your sleeves and get ready to dirty your hands with TFS 2012. [More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags:

Windows 2008 | TFS | ALM

See you tomorrow at Bangalore App Fest

by jask2002 20. September 2012 08:07
If you are participating in Microsoft App Fest I would like to meet you in person. Venue: KPTO , WhiteField , Bangalore An Official attempt to make Guinness World Record Started making waves http://www.business-standard.com/india/news/microsoft-eyes-guinness-record-for-its-bangalore-coding-marathon/187700/on

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags:

ASP.NET 4 – Exploring the inbuilt Chart Control in VS 2010

by jask2002 28. August 2012 23:53
ASP.NET 4 introduces the inbuilt charting controls for the Web Forms with Visual Studio 2010. These controls were available as a separate download and can be used with Visual Studio 2008.

Here are the steps to add the chart to your application:


Add the Chart control to you page The Chart control is available under the Toolbox -> Data.

[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

.Net | C# | ASP.Net

To check whether a file is in use or not in .Net program

by jask2002 27. August 2012 23:11
As the saying goes, Prevention is better than cure. It is always better to check whether file is in use before doing any file operation on it to avoid any unexpected IOException during the runtime.

Exception in question

System.IO.IOException: The process cannot access the file 'C:\Inetpub\XXX.jpg' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights,…)
at System.IO.FileStream..ctor(String path, FileMode mode)



Here is simple code

[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

.Net | C#

Samples for Programmatically Accessing / Scripting /Automation of Administrative Tasks in IIS

by jask2002 26. August 2012 21:56
Sometime back I reviewed the few of the sample for automating task in IIS (6, 7.x) using MWA, WMI , ADSI. You can download the sample code (c#, vb.net)

Admin IIS7.x using MWA (C#)
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , , , , ,

IIS 7 | IIS 6

Creating a Dual boot Window 7 and Windows 8 on my Dell laptop

by jask2002 24. August 2012 09:05
Today I decided to install Windows 8 (Release Preview) as the secondary OS option on my home laptop which is up and running with Windows 7 Ultimate .

My Requirement : I want to have dual boot on the same box. So Windows 7 is installed on C:\ for Windows 8 I want to install it on G:\ drive. (I already have partition created earlier C: , D:, F: , G:)

Steps to create Dual boot :

[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

Windows 8 | Windows 7

Free E-Book Gallery for Microsoft Technologies ASP.NET, Office, SQL Server, Windows Azure, SharePoint Server

by jask2002 20. August 2012 01:49
You can download (either in EPUB | MOBI | PDF format )existing and new content for ASP.NET, Office, SQL Server, Windows Azure, SharePoint Server and other Microsoft technologies in e-book formats. All the e-books are free. [More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , ,

.Net | Blog | Ebook

Revisit C# Language Fundamentals : Size of (intrinsic types i.e Int,Float …) objects

by jask2002 18. August 2012 13:31
C# has sizeof operator which is used to obtain the size in bytes for a value type and not of reference type

// cs_operator_sizeof.cs
// compile with: /unsafe

// Using the sizeof operator
using System;
class SizeClass
{
[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags: , , , ,

.Net | C#

Want to be part of a Guinness world record? Join the Windows 8 AppFest in Bangalore on September 21-22

by jask2002 18. August 2012 12:39
The world’s largest Software Jam – the Windows 8 AppFest - is coming to Bangalore India on September 21 – 22

· 5,000 developers

· 24 hours

· 1500 apps

[More]

PayPal — The safer, easier way to pay online. Has this post helped you? Saved you? If you'd like to show your appreciation. Please buy me a coffee or make a small contribution toward blog's maintenance(to keep it Ads free )

Tags:

.Net | Windows 8 | App

About me

Hi there,

My name is  Jas and I'm currently working with Microsoft IIS/ASP.Net Escalation services.

Tag cloud

Month List

RecentComments

Comment RSS
 

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.