<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yılmaz Yavuz &#187; MonoTouch</title>
	<atom:link href="http://www.yilmazyavuz.com/yyblog/index.php/tag/monotouch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yilmazyavuz.com/yyblog</link>
	<description>yazılım üzerine taze taze</description>
	<lastBuildDate>Mon, 14 Feb 2011 15:35:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MonoTouch &#8211; Alıştığın dilde yazmak varken Obj-C öğrenmek niye</title>
		<link>http://www.yilmazyavuz.com/yyblog/index.php/2009/10/monotouch-alistigin-dilde-yazmak-varken-obj-c-ogrenmek-niye/</link>
		<comments>http://www.yilmazyavuz.com/yyblog/index.php/2009/10/monotouch-alistigin-dilde-yazmak-varken-obj-c-ogrenmek-niye/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 23:26:52 +0000</pubDate>
		<dc:creator>Yılmaz Yavuz</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[MonoTouch]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Csharp]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[monodevelop]]></category>
		<category><![CDATA[obj-c]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://www.yilmazyavuz.com/yyblog/?p=394</guid>
		<description><![CDATA[<p></p>
<p>Arasıra takip etmeye çalıştığım mono projesine bugün göz attığımda, Novell in MonoTouch adında bir SDK geliştirdiğini gördüm. İlgili SDK 400$ bir fiyata satılıyor ve yaptığı şey ise, Iphone application geliştirmeye çalışan bir .Net yazılımcısı için paha biçilemez. Xcode da yazmak yerine MonoDevelop ile C# da Iphone application geliştirmenize yarayan bu sdk, arayüz tasarlayıcı olarak apple in <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.yilmazyavuz.com/yyblog/index.php/2009/10/monotouch-alistigin-dilde-yazmak-varken-obj-c-ogrenmek-niye/">MonoTouch &#8211; Alıştığın dilde yazmak varken Obj-C öğrenmek niye</a></span>]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-396" href="http://www.yilmazyavuz.com/yyblog/index.php/2009/10/monotouch-alistigin-dilde-yazmak-varken-obj-c-ogrenmek-niye/screen-shot-2009-10-20-at-02-05-51/"><img class="alignnone size-medium wp-image-396" title="Screen shot 2009-10-20 at 02.05.51" src="http://www.yilmazyavuz.com/yyblog/wp-content/uploads/Screen-shot-2009-10-20-at-02.05.51-300x187.png" alt="Screen shot 2009-10-20 at 02.05.51" width="300" height="187" /></a></p>
<p>Arasıra takip etmeye çalıştığım mono projesine bugün göz attığımda, Novell in MonoTouch adında bir SDK geliştirdiğini gördüm. İlgili SDK 400$ bir fiyata satılıyor ve yaptığı şey ise, Iphone application geliştirmeye çalışan bir .Net yazılımcısı için paha biçilemez. Xcode da yazmak yerine MonoDevelop ile C# da Iphone application geliştirmenize yarayan bu sdk, arayüz tasarlayıcı olarak apple in Interface designer ını kullanıyor.<br />
Yeni kurduğum için, hakkında çok fazla bilgi veremediğim ancak  bu sdk ile ilgili yazılarımı, burdan yayımlayacağım.<br />
Ayrıca bir soap webservice çağırmak için ojb-c ile okadar çok boğuştuktan sonra, bunu monotouch ile ne zamanda yapacağımı çok merak ediyorum : )</p>
<h2>Merak edenler için linkler:</h2>
<p><a href="http://www.mono-project.net">Mono-Project</a><br />
<a href="http://monodevelop.com/">MonoDevelop</a> (2.2 beta versiyonu MonoTouch için gerekli)<br />
<a href="http://monotouch.net/">MonoTouch</a></p>
<h2>MonoTouch ın yapabildikleri :</h2>
<ul style="color: #444444;">
<li><strong>C# and .NET on the iPhone</strong></li>
<li><strong>.NET Bindings to Native APIs</strong></li>
<li><strong>Distribute on the Apple App Store</strong></li>
<li><strong>Enterprise deployable</strong></li>
<li><strong>MonoDevelop Integration</strong></li>
<li><strong>XCode Integration</strong></li>
</ul>
<div>
<h2 id="title">Assemblies (MonoTouch ile kullanabileceğiniz Assembly ler)</h2>
</div>
<p>MonoTouch ships with several assemblies.  Just as Silverlight is an extended subset of the desktop .NET assemblies, Monotouch is also an extended subset of several Silverlight and desktop .NET assemblies.</p>
<p><em>Note</em>: MonoTouch is <em>not</em> ABI compatible with existing assemblies compiled for a different profile.  You <em>must</em> recompile your source code to generate assemblies targeting the MonoTouch profile (just as you need to recompile source code to target Silverlight and .NET 3.5 separately).</p>
<p>The assemblies shipped with MonoTouch include:</p>
<table border="1" cellspacing="1" cellpadding="1" width="90%" align="center">
<tbody>
<tr>
<td><strong>Assembly</strong></td>
<td><strong>API Compatibility</strong></td>
</tr>
<tr>
<td>mscorlib</td>
<td><a title="http://msdn.microsoft.com/en-us/library/cc838194(VS.95).aspx" rel="external nofollow" href="http://msdn.microsoft.com/en-us/library/cc838194%28VS.95%29.aspx" target="_blank">Silverlight</a></td>
</tr>
<tr>
<td>Mono.Security.dll</td>
<td>Cryptographic APIs.</td>
</tr>
<tr>
<td>OpenTK.dll</td>
<td>The OpenGL/OpenAL object oriented APIs, <a title="http://go-mono.com/docs/monodoc.ashx?link=N:MonoTouch.OpenGLES" rel="external nofollow" href="http://go-mono.com/docs/monodoc.ashx?link=N%3aMonoTouch.OpenGLES" target="_blank">extended to provide iPhone device support</a>.</td>
</tr>
<tr>
<td>System.Core.dll</td>
<td><a title="http://msdn.microsoft.com/en-us/library/cc838194(VS.95).aspx" rel="external nofollow" href="http://msdn.microsoft.com/en-us/library/cc838194%28VS.95%29.aspx" target="_blank">Silverlight</a></td>
</tr>
<tr>
<td>System.Json.dll</td>
<td><a title="http://msdn.microsoft.com/en-us/library/cc838194(VS.95).aspx" rel="external nofollow" href="http://msdn.microsoft.com/en-us/library/cc838194%28VS.95%29.aspx" target="_blank">Silverlight</a></td>
</tr>
<tr>
<td>System.ServiceModel.dll</td>
<td><a title="http://wiki.monotouch.net/HowTo/WebServices/Using_WCF" rel="external nofollow" href="http://wiki.monotouch.net/HowTo/WebServices/Using_WCF" target="_blank">WCF</a> stack as present in <a title="http://msdn.microsoft.com/en-us/library/cc838194(VS.95).aspx" rel="external nofollow" href="http://msdn.microsoft.com/en-us/library/cc838194%28VS.95%29.aspx" target="_blank">Silverlight</a></td>
</tr>
<tr>
<td>System.Xml.dll</td>
<td><a title="http://msdn.microsoft.com/en-us/library/ms229335.aspx" rel="external nofollow" href="http://msdn.microsoft.com/en-us/library/ms229335.aspx" target="_blank">.NET 3.5</a></td>
</tr>
<tr>
<td>System.Web.Services</td>
<td><a title="http://wiki.monotouch.net/HowTo/WebServices/Using_a_Web_Service" rel="external nofollow" href="http://wiki.monotouch.net/HowTo/WebServices/Using_a_Web_Service" target="_blank">Basic Web services</a> from the .NET 3.5 profile, with the server features removed.</td>
</tr>
<tr>
<td>System.Xml.Linq.dll</td>
<td><a title="http://msdn.microsoft.com/en-us/library/ms229335.aspx" rel="external nofollow" href="http://msdn.microsoft.com/en-us/library/ms229335.aspx" target="_blank">.NET 3.5</a></td>
</tr>
<tr>
<td align="left" valign="top">System.dll</td>
<td><a title="http://msdn.microsoft.com/en-us/library/cc838194(VS.95).aspx" rel="external nofollow" href="http://msdn.microsoft.com/en-us/library/cc838194%28VS.95%29.aspx" target="_blank">Silverlight</a>, plus types from the following namespaces:</p>
<ul>
<li>System.Collections.Specialized</li>
<li>System.ComponentModel</li>
<li>System.ComponentModel.Design</li>
<li>System.Diagnostics</li>
<li>System.IO.Compression</li>
<li>System.Net</li>
<li>System.Net.Mail</li>
<li>System.Net.Mime</li>
<li>System.Net.NetworkInformation</li>
<li>System.Net.Security</li>
<li>System.Net.Sockets</li>
<li>System.Security.Cryptography</li>
</ul>
</td>
</tr>
<tr>
<td>monotouch.dll</td>
<td>This assembly contains the <a title="http://go-mono.com/docs/monodoc.ashx?tlink=root:/MonoTouch-lib" rel="external nofollow" href="http://go-mono.com/docs/monodoc.ashx?tlink=root:/MonoTouch-lib" target="_blank">C# binding to the CocoaTouch API</a>.</td>
</tr>
<tr>
<td>Mono.CompilerServices.SymbolWriter.dll</td>
<td>For compiler writers.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.yilmazyavuz.com/yyblog/index.php/2009/10/monotouch-alistigin-dilde-yazmak-varken-obj-c-ogrenmek-niye/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

