Sign In
Sujit's .NET and Windows Ramblings
Thoughts and experiences from an avid .NET developer
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
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
.NET
ASP.NET
Azure
BASIC
Cloud
IIS6
IIS7
Mac
Microsoft
OSX
Outlook
Vista
WCF
WF
Windows7
Archive
Archives
June 2009
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
January 2009
(1)
November 2008
(3)
August 2008
(1)
February 2008
(4)
November 2007
(1)
February 2007
(1)
MSDN Blogs
>
Sujit's .NET and Windows Ramblings
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sujit's .NET and Windows Ramblings
.NET on a Mac
Posted
over 3 years ago
by
sujitdmello
3
Comments
I had the need to write some code on my Mac (actually I was too lazy to open up the Win7 laptop) and being that I did not want to torture myself by writing it in Xcode, I decided to try the Mono project and write the code in C# instead. I haven't looked...
Sujit's .NET and Windows Ramblings
Setting client behaviors on a MEX connection
Posted
over 3 years ago
by
sujitdmello
2
Comments
Most WCF developers will use MEX at some point in their projects. It is a convenient way to expose and consume metadata about your WCF service. Normally you can use the built-in MetadataExchangeClient class which was made specifically for consuming a...
Sujit's .NET and Windows Ramblings
Small Basic - Programming for the youth
Posted
over 3 years ago
by
sujitdmello
1
Comments
Just came across this nice little nugget from the Microsoft DevLabs. They have a new programming language called Small Basic which is a simplified set of the traditional BASIC language. They have even created a stripped down IDE which is simple to use...
Sujit's .NET and Windows Ramblings
Microsoft Tag!
Posted
over 3 years ago
by
sujitdmello
1
Comments
Just stumbled across this neat new free offering called Microsoft Tag which allows you to give users with camera-enabled phones quick access to detailed information directly on thier mobile phone. You create a tag like the one below and then put it on...
Sujit's .NET and Windows Ramblings
Windows 7 Beta on a Mac Mini
Posted
over 3 years ago
by
sujitdmello
0
Comments
I have a Mac Mini at home which I use from time-to-time for doing some development on OSX. I also have Ubuntu Linux on another box for that matter, but that's a story for another day! I decided to setup the beta of Windows 7 on the Mac Mini just to do...
Sujit's .NET and Windows Ramblings
Outlook 2007 Search Issue
Posted
over 4 years ago
by
sujitdmello
1
Comments
If you use Outlook 2007 as much as I do then you probably have a gazillion emails across 4 - 5 email accounts so the Outlook search feature is something you might use pretty often. This feature works really well but every now and then I won't find what...
Sujit's .NET and Windows Ramblings
Windows Azure Presentation at NJ Microsoft Developers User Group
Posted
over 4 years ago
by
sujitdmello
3
Comments
Did a presentation of the new Windows Azure cloud computing service at the November 2008 meeting of the NJ Microsoft Developers User Group in Iselin, NJ. My esteemed collegue Dmitry Lyalin also did a session on Live Mesh . Got a lot of good feedback...
Sujit's .NET and Windows Ramblings
Garbled sound with SoundMax chip and Windows 7
Posted
over 4 years ago
by
sujitdmello
1
Comments
If you are experiencing garbled with the sound in Windows 7 on motherboards with the built-in SoundMax chip, try downloading the drivers here: http://neosmart.net/blog/2006/vista-sound-drivers/ First un-install the existing SoundMax drivers (that were...
Sujit's .NET and Windows Ramblings
Checking if an ASP.NET application is protected with a client certificate
Posted
over 4 years ago
by
sujitdmello
0
Comments
Recently I had to write a peice of ASP.NET code that would check if the current IIS application is protected by a client certificate. The reason for this check is to do some conditional logic in the application that would bypass certain custom authentication...
Sujit's .NET and Windows Ramblings
*.AXD and HTTP 404 Errors
Posted
over 4 years ago
by
sujitdmello
0
Comments
With all the AJAX development going on these days, one problem you are bound to hit is the dreaded 'File not found (404)' error when the browser makes a GET request for the WebResource.axd file. The problem here is that the WebResource.axd is a virtual...
Sujit's .NET and Windows Ramblings
Remote Desktop with Vista SP1
Posted
over 4 years ago
by
sujitdmello
0
Comments
If you use remote desktop a lot, here is a tip that will save you lots of frustration. Most of us like to connect to the Console instance when connecting to a remote server. We normally use a command like: mstsc /console But if have Windows Vista...
Sujit's .NET and Windows Ramblings
Slow localhost connections in WCF
Posted
over 4 years ago
by
sujitdmello
0
Comments
I do a lot of WCF development on my laptop and I noticed that connections to my test services on my laptop were suddenly taking a really long time to execute. Further review showed that it was the initial connection which was taking up all this time ...
Sujit's .NET and Windows Ramblings
Accessing a WCF service and seeing the SVC file instead?
Posted
over 4 years ago
by
sujitdmello
0
Comments
At least 3 developers have approached me recently with a very common issue when hosting a service via WCF. They follow all the steps in the sample to get the simple 'Hello World' service working – but when they browse to the SVC file to view the Contract...
Sujit's .NET and Windows Ramblings
ASP.NET and WorkerThreads – Interesting performance tweaks
Posted
over 5 years ago
by
sujitdmello
0
Comments
As most of you know, the ASP.NET runtime in IIS6.0 uses threads from the CLR ThreadPool in order to process requests. As requests come into IIS, they are dispatched via the ThreadPool.QueueUserWorkItem static method which basically queues the unit of...
Sujit's .NET and Windows Ramblings
SqlTrackingService performance when used with short transactions
Posted
over 5 years ago
by
sujitdmello
0
Comments
If you develop programs using Windows Workflow (WF) it is very common to use the Tracking service which automatically tracks activities – specifically the SqlTrackingService which logs all of this into a nice little database. However there is one issue...
Page 1 of 1 (15 items)