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]
|
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 )
|
8b93a373-dbbd-470f-8ec0-74abd747aa2c|1|5.0
Tags: Yellow, Blue, Gray color USB 3.0 Ports
USB
by jask2002
28. September 2012 10:52
Time to rollup your sleeves and get ready to dirty your hands with TFS 2012.
[More]
|
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 )
|
872596c8-b8d8-49a9-83e0-1d96768c6ad1|0|.0
Tags:
Windows 2008 | TFS | ALM
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
|
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 )
|
167ad850-a546-4f73-977b-ddf184bdca88|0|.0
Tags: APP Fest
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]
|
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 )
|
cb2590c3-9ab9-46e2-9ebb-19e040ab9f5e|0|.0
Tags: Chart, Asp.Net 4, Programmatic
.Net | C# | ASP.Net
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]
|
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 )
|
f477bc7f-0fc6-4b15-b6ab-65bca344185d|0|.0
Tags: IOException, File in use, used by another process
.Net | C#
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]
|
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 )
|
521d8079-3933-46d6-90ce-9000eb18ea19|0|.0
Tags: Script, Admin, MWA, ADSI, WMI, Programmatic, Sample
IIS 7 | IIS 6
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]
|
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 )
|
91aa462a-08d7-4b33-9004-17e58eabe2c5|0|.0
Tags: Windows 8, Dual Boot, How to
Windows 8 | Windows 7
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]
|
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 )
|
8cf3902b-491b-4c53-acac-accaad66d016|0|.0
Tags: EBooks, Free, Microsoft ASP.NET
.Net | Blog | Ebook
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]
|
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 )
|
12291cd5-294a-4b80-b8eb-c6943b2751eb|0|.0
Tags: Sizeof, Int, Float, 4 Bytes, 8 bytes
.Net | C#
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]
|
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 )
|
0d328d67-325c-40bd-88a4-12f5a76cdba7|1|5.0
Tags: WIndows 8 App Dev
.Net | Windows 8 | App