|
Hi i wonder if anyone can help me.
I am looking for a site where i can find downloadable tests for programmers.
They can be really basic but i also need the answers can anyone help me? 
|
|
|
|
|
|
Recently made redundant and want/need to learn some new skills. I'd like to get my hands dirty with TCP/IP, together with C#/.NET, all as part of the same exercise preferably. I'm familiar with the concept of the ISO 7-layer model but never done anything much programatically with it. To date most of my experience is embedded C/C++ (over 20 years), with just minor forays into VC6 and MFC, and even more minor VB.
Could anyone recommend the best way I can get stuck into TCP/IP using C#, so I can learn-while-I-play? I have access to VS2005, and just started to migrate to C#.
Any help much appreciated.
modified on Sunday, October 26, 2008 6:26 AM
|
|
|
|
|
can any body please guide me the important guideline or any article in which it is mentioned that how can we convert existing desktop/client side application to a complete web application...
umerumerumer
|
|
|
|
|
There isn't any hard and fast rule.
Ahsan Ullah
Senior Software Engineer
|
|
|
|
|
As Ahsan said, there's no one set way of doing so. Probably is going to require rewrite on the front end, and there's some chance code reuse can be done with careful planning.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
"Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
|
|
|
|
|
Hi,
I am developing a program which is showing video from USB PC Camera.
I want to take picture while I'll press the button present on the USB PC Camera. I have tried a lot but I was unsuccessful. I have used the functions of VFW and done this application.
Any one suggest me how to take the button press event of button present on USB PC Camera????????
|
|
|
|
|
Did you just randomly select forums to post this frickin' question in? You seem to be carpet bombing all of the wrong forums, so this is a cross post as well as the incorrect forum. Take a look at the sodding forum title will you?
|
|
|
|
|
Greetings,
I recently failed in Computer Project (analysis and design) subject in my offshore course. I took it purely under my local tutor's will (pretty lame, huh?). He told me to do this and that, draw this diagram and that diagram. In my entire course, there is no subject or detailed explanation about how to prepare correct and detailed(or can you say scientific?) analysis and design. So please, any suggestion what book should I read to get a grip of this subject?
Note : I'll be using C# on windows application or ASP .NET for my next project submission so I guess it will be OOAD approach?
|
|
|
|
|
g4m4t4tsu wrote: In my entire course, there is no subject or detailed explanation about how to prepare correct and detailed(or can you say scientific?) analysis and design.
You should then bring that up to the folks who offered the course.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
"Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
|
|
|
|
|
|
Thank you for the book list
|
|
|
|
|
I need to learn more about using the web services and such that are available in MOSS 2007. Please suggest a book for me to purchase.
Thanks in advance!!!
Patrick
|
|
|
|
|
One of my frn has not cleared his 12th.He has done a 6 months course in
mobile enigineering.and now he is doing JetKing course in Hardware and networking where he will clear CCNA exam.can anybody suggest what are the opportunities for him available when he'll complete the course.Which kind of job he might get.
|
|
|
|
|
I think for better job opportunities one should atleast has to be a graduate.
Be a good professional who shares programming secrets with others.
|
|
|
|
|
Hi ...
I have written a program using C++ to compute a convex hull with visual studio.net IDE
and I want to use this code in a C# project as a dll.
if you can help please tell me how to do it.
|
|
|
|
|
Are you sure you've picked the right forum for this? This forum is for Work and Training issues.
|
|
|
|
|
Could be a work issue and maybe his boss ought to read this forum
"The clue train passed his station without stopping." - John Simmons / outlaw programmer
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
"Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
|
|
|
|
|
hi i have an apllication build ( with help !! much help from japarbz )
that opens links like :
http://www.google/userid=1
then http://www.google/userid=2
and so further ..
its an dynamic hyperlink with vazriable i
but now , its a difficult part ( i think)
first
a link has to open ( with the application)
so : http://www.google/userid=1
then , a button on that page has to be clicked
then the page goes like ; http://www.google/userid=1/completed ( example)
then yes , : http://www.google/userid=2 has to open
again , a button on that page has to be clicked ( the same button , same place , so maybe a can use an auto mouse clicker) ?
but i cant take the final url of example -> http://www.google/userid=1/completed cause it wont work so i have to use something like an auto mouseclicker
someone knows how to change the source that i dont have to use an extern auto mouse clicker ?
or someone another idea
here is the source of the appl that i have now ;
Option Explicit
Dim i As Integer
Dim j As Integer
Dim t As Integer
Dim SaveStr As String
Private Sub Command1_Click()
Dim msg As String
msg = InputBox("How many times want to repeat ?", "repeat", 0)
If IsNull(msg) = False And IsNumeric(msg) = True Then
t = CInt(msg)
Else
Timer1.Enabled = False
End If
Timer1.Enabled = True
SaveStr = Text1.Text
End Sub
Private Sub Form_Load()
i = 1
Timer1.Interval = 100
Timer1.Enabled = False
End Sub
Private Sub Form_Resize()
Text1.Width = Me.Width
WebBrowser1.Width = Me.Width
WebBrowser1.Height = Me.Height
Command1.Left = Me.Width - Command1.Width
End Sub
Private Sub Timer1_Timer()
If WebBrowser1.Busy = False Then
WebBrowser1.Navigate SaveStr + CStr(i)
Text1.Text = SaveStr + CStr(i)
i = i + 1
If i = t + 1 Then
Timer1.Enabled = False
Text1.Text = vbNullString
t = 0
i = 1
End If
End If
End Sub
|
|
|
|
|
Hi All
My boss has just offered me a £2500 to spend on a course to get an MCAD. I currently have an MCP in VB.NET (version 1 of the framework) and work as a programmer (in VBA and some VB6) and our department is going to go down the C#.NET route.
I like the learning from home style learning and would benefit from starting from scratch with C# as my knowledge at the moment is limited. Anyone been on a good course with a company? Is MCAD the right way to go or should I look into the MCPD.
Many Thanks
The FoZ
|
|
|
|
|
The qualifications from MS aren't worth that much really. They are too easy to pass. Potential employers are more interested in experience.
I passed the two MCTS exams just be reading the self paced learning book which cost £30 each, so if you have to do the qualifications just do that and keep the remaining £2440 for yourself
Developmentor[^] run some great courses. Particular their 'guerrilla' courses. They are very intensive 5 days of 9am - 9pm working but I learnt a lot from the one I did - Think they are geared more towards people who know C# already, but they do off beginner courses too.
Simon
|
|
|
|
|
Thanks Simon I shall have a look at those. Could do a combination of a guerrilla and some home study. Any left over can go towards my bonus!
The FoZ
|
|
|
|
|
I've known how to program for a while but I went to college to get something official on paper. I'm going to be graduating in spring of next year and I am wondering what is the best way to get in the computer fields I am interested in.
What I am interested in:
-Artificial intelligence
-Scientific stuff (simulations, ect...)
-Embedded programming (specifically controllers for equipment/devices and to a lesser extent other embedded programming)
-Other graphics related stuff (CAD/CAM, games ect...)
What I am not interested in:
-Business programming (keeping business records, accounting ect...)
Other areas like web programming depend on how related the are to the stuff I've mentioned already.
Anyways I've been looking at the jobs on craigslist and it seems like the ones that sound the least desireable are the most common and when I do see an interesting job they often have requirements like 5+ years experience. My question is for those of you that are in the fields I like. I was wondering how you got your foot in the door and what is the best way to get into those fields? Am I likely to find any entry level jobs in those areas or am I just going to have to bite the bullet and take one of the others till I get some job of experience.
Forgot to ask what languages do you recomend learning? I know C/C++, vb.net and have done some assembly.
thanks,
Mike
|
|
|
|
|
Im not sure at about the right job sort of thing, but if you are doing stuff for Embedded programming then learning assembly and C/C++ would be a place to start
Lloyd J. Atkinson
"Logic will get you from A to B, but imagination will take you everywhere" - ALbert Einstein
I look at Microsoft, and turn to my poster on the wall saying: "Bang head here in case of stress".
|
|
|
|
|
Getting your foot it the door is tricky. Experience is key. There are graduate programs around where companies take on fresh graduates for a year, then off the best permanent jobs. Start looking now as these often fill up early. Go to the careers fairs at your college.
If you can't find something that way, the more experience you can show the better. Consider joining open source projects and contributing code to them (or start your own open source project). This can go on your CV.
I used to think like you, but I realised that it's actually programming I enjoy, not specifically what I'm writing. I'm now writing software for a manufacturing company to schedule jobs, track production, produce reports - General business stuff really, but I really enjoy it. Yeah, ok, I don't get to write any cutting edge AI, or graphics, but it's still fun. I play with AI ideas in my spare time at home.
If you a really dead set on finding something cutting edge, maybe consider doing masters/phd courses. (Do courses like this for the enjoyment of the course though, don't expect them to further your career too much, for a career, experience is more important that high level qualifications)
MikeMarq wrote: Forgot to ask what languages do you recomend learning? I know C/C++, vb.net and have done some assembly
Forget VB it's only used for business apps (culture[^]). For the areas you are interested in stick to C++ (or consider transferring your vb.net knowledge to c#, they are close enough that you won't have much difficulty, particularly as you have C++ knowledge anyway). C++ and Assembly are probably more relevant in embedded stuff and high intensity graphics (cad/cam/games).
Simon
|
|
|
|