<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>C#'s topics - tribe.net</title>
    <link>http://csharp.tribe.net/threads/rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>graphics in ASP.NET</title>
      <link>http://csharp.tribe.net/thread/5d33b7d6-a486-48da-aa30-680d4a7b3e7b</link>
      <description>&lt;div&gt;I followed a tutorial for drawing graphics in an asp page but there is an error.(may look familiar) 
&lt;br/&gt;
&lt;br/&gt;Here's my page_Load code: 
&lt;br/&gt;
&lt;br/&gt;Response.ContentType = "image/jpeg"; 
&lt;br/&gt;
&lt;br/&gt;Bitmap objBitmap; 
&lt;br/&gt;Graphics objGraphics; 
&lt;br/&gt;
&lt;br/&gt;objBitmap = new Bitmap(200, 200); 
&lt;br/&gt;objGraphics = Graphics.FromImage(objBitmap); 
&lt;br/&gt;
&lt;br/&gt;objGraphics.DrawLine(new Pen(System.Drawing.Color.Red), 0, 0, 200, 200); 
&lt;br/&gt;
&lt;br/&gt;objBitmap.Save(Response.OutputStream, ImageFormat.Gif); 
&lt;br/&gt;
&lt;br/&gt;objBitmap.Dispose(); 
&lt;br/&gt;objGraphics.Dispose(); 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;the error is : the image " http://localhost:1653/Default.aspx \" cannot be displayed because of an error. 
&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;What is missing that is causing the problem? 
&lt;br/&gt;Do I actually have to have an image load from someplace? 
&lt;br/&gt;I'm not trying to do html text at the same time.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://csharp.tribe.net"&gt;C#&lt;/a&gt;
			- 4 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 11 Aug 2008 16:16:17 GMT</pubDate>
      <guid isPermaLink="false">http://csharp.tribe.net/thread/5d33b7d6-a486-48da-aa30-680d4a7b3e7b</guid>
      <dc:creator>inchoate</dc:creator>
      <dc:date>2008-08-11T16:16:17Z</dc:date>
    </item>
    <item>
      <title>classes for music</title>
      <link>http://csharp.tribe.net/thread/fa69f796-15c3-4587-a4a3-46a0c5f9599e</link>
      <description>&lt;div&gt;are there classes for programming musical notes in c#?
&lt;br/&gt;not for just playing WAC files?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://csharp.tribe.net"&gt;C#&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 08 Oct 2007 23:10:54 GMT</pubDate>
      <guid isPermaLink="false">http://csharp.tribe.net/thread/fa69f796-15c3-4587-a4a3-46a0c5f9599e</guid>
      <dc:creator>inchoate</dc:creator>
      <dc:date>2007-10-08T23:10:54Z</dc:date>
    </item>
    <item>
      <title>How long doing C#?</title>
      <link>http://csharp.tribe.net/thread/10af4330-0f7b-4a05-bc65-82ee1ad94385</link>
      <description>&lt;div&gt;Didn't even know this tribe existed until a few seconds ago.
&lt;br/&gt;
&lt;br/&gt;I was curious how long all of you have been doing C#?  I was seriously freaked nearly 2 years ago when my previous employer went belly up and overjoyed to land in a C#/.NET environment shortly thereafter.
&lt;br/&gt;
&lt;br/&gt;Are most of you ex-C++ folks?
&lt;br/&gt;
&lt;br/&gt;Best,  Don&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://csharp.tribe.net"&gt;C#&lt;/a&gt;
			- 8 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 05 Mar 2004 03:03:59 GMT</pubDate>
      <guid isPermaLink="false">http://csharp.tribe.net/thread/10af4330-0f7b-4a05-bc65-82ee1ad94385</guid>
      <dc:creator>genghis_don</dc:creator>
      <dc:date>2004-03-05T03:03:59Z</dc:date>
    </item>
    <item>
      <title>Visual Studio Question</title>
      <link>http://csharp.tribe.net/thread/3afd2740-e964-4d3d-995f-71c3bfc1a9f1</link>
      <description>&lt;div&gt;I had good luck with VS2003 in connecting to databases.  Right now I'm using VSExpress(all I could afford), and I'm having a hell of a time in doing SQL stuff.  My problems:
&lt;br/&gt;
&lt;br/&gt;"invalid object name"  after connecting(I think I'm connecting)
&lt;br/&gt;or "login failed"  
&lt;br/&gt;
&lt;br/&gt;I'm creating the db in VS itself.
&lt;br/&gt;Although I did try to create "Northwind" via the VSC#2005 book, no luck there either.
&lt;br/&gt;
&lt;br/&gt;Any help?&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://csharp.tribe.net"&gt;C#&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 16 Apr 2006 03:59:14 GMT</pubDate>
      <guid isPermaLink="false">http://csharp.tribe.net/thread/3afd2740-e964-4d3d-995f-71c3bfc1a9f1</guid>
      <dc:creator>inchoate</dc:creator>
      <dc:date>2006-04-16T03:59:14Z</dc:date>
    </item>
    <item>
      <title>Sr C#/.NET Eng job oppty in Chicago</title>
      <link>http://csharp.tribe.net/thread/109a20aa-ec4b-4839-96c5-a0fd9e9cfc2e</link>
      <description>&lt;div&gt;Hello,
&lt;br/&gt;
&lt;br/&gt;We have several openings with a software start-up in downtown Chicago for Sr. Engineers who have solid experience developing in C# on the .NET platform.   I've listed job info below.  Great oppty, very cool company, I'm happy to discuss at length.  
&lt;br/&gt;
&lt;br/&gt;contact: elan@goldfishsearch.com
&lt;br/&gt;
&lt;br/&gt;The Company
&lt;br/&gt;This start-up offers its customers the latest technological advancements in packaged enterprise software, networking, wireless, and GPS technologies in a hosted environment, to substantially improve productivity and lower costs. Founded in 2003 by a superb management team, and backed by US Venture Partners, this company achieves value by using latest predictive technology developed for the National Science Foundation and Army Research Labs to not only route and track*but predict the future movement of vehicles for trucking companies, package and delivery services, service fleets and third-party logistics providers.
&lt;br/&gt;
&lt;br/&gt;This opportunity will require the right candidate to push the bleeding edge of C# / Microsoft .Net technologies, and we are seeking exceptional technologists that are highly motivated, have the ability to implement complex concepts and work well in a team environment.
&lt;br/&gt;
&lt;br/&gt;Job Description
&lt;br/&gt;-Translate business requirements into high quality technical designs and working software
&lt;br/&gt;-Design, unit test and code moderate to complex object oriented applications
&lt;br/&gt;-Continually enhance the technical design, architecture and frameworks of the Mobitrac product suite
&lt;br/&gt;-Perform and document architecture and technical design for software developed
&lt;br/&gt;-Ensure technical components are usable, reliable, scalable, extensible, interoperable, and reusable
&lt;br/&gt;-Work and communicate in a team environment where the teams are cross-functional comprising of developers, UI designers, product managers, QA persons, Technical documentation writers etc.
&lt;br/&gt;
&lt;br/&gt;Job Requirements
&lt;br/&gt;-Experience with C#, .Net, SQL and XML required
&lt;br/&gt;-Excellent ability to architect, design and develop Object Oriented software with practical use of design patterns
&lt;br/&gt;-Must have 5 or more years of experience in at least one of the following languages (C++, Java, Delphi)
&lt;br/&gt;-Must have full lifecycle experience building complex systems and enterprise-class applications from inception
&lt;br/&gt;-Strong analytical thinking, problem solving, application usability and interpersonal skills
&lt;br/&gt;-Should possess a strong understanding of Math/Trig/ Linear Algebra
&lt;br/&gt;-GIS/GPS with the transportation industry a plus
&lt;br/&gt;-Experience in Extreme Programming (nUnit, Pair Programming, Test Driven Development (TDD), -Continuous Integration) a plus
&lt;br/&gt;-Experience in User Interface a plus
&lt;br/&gt;-BS or MS in Computer Science, Engineering, or Mathematics a plus&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://csharp.tribe.net"&gt;C#&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Thu, 05 May 2005 22:14:55 GMT</pubDate>
      <guid isPermaLink="false">http://csharp.tribe.net/thread/109a20aa-ec4b-4839-96c5-a0fd9e9cfc2e</guid>
      <dc:creator />
      <dc:date>2005-05-05T22:14:55Z</dc:date>
    </item>
    <item>
      <title>Urgent help for Visual Basic or C#!</title>
      <link>http://csharp.tribe.net/thread/f4314440-5106-4773-ac11-50fb2285bae0</link>
      <description>&lt;div&gt;Some theatre management company wants a new ticketing system.
&lt;br/&gt;
&lt;br/&gt;=====================
&lt;br/&gt;Task is to design a .NET system for this.
&lt;br/&gt;Entire project specification is available upon request.
&lt;br/&gt;
&lt;br/&gt;Thanks!&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://csharp.tribe.net"&gt;C#&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Sun, 12 Sep 2004 15:35:51 GMT</pubDate>
      <guid isPermaLink="false">http://csharp.tribe.net/thread/f4314440-5106-4773-ac11-50fb2285bae0</guid>
      <dc:creator />
      <dc:date>2004-09-12T15:35:51Z</dc:date>
    </item>
    <item>
      <title>SMTP in C#</title>
      <link>http://csharp.tribe.net/thread/66478755-664a-45e0-9673-b4caf870e51d</link>
      <description>&lt;div&gt;http://www.developerfusion.com/show/4039/
&lt;br/&gt;
&lt;br/&gt;Another article. Hope you like.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://csharp.tribe.net"&gt;C#&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Sat, 28 Aug 2004 02:54:15 GMT</pubDate>
      <guid isPermaLink="false">http://csharp.tribe.net/thread/66478755-664a-45e0-9673-b4caf870e51d</guid>
      <dc:creator>randymorin</dc:creator>
      <dc:date>2004-08-28T02:54:15Z</dc:date>
    </item>
    <item>
      <title>HowTo Download in C#</title>
      <link>http://csharp.tribe.net/thread/975ee1f0-af53-49a5-a741-61dedf949739</link>
      <description>&lt;div&gt;Here's an article I wrote on downloading files using C#
&lt;br/&gt;
&lt;br/&gt;http://www.programmersheaven.com/2/Art_CSharp_5
&lt;br/&gt;
&lt;br/&gt;Hope you like it.&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://csharp.tribe.net"&gt;C#&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Mon, 16 Aug 2004 02:15:26 GMT</pubDate>
      <guid isPermaLink="false">http://csharp.tribe.net/thread/975ee1f0-af53-49a5-a741-61dedf949739</guid>
      <dc:creator>randymorin</dc:creator>
      <dc:date>2004-08-16T02:15:26Z</dc:date>
    </item>
    <item>
      <title>New tribe: SharePoint</title>
      <link>http://csharp.tribe.net/thread/fdda62bb-e909-4ecf-bb71-b252d00f8187</link>
      <description>&lt;div&gt;I just created a new tribe to discuss Microsoft's SharePoint technology.  SharePoint is a website development framework that targets intranet-style websites.
&lt;br/&gt;
&lt;br/&gt;Check it out at http://sharepoint.tribe.net
&lt;br/&gt;&lt;/div&gt;
				&lt;div&gt;
			posted in
			&lt;a href="http://csharp.tribe.net"&gt;C#&lt;/a&gt;
			- 0 replies
		&lt;/div&gt;</description>
      <pubDate>Fri, 26 Dec 2003 01:02:21 GMT</pubDate>
      <guid isPermaLink="false">http://csharp.tribe.net/thread/fdda62bb-e909-4ecf-bb71-b252d00f8187</guid>
      <dc:creator>spam</dc:creator>
      <dc:date>2003-12-26T01:02:21Z</dc:date>
    </item>
  </channel>
</rss>



