Hi!
I'm a web developer/objective-c (mac) developer and I want to learn C# to code some .NET applications on Windows.
Do you know any good books or online guide about this?
Thanks a lot!
Hi folks, I'm about to implement a slider control component in .net that's along the lines of a music recording control. With the timebased eq graph, and with the abilities of a regular slider. Anyone have suggestions on how to go about this?
Hello
Can any one help me to find out, how I can setup Hessian Kit on existing iPhone project. What are the steps required to run a simple hello world program.
I have Hessian Kit (http://sourceforge.net/projects/hessiankit/) but don't know how I can include this in my existing project.
Please help
Thanks
SD
I have an asp.net website which as part of a wizard uses an embedded google map to select a location by clicking on the map to place a marker. How do I automate this with Selenium?
In particular I've tried:
ClickAt
DoubleClickAt
MouseDownAt
MouseUpAt
In all cases passing the map div id as the locator and "100,100" as the coordinate.
I don't care where on the map the marker is placed, as long as I can place that marker.
When I was learning Visual Basic.net 2008 I found a book that not only taught the basics but by the end of the book I had developed a fully working database application. Does anyone know where I might find a simular book but using Visual C++?
Hi,
My team and I are programming a sort of Document Manager and the idea is to store them completely on DB.
Is there a protocol or Extensions that allows us to show a "Virtual Directory" or files that are really non existent (only in DB). How does Sharepoint do this?
I understand that Sharepoint uses WebDav but it implies that the files do exist physically somewhere.
We intend to develop this application on .NET 4.0 and deploy it on IIS.
Any suggestions?
Thanks in advance
Hi,
Is there any other method than nHibernate by wich we can generate db schema from class definition? My classes arn't that complex etc (few one-to-many relations). However I would like to just be able to save my objects in db and recreate schema if needed.
I am stuck with .NET 2.0. I am not that particular about performance for this project, I am just lazy to create tables and write save/load code and deel with nHibernate xml.
Thanks
Are there any software drivers for windows 7 (64-bit) that can report the data transferred between some application software and a usb device?
I have tried snoopy (http://sourceforge.net/projects/usbsnoop/) but I can't get it working. Possibly I would need to go down the route of installing an earlier version of windows.
Any other suggestions?
On success of a web service i receive a UUID.
ie "C3D668DC-1231-3902-49318B046AD48A5F"
I need to validate this. I've tried
Guid responseId = new Guid("C3D668DC-1231-3902-49318B046AD48A5F");
But it doesn't parse? is there another .net method i should use.
tracert mojpacient.si
return
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 89-212-252-73.static.t-2.net [89.212.252.73]
but if in browser i run www.mojpacient.si when i am connected to server i get connection timeout. If i am out of local network then i can connect to mojpacient.si
Does anyone have any idea how is this possible and what is wrong. I suspect IIS7 but do not know what in IIS7.
Hi I want to SSH to a server and execute a simple command like "id" and get the output of it and store it to a file on my primary server. I do not privileges to install Net::SSH which would make my task very easy. please provide me a solution for this. I tried using backticks but I am not able to store the output on the machine from which my script runs.
Hi,
I come from a .NET background. Am I the only one who finds it hard to be fluent with T-SQL? Somebody once said it is hard to be good in say C# and also SQL as SQL is declarative (not sure of the distinction).
Thanks
hi, i want to partially download a ftp file. i just need to download lets say 10MB, but after skipping 100MB (for example).
In php, http://php.net/manual/en/function.ftp-fget.php this function allows arbitay starting point:
bool ftp_fget ( resource $ftp_stream , resource $handle , string $remote_file , int $mode [, int $resumepos = 0 ] )
however it does not allow me to set "how many bytes" i want to download.
I have a .net app that is trying to ftp a file and we're ending up with 1 extra byte per line. My Line Separatro is Environment.NewLine which I beleive transaltes into \n\r. How many bytes is that?
I know that I can take my asp.net application and get it reversed to a UML document, but that doesn't tell the whole story of things like who can use what, what it calls in the way of stored procedures, what pages call what pages etc. etc.
Does anyone know of an article where someone has a comprehensive way to document a web application/site? Or shall I just make up my own way?
Hi
I have a simple VB.NET application using Scintilla. I don`t know how can I make the control auto scroll when text is added to it.
Can anyone help?
Thanks
I have a mixed Java / C# project and use an ant script that contains a csc task to compile the dll. This works, but I get a warning
[csc] This task is deprecated and will be removed in a future version
[csc] of Ant. It is now part of the .NET Antlib:
[csc] http://ant.apache.org/antlibs/dotnet/index.html
How can I replace the csc task? I can surely create an exec task calling nant with a project.build file, but that feels completely wrong.
I read on the net someplace that in a tight loop if you are clearing your vector repetitively, it might be better to use setsize as it might be faster. I am not sure about this. Anyone's got a definitive answer to this?
When using an XmlDataSource is there good way to handle exceptions that are caused when the remote XML file is unavailable? I'm somewhat new to .NET and using C#.
Hi!
I'm trying to get timestamp on beginRequest and on endRequest when processing an http request using php. I know how to do it on asp.net (using httpModules and the finction beginRequest and endRequest).
Does anyone know if this option is available on php and guide me how to do it?
(I'm not looking for a solution, just some guiding or good reference because i couldn't find any...)
So I am wondering if anyone is familiar or has done any work with cucumber and Silverlight. I currently have a template directory and build file that will create RSpec tests using Bacon (light weight RSpec). I have been looking into SpecFlow and Cuke2Nuke but almost everything I have seen works with general .net code not silverlight code.
Thanks.
I am trying to import a text file into Access using a saved "Import Specification" in my access database using VBA. The import generates the Import Error table showing the errors in the last two fields. BUT if I use the same import specification manually to import the text file, the Import works perfect !!!!! Strange ..... why would they have different behavior ?
Here is the database and the text file
http://www.box.net/shared/ro7n3b7a77
im using this slide in my site. im new to js. i want one option.When i put the mouse over it, it should pause on the picture and not keep changing
Slideshow link:
http://smoothgallery.jondesign.net/
Hey guys;
I have a url which leads to in image. How do i grab this image from this url into my servlet? NOTE: the web-app is deployed on google app engine.
java.net.URL myURL = "http://a3.twimg.com/profile_images/150131301/slogo4_normal.jpg";
//code to grab the image
Thank you
I was considering trying PLINQ to parallelize some numerical methods which need to be portable. Does Mono implement Parallel LINQ? If so, how does performance compare between .NET and mono.