Sign In
Rahul Soni's blog
Never assume the obvious is true!
RSS Feed
RSS
http://www.dotnetscraps.com/dotnetscraps/
Social Media Sharing
Blog - News
These postings are provided "AS IS" with no warranties, and confers no rights.
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Anika
Articles
ASP.NET 1.x
ASP.NET 2.0
Blogging Tools
Case Study
Debugging
httpModules
IIS
Log Parser
Miscellany
MSIL
Network Monitor
Pages
Performance
Personal
Samples
Social Bookmarking
Tips and Tricks
Troubleshooting
VB6 and VB.NET
Vista
Visual C#
Visual Studio.NET
Windows Live Writer
Archive
Archives
January 2012
(1)
August 2011
(2)
July 2008
(4)
June 2008
(2)
May 2008
(2)
April 2008
(3)
March 2008
(3)
February 2008
(5)
January 2008
(3)
December 2007
(1)
November 2007
(4)
October 2007
(3)
September 2007
(5)
August 2007
(7)
July 2007
(5)
June 2007
(6)
May 2007
(7)
April 2007
(9)
March 2007
(4)
February 2007
(5)
January 2007
(4)
December 2006
(6)
November 2006
(1)
October 2006
(4)
September 2006
(6)
August 2006
(4)
July 2006
(3)
June 2006
(1)
May 2006
(2)
April 2006
(4)
March 2006
(9)
February 2006
(9)
January 2006
(7)
MSDN Blogs
>
Rahul Soni's blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Rahul Soni's blog
Insert Youtube Videos in your blog with FullScreen capability
Posted
15 days ago
by
imRahulSoni
0
Comments
If you like inserting Youtube videos in your blog posts, you might be already aware of Insert Video plugin . This plug-in is great. One shortcoming of this plugin is that when you insert videos using this plugin, the video cannot be run in Full Screen...
Rahul Soni's blog
Get rid of (use Blank ringtone for) Junk calls in Windows Phone 7 or iPhone
Posted
5 months ago
by
imRahulSoni
0
Comments
You can reject the calls with one touch on smart phones, but if you live in a country where you keep getting pesky marketing calls throughout the day, here is what may help you. If you get those Junk calls from a specific number or numbers, save it as...
Rahul Soni's blog
A few free applications for WP7
Posted
6 months ago
by
imRahulSoni
0
Comments
I have been away from this blog for almost 3 years. Time indeed flies! I have thoroughly enjoyed my stint at the PFE team and learnt a lot of stuff. The role has been a lot more customer facing than it was in GTSC. All this while I was blogging at www...
Rahul Soni's blog
ASP.NET:How to write error messages into a text file using a simple httpModule
Posted
over 4 years ago
by
imRahulSoni
0
Comments
In one of my previous posts , I mentioned about how to troubleshoot some issues with the use of a module. In this post, I will show you how a similar module could be of use when you want to log all the errors in a text file for troubleshooting purposes...
Rahul Soni's blog
Logparser Scenario 9:Find out what is the peak time for your IIS Server
Posted
over 4 years ago
by
imRahulSoni
3
Comments
This blog entry is a continuation of the KB Article http://support.microsoft.com/?id=910447 Scenario 9:Find out what is the peak time for your IIS Server How can you find out what is the peak time (peak hour) for your Website using Logparser? Answer:...
Rahul Soni's blog
Run a batch file as a specific User (or Administrator) from ASP.NET...
Posted
over 4 years ago
by
imRahulSoni
3
Comments
...well first of all, I am NOT recommending it, but sometimes it could be necessary! Now, let's proceed to the code... 1. Create a page called RunBatchFile.vb and paste the following... Imports System.Diagnostics Imports System.IO Partial Class RunBatchFile...
Rahul Soni's blog
How to use httpModules to troubleshoot your ASP.NET application
Posted
over 4 years ago
by
imRahulSoni
2
Comments
No matter how many things you keep in mind before developing an application, when once they are put in production... quite often you will see something not behaving the way you expected. Many-a-times, the applications would throw an error which you can...
Rahul Soni's blog
Visual Studio 2008 - More control over Recent Projects list in Start Page
Posted
over 4 years ago
by
imRahulSoni
16
Comments
If you work with a lot of samples, the chances are quite likely that you will end up in a rather dirty list of Recent Projects List in Visual Studio. I'm personally quite nit-picky and I really hate it when I find something like this... Now... I...
Rahul Soni's blog
Why do I like overflow:scroll so much?
Posted
over 4 years ago
by
imRahulSoni
1
Comments
There are times when you want to incorporate a picture, a large piece of code in a limited web space... ex. a blog post which has a lot of <DIV> tags. Now, to crop or resize the picture may not be the option always. I still see a lot posts where...
Rahul Soni's blog
AJAXControl Toolkit issue in VS 2008
Posted
over 4 years ago
by
imRahulSoni
3
Comments
When I tried opening the AjaxControlToolkit.sln by double clicking on it, it was throwing the following error at me... --------------------------- Microsoft Visual Studio --------------------------- The application for project 'H:\Downloads\AjaxControlToolkit...
Rahul Soni's blog
UPDATE> Windows Live Writer plug-ins
Posted
over 4 years ago
by
imRahulSoni
5
Comments
I have found that a couple of my plug-ins, namely Social Bookmarking and Smiley Plugin don’t work as expected in Windows Live Writer’s latest version. If you are encountering any issues and running Vista machine, please try running WLW as an Administrator...
Rahul Soni's blog
We now have a team blog...
Posted
over 4 years ago
by
imRahulSoni
1
Comments
...and I am pretty excited about it! In our team, we deal with a lot of issues with IIS and ASP.NET and have a plenty of folks in our team who blog individually, and do it pretty well. We will continue to have our own blogs, but going forward you will...
Rahul Soni's blog
Logparser Scenario 8:Checking the traffic/requests between a specific client and server
Posted
over 4 years ago
by
imRahulSoni
1
Comments
This blog entry is a continuation of the KB Article http://support.microsoft.com/?id=910447. Scenario 8: Checking the traffic/requests between a specific client and server Why would you do it in the first place? You may want to troubleshoot an authenticate...
Rahul Soni's blog
The case of changing Time Zones in my Windows Mobile
Posted
over 4 years ago
by
imRahulSoni
2
Comments
I joined the Windows Mobile bandwagon pretty late and still getting used to it. No doubt, it is awesome, but it does come with its own set of frills. I realized it when my time zone (Start->Settings->System, Clock & Alarms) always went back...
Rahul Soni's blog
Why am I unable to search for the folder which I know is present (in Vista)?
Posted
over 4 years ago
by
imRahulSoni
0
Comments
Or... what exactly is this "Compatibility Files" folder icon doing in my Windows Explorer?? Jerry's Blog explains this stuff beautifully! So, why am I blogging about this? Well... to cut the long story short, I have lost almost 3 hours yesterday searching...
Rahul Soni's blog
MSIL Trivia - 4 (Spot the difference)
Posted
over 4 years ago
by
imRahulSoni
4
Comments
I have created a very simple C# console application which gives me the following MSIL code when compiled... The next screenshot has almost the same code but with some special difference. Can you tell me what could have caused it and is it good or bad...
Rahul Soni's blog
A sample to help in other samples related DataSource
Posted
over 4 years ago
by
imRahulSoni
1
Comments
There are quite a few times, when I get an issue related with a specific DataControl and I want to bind it to a datasource. All geared up and with full enthusiasm, I start dealing with the issue... and DARN... I find that I did something awfully bad with...
Rahul Soni's blog
Windows Powershell is for Administrators... is it really?
Posted
over 4 years ago
by
imRahulSoni
1
Comments
For those who are unaware, Windows Powershell is a new Windows command line shell with System Administrators being the target audience. That's the reason why I kept myself away from this tool for a pretty long time (I am more of a Developer than an Administrator...
Rahul Soni's blog
Smiley Plugin 2.0 for Windows Live Writer (WLW)
Posted
over 4 years ago
by
imRahulSoni
19
Comments
Smiley Plugin 2.0 is available for Windows Live Writer. Using this plugin you can add smileys from Yahoo, Yahoo Hidden and MSN. The good thing which comes up with version 2.0 of this plugin is that, now... you can add smileys or pictures directly from...
Rahul Soni's blog
MSIL Trivia - 3 (Constructors in .NET)
Posted
over 4 years ago
by
imRahulSoni
1
Comments
Background: Let's write the following code in C# (cons.cs) using C = System.Console; public class X { int i, j; public X() { } public X(int i) ...
Rahul Soni's blog
Error while Publishing from Visual Studio 2005
Posted
over 4 years ago
by
imRahulSoni
2
Comments
Problem Description Issues when you try to Publish your website from Visual Studio 2005. It might happen if you create a File System project called <someName> and while publishing you use the same name in IIS. To reproduce this issue, create...
Rahul Soni's blog
Trading Calculator for my friends :-)
Posted
over 4 years ago
by
imRahulSoni
4
Comments
I am quite new to share market and I see that a lot of my colleagues here use it for investment. With the markets going up and down like crazy, it gives tonnes of opportunities of making your portfolio a bit better over time. I created a small and...
Rahul Soni's blog
MSIL Trivia - 2 (Setters in C#)
Posted
over 4 years ago
by
imRahulSoni
2
Comments
Background: Let's create a setter in C# with a simple getter and setter... using System; class Employee { private string name; public string Name { get ...
Rahul Soni's blog
The F7 and F8 key while you are using command prompt.
Posted
over 4 years ago
by
imRahulSoni
2
Comments
I am sure many of you will be aware of this F7 and F8 keyboard shortcut while working with the plain old command prompt. For those who are not... try this out! F7 - Basically, this would just list the history of commands you have already typed in. You...
Rahul Soni's blog
MSIL Trivia - 1
Posted
over 4 years ago
by
imRahulSoni
1
Comments
Background: If you have multiple Main methods in your C# console application, you will be able to compile the application only if you provide the /main:ClassName on your command prompt. For ex. create a file called SampleMSIL.cs and paste the following...
Page 1 of 6 (139 items)
1
2
3
4
5
»