[Mono-list] C# Book

2008-02-10 Thread kamel derouiche

   
Hi,,
what are the books wi need to read in order to learn
this C#(CLR,thread,...) in .NET

Thank you

NetBSD is very JIHBED, MONO RUN in NetBSD

http://jihbedunix.blogspot.com


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] C# Book

2008-02-09 Thread kamel derouiche

   
Hi,,
what are the books wi need to read in order to learn
this C#(CLR,thread,...) in .NET

Thank you

NetBSD is very JIHBED, MONO RUN in NetBSD

http://jihbedunix.blogspot.com


  

Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] C# Book

2008-02-09 Thread kamel derouiche
Hi,,
what are the books wi need to read in order to learn
this C#(CLR,thread,...) in .NET

Thank you


NetBSD is very JIHBED, MONO RUN in NetBSD

http://jihbedunix.blogspot.com


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mono Debugger

2007-06-16 Thread kamel derouiche

> Btw, have you solved your namepaces troubles ?

Yes, 
i'am use: using.example1.example2 = example3
Thank you for your interest to my problem 


NetBSD is very JIHBED, MONO RUN in NetBSD

http://jihbedunix.blogspot.com


   
Ready
 for the edge of your seat? 
Check out tonight's top picks on Yahoo! TV. 
http://tv.yahoo.com/
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mono Debugger

2007-06-13 Thread kamel derouiche
Hi,,



i think i have the problem, 
 
$ mdb deleguer.exe

Unhandled Exception:
System.TypeInitializationException: An exception was
thrown by the type initializer for
Mono.Debugger.Frontend.CommandLineInterpreter --->
System.DllNotFoundException: monodebuggerserver
  at (wrapper managed-to-native)
Mono.Debugger.Frontend.CommandLineInterpreter:mono_debugger_server_static_init
()
  at
Mono.Debugger.Frontend.CommandLineInterpreter..cctor
() [0x0] --- End of inner exception stack trace
---


$ uname -a
Linux develinux.openunix 2.6.18-1.2798.fc6 #1 SMP Mon
Oct 16 14:39:22 EDT 2006 x86_64 x86_64 x86_64
GNU/Linux

Thank you 




NetBSD is very JIHBED, MONO RUN in NetBSD

http://jihbedunix.blogspot.com


 

The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] critical problem !!!!!!!

2007-06-10 Thread kamel derouiche

> [Could you, please, translate your code in english
> when you ask 
> questions here ? More people will be glad to think
> about your 
> troubles and this will make your chances of having
> mutiple advices higher :-) ]

I agree with you

What's the result in .NET with CSC?

yes, it is the same thing




NetBSD is very JIHBED, MONO RUN in NetBSD


   

Be a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] critical problem !!!!!!!

2007-06-09 Thread kamel derouiche
Hi,,

using System;
using System.Xml;
using System.Xml.Serialization ;

namespace CarteVisite
{
[Serializable] [XmlType("Carte_de_visite")]
public class CarteDeViste
{
[XmlElement("nom")] public string Nom;
[XmlElement("pernom")] public string Pernom;
[XmlElement("email")] public string Email ;
[NonSerialized()]
public string Telephone;
}
}

Interface::
using System;




[assembly: AssemblyVersion("0.1.0.0")]

public class AnnuaireDAL
{
public AnnuaireDAL() {  }
public CarteDeVisite ExtraireCarte (string nomSearch
) {
return null ;
}
public void AjouterCarte (CarteDeVisite carte) {
}   
}


I'am launch compilation:

mcs /target:library /reference:CarteDeVisite.dll
AnnuaireDAL.cs 

resultat:

AnnuaireDAL.cs(12,10): error CS0246: The type or
namespace name `CarteDeVisite' could not be found. Are
you missing a using directive or an assembly
reference?
AnnuaireDAL.cs(15,29): error CS0246: The type or
namespace name `CarteDeVisite' could not be found. Are
you missing a using directive or an assembly
reference?
Compilation failed: 2 error(s), 0 warnings

Help me ???

Thank you,,


NetBSD is very JIHBED, MONO RUN in NetBSD


   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Mono-postgresql problem

2007-01-06 Thread kamel

hi,,
Is what the line according to and correct:

mcs connect_pgsql.cs -r System.Data.dll -r
Mono.Data.PostgreSqlClient.dll
warning CS8029: Compatibility: Use -r:LIBRARY instead
of -r library
warning CS8029: Compatibility: Use -r:LIBRARY instead
of -r library
error CS0006: Cannot find assembly
`Mono.Data.PostgreSqlClient.dll'

Thank you 



NetBSD is very JIHBED, MONO RUN in NetBSD

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] gtk-sharp was not found

2006-12-13 Thread kamel
Hi,,


Linux jihbedunix.openunix.local 2.6.18-1.2798.fc6 #1
SMP Mon Oct 16 14:39:22 EDT 2006 x86_64 x86_64 x86_64
GNU/Linux

$ mcs test.cs -pkg:gtk-sharp
Package gtk-sharp was not found in the pkg-config
search path.
Perhaps you should add the directory containing
`gtk-sharp.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk-sharp' found
error CS8027: Error running pkg-config. Check the
above output.

How to solve this problem ??

Thank you 

kamel 


NetBSD is very JIHBED, MONO RUN in NetBSD


 

Have a burning question?  
Go to www.Answers.yahoo.com and get answers from real people who know.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Gtk# With Webservices

2006-12-11 Thread kamel
Hi,,


Is what one can write combined GTK # with the
webservices?

Thank you 

Kamel 

NetBSD is very JIHBED, MONO RUN in NetBSD


 

Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mono and concurrency/parallelism

2006-08-14 Thread kamel Derouiche

Hi,,

I would like to learn on this subject -:)

Thank you 

NetBSD is very JIHBED, MONO RUN in NetBSD

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Dbus-mono SOS

2006-06-10 Thread kamel Derouiche
Dear,,
can help me used dbus-mono with C #, example for
beginner

Thank you 

NetBSD is very JIHBED, MONO RUN in NetBSD

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Aspect Oriented programming under Mono

2005-11-24 Thread kamel Derouiche

Hi,

is it possible to make a programming aspects with
mono?, without using a weaver as AspectC # or
AspectDNG??, does it exists a weaver integrated in
mono?

thank you 



NetBSD is very JIHBED, MONO RUN in NetBSD




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] reverse engineering

2005-06-12 Thread kamel Derouiche

Dear,,

can a do reverse engineering  under MONO ?, 

Thank You 


NetBSD is very JIHBED, MONO RUN in NetBSD

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] reverse engineering

2005-06-11 Thread kamel Derouiche
Hi ALL ,,

is can speak about the reverse engineering in MONO as
well as NET ??

Thank You

Kamelus 




NetBSD is very JIHBED, MONO RUN in NetBSD

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Actor From Mono Framework

2005-05-29 Thread kamel Derouiche
Hi All,,

Is there the concept of the Actors (active object) in
mono ??

Thank you

Kamel 

NetBSD is very JIHBED



__ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Mono.Unix documentation

2005-05-13 Thread kamel Derouiche

--- Jonathan Pryor <[EMAIL PROTECTED]> wrote:

> On Fri, 2005-05-13 at 03:03 -0600, Poorna Pushkala
> wrote:
> > Is there some documentation on Mono.Unix ? 
> 
> There is *some* documentation, at:
> 
> 
>
http://www.go-mono.com/docs/index.aspx?link=N:Mono.Unix
It there also pages of man and Info -:)

Regards 
Kamel  


NetBSD is very JIHBED

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] ANN: Linux filesystems in C# (FUSE wrapper)

2005-05-13 Thread kamel Derouiche

--- Valient Gough <[EMAIL PROTECTED]> wrote:

> Announcement for SULF - a C# interface to FUSE
> (fuse.sf.net) which
> allows the creation of Linux filesystems in C#. 
> Why?  Because I
> could.  It has received major updates over the last
> few weeks and has
> the beginnings of high-level interfaces, as well as
> pass-through
> wrappers to make virtual filesystems easier to
> implement.
> 
> The project documentation and download links are
> available at
> http://pobox.com/~vgough/sulf
> 
> An example filesystem (using high-level map
> interface - see
> examples/HelloFS.cs):
> 
> 
> 
> Sulf.MapFS root = new Sulf.MapFS();
> // populate the directory with some files - 
> // and a tmp directory which is really just a
> wrapper for /var/tmp
> root["hello"] = "Hello world!\n";
> root["README"] =
> "This file comes from the 'hello' filesystem
> example.\n"
> +"It is part of the SULF C# project which builds
> on FUSE.\n"
> +"For more information, see
> http://pobox.com/~vgough/sulf \n"
> +"\n"
> +"Also, try \"cat hello\"\n";
> root["tmp"] = new PassthruDirNode( "tmp", "/var/tmp"
> );
> 
> // mount the filesystem in /tmp/hellofs
> Channel channel = Sulf.Mounter.Mount("HelloFS",
> root, "/tmp/hellofs");
> channel.EventLoop();
> 
> 
> 
> > ls /tmp/hellofs
> hello  README  tmp
> 
> > cat /tmp/hellofs/README
> This file comes from the 'hello' filesystem example.
> It is part of the SULF C# project which builds on
> FUSE.
> For more information, see
> http://pobox.com/~vgough/sulf
> 
> Also, try "cat hello"
> 
> > ls -lad /tmp/hellofs/tmp
> drwxrwxrwt  9 root root 1584 2005-05-12 23:49
> /tmp/hellofs/tmp
> > ls -lad /var/tmp
> drwxrwxrwt  9 root root 1584 2005-05-12 23:49
> /var/tmp

that would be very interest if that goes for UFS2 of
NetBSD or FreeBSD

Thank you

Kamel 

NetBSD is very JIHBED

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] papers from MONO

2005-05-12 Thread kamel Derouiche

> What kind of advice you are looking for?  
> 
> Have you read the web site, there are various links
> and references
> there.

Here in Algeria the developers know .NET. 
the objective of the article is to make 
a comparison between MONO and .NET in order to make
the developer using and testing it under  Linux and
Windows

Thank you 

kamel 

NetBSD is very JIHBED

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] papers from MONO

2005-05-10 Thread kamel Derouiche
Hi all, 

I am going to write an article on Mono, to make it
known in Algeria. Who can give me advice ?

Regards 

kamel 

NetBSD is very JIHBED



__ 
Yahoo! Mail Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] new user of Mono

2005-05-06 Thread kamel Derouiche
hi All ,,

I am a new user of mono , and I would like to know if
it is possible to make  distributed applications with
C#.Mono

Regads 

NetBSD is very JIHBED



Discover Yahoo! 
Use Yahoo! to plan a weekend, have fun online and more. Check it out! 
http://discover.yahoo.com/
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list