﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Programming Life</title>
    <description>On my blog you are going to find various different solutions to problems I have faced over the years. </description>
    <link>http://www.techsolutions.net/Blog/tabid/65/BlogId/3/Default.aspx</link>
    <language>en-US</language>
    <webMaster>asad@intelligentsiasoftware.com</webMaster>
    <pubDate>Sun, 05 Feb 2012 07:00:21 GMT</pubDate>
    <lastBuildDate>Sun, 05 Feb 2012 07:00:21 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.0.35082</generator>
    <item>
      <title>Asynchronous server socket using C#</title>
      <description>&lt;p&gt;&lt;span id="lblBody"&gt;The TcpListener class provides simple methods that listen for and accept incoming connection requests in blocking synchronous mode. You can use either a TcpClient or a Socket to connect with a TcpListener. Create a TcpListener using an IPEndPoint, a Local IP address and port number, or just a port number. Specify Any for the local IP address and 0 for the local port number if you want the underlying service provider to assign those values for you. If you choose to do this, you can use the LocalEndpoint to identify the assigned information.&lt;br /&gt;
Use the Start method to begin listening for incoming connection requests. Start will queue incoming connections until you either call the Stop method or it has queued MaxConnections. Use either AcceptSocket or AcceptTcpClient to pull a connection from the incoming connection request queue. These two methods will block. If you want to avoid blocking, you can use the Pending method first to determine if connection requests are available in the queue.&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;&lt;a href=http://www.techsolutions.net/Blog/tabid/65/EntryId/11/Asynchronous-server-socket-using-C.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.techsolutions.net/Blog/tabid/65/EntryId/11/Asynchronous-server-socket-using-C.aspx</link>
      <comments>http://www.techsolutions.net/Blog/tabid/65/EntryId/11/Asynchronous-server-socket-using-C.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.techsolutions.net/Blog/tabid/65/EntryId/11/Asynchronous-server-socket-using-C.aspx</guid>
      <pubDate>Sun, 15 Nov 2009 00:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.techsolutions.net/DesktopModules/Blog/Trackback.aspx?id=11</trackback:ping>
    </item>
    <item>
      <title>Virtual url to upload images </title>
      <description>&lt;p&gt;In order to get the physical address of a virtual directory use the following&lt;br /&gt;
&lt;br /&gt;
 &lt;/p&gt;&lt;a href=http://www.techsolutions.net/Blog/tabid/65/EntryId/7/Virtual-url-to-upload-images.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.techsolutions.net/Blog/tabid/65/EntryId/7/Virtual-url-to-upload-images.aspx</link>
      <comments>http://www.techsolutions.net/Blog/tabid/65/EntryId/7/Virtual-url-to-upload-images.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.techsolutions.net/Blog/tabid/65/EntryId/7/Virtual-url-to-upload-images.aspx</guid>
      <pubDate>Tue, 10 Nov 2009 00:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.techsolutions.net/DesktopModules/Blog/Trackback.aspx?id=7</trackback:ping>
    </item>
    <item>
      <title>AJAX Calendar Extender </title>
      <description>&lt;p&gt;The Controls collection cannot be modified because the control contains code blocks .&lt;/p&gt;&lt;a href=http://www.techsolutions.net/Blog/tabid/65/EntryId/4/AJAX-Calendar-Extender.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.techsolutions.net/Blog/tabid/65/EntryId/4/AJAX-Calendar-Extender.aspx</link>
      <comments>http://www.techsolutions.net/Blog/tabid/65/EntryId/4/AJAX-Calendar-Extender.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.techsolutions.net/Blog/tabid/65/EntryId/4/AJAX-Calendar-Extender.aspx</guid>
      <pubDate>Tue, 26 May 2009 01:14:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.techsolutions.net/DesktopModules/Blog/Trackback.aspx?id=4</trackback:ping>
    </item>
    <item>
      <title>COM+ Automation using C# </title>
      <description>&lt;p&gt;The COM+ catalog is the underlying data store that holds all COM+ configuration data. Whenever you do any kind of COM+ administration, you are reading and writing data stored in the catalog. The only way that you can access the catalog is through the Component Services administrative tool or through the COMAdmin library. &lt;br /&gt;
Security&lt;br /&gt;
To change data on the COM+ catalog, you need to have authority as an administrator. An application using the COMAdmin objects must be running under a user account that is assigned to the Administrators role on the system application on the machine that it is trying to administer. &lt;br /&gt;
 &lt;/p&gt;&lt;a href=http://www.techsolutions.net/Blog/tabid/65/EntryId/6/COM-Automation-using-C.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.techsolutions.net/Blog/tabid/65/EntryId/6/COM-Automation-using-C.aspx</link>
      <comments>http://www.techsolutions.net/Blog/tabid/65/EntryId/6/COM-Automation-using-C.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.techsolutions.net/Blog/tabid/65/EntryId/6/COM-Automation-using-C.aspx</guid>
      <pubDate>Sat, 15 Mar 2008 00:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.techsolutions.net/DesktopModules/Blog/Trackback.aspx?id=6</trackback:ping>
    </item>
    <item>
      <title>IIS Administration using ADSI and .NET Directory Services</title>
      <description>&lt;p&gt;The System.DirectoryServices namespace provides access to the Active Directory. These classes make it possible to do the following Web-site administration tasks programmatically&lt;/p&gt;&lt;a href=http://www.techsolutions.net/Blog/tabid/65/EntryId/5/IIS-Administration-using-ADSI-and-NET-Directory-Services.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://www.techsolutions.net/Blog/tabid/65/EntryId/5/IIS-Administration-using-ADSI-and-NET-Directory-Services.aspx</link>
      <comments>http://www.techsolutions.net/Blog/tabid/65/EntryId/5/IIS-Administration-using-ADSI-and-NET-Directory-Services.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.techsolutions.net/Blog/tabid/65/EntryId/5/IIS-Administration-using-ADSI-and-NET-Directory-Services.aspx</guid>
      <pubDate>Tue, 15 Jan 2008 00:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.techsolutions.net/DesktopModules/Blog/Trackback.aspx?id=5</trackback:ping>
    </item>
  </channel>
</rss>
