Sign In
Adarsh's blog
Network programing and unified communications.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
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 Frameworks 2.0
FtpWebRequest
General
HttpWebRequest
Net class library
Pages
SIP
Software Testing
SSL
UC
UCMA
Archive
Archives
April 2009
(1)
February 2009
(1)
October 2008
(1)
March 2008
(1)
June 2007
(2)
April 2007
(1)
March 2007
(1)
April 2006
(1)
December 2005
(1)
November 2005
(1)
August 2005
(1)
July 2005
(1)
May 2005
(1)
April 2005
(1)
March 2005
(1)
February 2005
(2)
January 2005
(3)
December 2004
(3)
November 2004
(3)
October 2004
(2)
September 2004
(3)
August 2004
(2)
July 2004
(1)
MSDN Blogs
>
Adarsh's blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Adarsh's blog
Blogs/Forum related to UC developer platform and UCMA
Posted
over 3 years ago
by
adarshk
1
Comments
As UC platform is gaining momentum among developers, here are some resources about the blogs/forums related to UC platform in general. They also contain lot of information in particular about writing UCMA 2.0 applications. Unified Communications Development...
Adarsh's blog
Office Communication Server 2007 R2 launch and UCMA 2.0 SDK
Posted
over 3 years ago
by
adarshk
2
Comments
I was waiting since long time for the launch event of OCS-2007, finally the launch day is arrived. Tomorrow 9:30 am you can join the virtual launch event. http://www.microsoft.com/communicationsserver/r2-virtual-launch/event/ I am specifically...
Adarsh's blog
PDC 2008 - Sessions for Unified Communications Platform
Posted
over 4 years ago
by
adarshk
1
Comments
Since long time I was waiting for this exciting moment, when we will be telling our customers about the new exciting rich developer platform for Unified Communications world. Which will allow new wide range of rich applications with build in communication...
Adarsh's blog
Developer forum for UCMA API
Posted
over 4 years ago
by
adarshk
1
Comments
If you are UCMA API user, then you would like the msdn developer forum specific to Unified Communications Managed SDK. You can post all your UCMA API related questions on this forum http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1891&SiteID...
Adarsh's blog
MSDN Webcast: UCMA API
Posted
over 5 years ago
by
adarshk
2
Comments
In this webcast, we present the software development kit (SDK) for the Microsoft Unified Communications Managed API (UCMA) version 1.0. The SDK includes a SIP-based endpoint API that can provide the flexibility and scalability required by advanced developers...
Adarsh's blog
Unified Communications Managed API 1.0 SDK Public Beta download pointer
Posted
over 5 years ago
by
adarshk
1
Comments
Hi, This might be a good news to all of you who were searching for the download pointer for UCMA API and difficulty in finding it. Now you can download it without logging into msdn account. http://www.microsoft.com/downloads/details.aspx?FamilyID...
Adarsh's blog
UC Managed API (UCMA) v1.0 beta available
Posted
over 5 years ago
by
adarshk
16
Comments
I was eagerly waiting since a long time to write about this exciting news, With the public annonucement of OCS 2007 beta, now we have a managed API known as UCMA is publicly available. Before coming out with official name UCMA, we were internally calling...
Adarsh's blog
"Test driven development" - some practical experiences in API development
Posted
over 5 years ago
by
adarshk
1
Comments
Since last few years I was reading a lot of discussion about "extreme programing" and "test driven development". I decided to explore and apply some of those principles in my own development and within my team. Here are some of the interesting things...
Adarsh's blog
Communicator Web Access AJAX Service SDK Released!!
Posted
over 6 years ago
by
adarshk
11
Comments
If you are looking for adding cool instant messaging and presence functionality to your web applications or simple C# applications, try out Communicator Web Access AJAX Service SDK, it already includes the sample code to get started. I will also keep...
Adarsh's blog
Office Communicator Web Access is RTM
Posted
over 7 years ago
by
adarshk
0
Comments
Office Communicator Web Access is finally RTM....
Adarsh's blog
You need to be careful about using event handler for NetworkChange
Posted
over 7 years ago
by
adarshk
4
Comments
Actually the issue I am discussing here is in general true for any event handler. .net event handler are strong reference. In case of NetworkChange it become more important because both event handler on NetworkChange object are static handlers, so there...
Adarsh's blog
Use object pooling of byte arrays to prevent heap fragmentation in socket applications
Posted
over 7 years ago
by
adarshk
3
Comments
When you are worrking on managed socket application and your application is very extensively doing send/recieve on the socket, then probably you need to care about understanding the heap management. Socket.Recieve or Socket.Send finally need to call the...
Adarsh's blog
Network programming to real time collaboration
Posted
over 7 years ago
by
adarshk
0
Comments
Its long time since I had posted on my blog. I am coming back and will start posting regularly. One of the reason was I moved to the new feature area known as "Real Time Collaboration". You might have seen the release of Live communication server and...
Adarsh's blog
WebException message vs. Response.StatusDescription on FtpWebRequest
Posted
over 7 years ago
by
adarshk
1
Comments
Recently one of the reader asked an interesting question, he was using FtpWebRequest with MakeDirectory method, if directory already exist then application received the WebException with message. "The remote server returned an error: (550) File unavailable...
Adarsh's blog
Using FtpWebRequest to do FTP over SSL
Posted
over 7 years ago
by
adarshk
31
Comments
Use FtpWebRequest to do FTP over SSL....
Adarsh's blog
Use NetworkInformation classes to get the list of listening ports on your machine
Posted
over 7 years ago
by
adarshk
5
Comments
.Net frameworks 2.0 have new addition of Namespace, System.Net.NetworkInformation, it provide a number of interesting classes to extract the network related statistics and state of the machine, it pretty much provide most of the functionality which is...
Adarsh's blog
Client side certificate with strong key protection and WebServices
Posted
over 7 years ago
by
adarshk
5
Comments
When you are writing application to run as service or middle tier, which is using client certificates. You should not enable strong key protection during certificate installation. Strong key protection is the way you are informing the system that whenever...
Adarsh's blog
You could help us on application compatibilty verification
Posted
over 7 years ago
by
adarshk
0
Comments
Hi, If you have an application build on .net frameworks 1.0 or .net frameworks 1.1, which is using System.Net classes. If you want to make sure that your app works behaves as expected on 2.0 we could help.This would also enable you to contribute on...
Adarsh's blog
Must watch MSDNTV shows on network programming
Posted
over 7 years ago
by
adarshk
1
Comments
If you love working on network programming and curious to see the demo of upcoming network programming features in .Net frameworks 2.0, you will love these MSDN TV shows from our team. Write Connected Applications Using System.Net Learn how to...
Adarsh's blog
Understanding HttpWebRequest Connection Management and ServicepointManager
Posted
over 7 years ago
by
adarshk
6
Comments
If you are looking for some information on understanding the basics of HttpWebRequest connection management and servicepointmanager, I just posted an article which could be useful for you. http://blogs.msdn.com/adarshk/articles/345411.aspx This is first...
Adarsh's blog
Understanding System.Net Connection Management and ServicepointManager
Posted
over 7 years ago
by
adarshk
26
Comments
If you are already using System.Net.HttpWebRequest class and familiar with request/response programming model for WebRequest in .net frameworks, you might be interested in getting inside the connection management handling of HttpWebRequest and to understand...
Adarsh's blog
Update Windows Form UI with Network Available Change Event
Posted
over 8 years ago
by
adarshk
7
Comments
.Net frameworks 2.0 has a new namespace System.Net.NetworkInformation, which you could use to gather various network statistics on the machine, it also provide two interesting events NetworkAddressChanged and NetworkAvailabilityChanged. If you are writing...
Adarsh's blog
Does your application require customizing System.Net.WebPermission, SocketPermission or DnsPermission settings?
Posted
over 8 years ago
by
adarshk
2
Comments
.Net frameworks comes with deefault security settings where components running under Intranet, Internet Zone can only have WebPermission to connect back to the server, from where they are downloaded. Also the component from Intranet zone and Internet...
Adarsh's blog
Resuming broken file download with FtpWebRequest class
Posted
over 8 years ago
by
adarshk
19
Comments
This post is valid for .Netframeworks 2.0 When we are downloading a large file from ftp site and connection got broken in between, on next attempt you would be interested in downloading the rest of the file content instead of full file. FtpWebRequest...
Adarsh's blog
Create your own asp.net hosting server with System.Net.HttpListener
Posted
over 8 years ago
by
adarshk
3
Comments
.Net frameworks 2.0 contain HttpListener class under System.Net namespace and a number of ASP.Net hosting classes under System.Web.Hosting namespace. HttpListener class is implemented on top of low level protocol stack http.sys, probably you also know...
Page 1 of 2 (35 items)
1
2