huse

Stories kicked by huse

Mono,C#: Bing Translate ~ Translate & Speak Methods(huseyincakir.wordpress.com)

submitted by husehuse(200) 2 years, 1 month ago

Hi again, I again coded some stuff just for fun… The things you need to look before going deep to my perfect code http://www.bing.com/developers/ [Get an Bing AppID] http://msdn.microsoft.com/en-us/library/ff512421.aspx [Of course some MSDN] http://msdn.microsoft.com/en-us/library/ff512420.aspx read more...

add a comment |category: |Views: 13

tags: another

Mono, Gtk.FileChooserWidget [Gtk#](huseyincakir.wordpress.com)

submitted by husehuse(200) 2 years, 2 months ago

These days I ‘m in blog post mode so here is another small code snippet… using System.Collections.Generic; using System.Text; using Gtk; using GtkSharp; using GLib; private Gtk.Fixed fixed1; private Gtk.ScrolledWindow GtkScrolledWindow; private Button exit; private Gtk.FileChooserWidget filechooserwidget1; read more...

add a comment |category: |Views: 30

tags: another

Mono, C# Simple RSS reader(huseyincakir.wordpress.com)

submitted by husehuse(200) 2 years, 2 months ago

Yes, I change the theme of my blog, now it is more attractive , thanks for P2 theme by Automattic. Now it is time to post something useful…Yes, as I mentioned a RSS reader that use gtk# again! Please note this code was left from the days that I first met with mono..sorry for silly mistakes if you found read more...

add a comment |category: |Views: 115

tags: another

Mono, C# Sending mail through gmail(huseyincakir.wordpress.com)

submitted by husehuse(200) 2 years, 2 months ago

I know this example is nothing to do with mono but since I use mono these days this example also done in SharpDevelop+Mono+gtk#… My aim is simple just send a mail through my gmail account… read more...

add a comment |category: |Views: 75

tags: another

Working with WCF: Part One: Introduction and Your First Service(jamescbender.com)

submitted by JamesCBenderJamesCBender(749) 2 years, 2 months ago

I’ve been playing with WCF since .NET 3 came out. Sometimes I have to be reminded that not everybody is as familiar with all it’s “cob-webby corners” as I am. And that’s OK. Often (too often) I encounter someone who has NEVER used WCF and doesn’t even know where to begin.That’s not so OK. read more...

add a comment |category: |Views: 576

tags: another

Disable All or Selective Controls on a Page using jQuery (www.devcurry.com)

submitted by mopenmopen(3596) 2 years, 2 months ago

Disabling controls on a Page using jQuery is a cakewalk, thanks to the wonderful Selector API. Here’s an example. read more...

add a comment |category: |Views: 295

tags: another

Vici CoolStorage: ORM on MonoTouch made simple(www.blog.activa.be)

submitted by activaactiva(2340) 2 years, 3 months ago

Introducing the first port of a .NET ORM to MonoTouch, and how it can make life as an iPhone a lot easier. read more...

add a comment |category: |Views: 135

tags: another

Process.Start() issues with Mono on Mac OS X : My Story(blog.theautomatedtester.co.uk)

submitted by automatedtesterautomatedtester(135) 2 years, 3 months ago

After pulling my hair out about starting a process using Process.Start() with Mono on a Mac I have shown how to do it so that it can launch applications read more...

add a comment |category: |Views: 77

tags: another

C# REPL in Silverlight Soon Possible?(www.quicklearn.com)

submitted by nickhnickh(95) 2 years, 3 months ago

The latest work in the Mono project might make it possible to embed C# compilers in Silverlight and .NET applications. read more...

add a comment |category: |Views: 15

tags: another

Mono: Get value of the selected RadioButton [C#,gtk#](huseyincakir.wordpress.com)

submitted by husehuse(200) 2 years, 3 months ago

FROM MONO DOCUMENTATION: @http://www.go-mono.com/docs/index.aspx?link=T%3AGtk.RadioButton A single radio button performs the same basic function as a k.CheckButton, as its position in the object hierarchy reflects. It is only when multiple radio buttons are grouped together that they become a different user interface component in their own right. Every radio button is a member of some group of radio buttons. When one is selected, all other radio buttons in the same group are deselected. A Gtk.RadioButton is one way of giving the user a choice from many options. Radio button widgets are created with RadioButton(string), if this is the first radio button in a group. In subsequent calls, the group you wish to add this button to should be passed as an argument. I found out that there exists not much examples about this issue so I post mine… read more...

add a comment |category: |Views: 81

tags: another

Early preview of the Hanselminutes application for the iPhone(weblogs.asp.net)

submitted by chrisntrchrisntr(10) 2 years, 3 months ago

Early preview of the MonoTouch Hanselminute iPhone application hosted up on Codeplex. read more...

add a comment |category: |Views: 11

tags: another

MonoTouch Has Added Support for Apple’s iPad(www.infoq.com)

submitted by recombinantrecombinant(15) 2 years, 3 months ago

Within 24 hours of the announcement of the new iPad tablet from Apple, the MonoTouch team has released MonoTouch 1.9 (alpha), which is focused on helping developers to write .NET application for the iPad. read more...

add a comment |category: |Views: 10

tags: another

Mono: C# Twitter API Connections and XML(huseyincakir.wordpress.com)

submitted by husehuse(200) 2 years, 3 months ago

C# Twitter API Connections and XML: In my last posts I discuss about consuming REST services in C#…Today I want to give an example about using Twitter API Connections in C#… read more...

add a comment |category: |Views: 85

tags: another

Mono: linq to xml: how to select the value from elements(huseyincakir.wordpress.com)

submitted by husehuse(200) 2 years, 4 months ago

Today I manage to make linq queries in mono and want to share my experiences with you… To use linq in mono, you need two basic libraries which are: System.Core and System.Xml.Linq My first usage is as follows: read more...

add a comment |category: |Views: 75

tags: another

Mono WebBrowser with WebKit [Gtk# not WinForms](huseyincakir.wordpress.com)

submitted by husehuse(200) 2 years, 4 months ago

For long time I have looking for displayin web pages on Mono by using Gtk#…And thanks to this post I came across with WebKit solution! WebKit is as they define in their page: WebKit is an open source web browser engine. WebKit is also the name of the Mac OS X system framework version of the engine that’s used by Safari, Dashboard, Mail, and many other OS X applications. WebKit’s HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. This website is also the home of S60’s S60 WebKit development. read more...

add a comment |category: |Views: 290

tags: another

Mono: How to access a REST web service?(huseyincakir.wordpress.com)

submitted by husehuse(200) 2 years, 4 months ago

configuration: debug [by Hüseyin Çakır] Mono: How to access a REST web service? Posted in CSharp, Mono by huseyincakir on January 21, 2010 Edit This In this post I will discuss about consuming REST web services in C#…First of all you can make a quick check for the information about REST vs SOAP services in this post: http://www.petefreitag.com/item/431.cfm As I mentioned before I am newbie developer in Mono! but start to like it more and more after seeing that the applications I created @ C# also worked in Linux! thanks to Mono! read more...

add a comment |category: |Views: 74

tags: another