|
|
-
|
|
Type “prop” and press tab 2 times it create property for you just give data type and name of property you would like to create....
|
|
-
|
|
System.Json new namespace available in net 4.5
we can parse json with JsonValue in net 4.5. ...
|
|
-
|
|
The default font for english language in win xp is type-'Tahoma' size-11
The default font for english language in win 7 is type-'Segoe UI' size-12
This will be useful if you came across issues in **UI compatibility** in win7 and win xp.
One solutio...
|
|
-
|
|
Today while I am working on a silverlight project in visual studio 2008, I found that "start debugging" is disabled.
I resolved this issue by setting startup project for solution. ...
|
|
-
|
|
It is simple rule, but maybe some people will find this post useful.
From MSDN: "When a virtual method is called, the actual type that executes the method is not selected until run time. When a constructor
calls a virtual method, it is possible that t...
|
|
-
|
|
While installing a windows service I wrote this command in my installation script (not using the installutil.exe) and used a service user account.
SC.EXE create MyService
binPath= "%CD%\MyService.exe"
start= auto
obj= "domain\Myserviceuser" ...
|
|
-
|
|
I just learn from Dhananjay blog that we can run a C program in visual studio 2008 onward version I am not sure about earlier version we can run or not ? lets try.......
|
|
-
|
|
Step:1 Open Visual Studio 2010.
Step 2 – Go to Tools -> Options -> Text Editor -> All Languages. Then, unchecked the Auto list members check-box.
Thank You
Kirti Darji...
|
|
-
14 Liked
| 11 Learned
| 3 Comments
|
|
Today I just learn from ABHISHEK DEY Post
If you are working with VS 2010 (any Edition) and cannot open your 2010 solution on VS 2008 then just follow these 3 Steps:
For .sln:
1. Open the solution file in your favorite text editor (ex:...
|
|
-
13 Liked
| 11 Learned
| 2 Comments
|
|
Though I know viewstate is vulnerable to security as it reveals sensitive information, I always thought that its reasonably difficult to decode. But i found that decoding viewstate is very much simpler. ASP.NET has a class "LosFormatter", by using which......
|
|