Search Results

0
votes

What should every programmer know?

I'll add my own bits: Basic understanding of Software Development Life Cycle, generally the phases of requirements gathering, analysis and design, implementation, testing and maint …
0
votes

What are the most important parts of the .Net framework for a beginner?

There should be some line to be drawn between a Windows Developer and a Web Developer, where either can be using the .Net Framework. System.Web is very useful if you are doing Web Development as w …
0
votes

What should I learn next after VB and C#

If you want to do more front-end work then I'd suggest getting into markup languages like HTML and XML along with scripting languages like JavaScript or Script# may be a good Web skill set for one …
0
votes

How to stop worrying about using the best materials and just start learning .Net?

Find an area of .Net you'd like to use, e.g. console Applications, Windows Applications, ASP.Net applications, web services, and just build a few little "getting your feet wet" sort of things like …
1
vote

Why don’t they teach these things in school?

Unit testing and version control were both taught in 2nd year Computer Science courses where I went to university. Unit testing fell under the part of testing that also included differences betwee …
0
votes

CS Majors: Hardest concept(s) you learned in school?

Numerical Analysis of least squares, in particular Matlab's execution of this, while at the same time also being introduced to this topic in a statistics course. What fun I had that semester. …
1
vote

Explaining refactoring

I see a couple of different ways you could try to teach refactoring: Given textbook-like examples. A downside here is that you may have contrived or simplistic examples where why refactori …
0
votes

Did you ever switch from one programming language to another?

I have switched multiple times and for a few different reasons: 1) Commodore 64 Basic to Watcom Basic -> This was going from grade school where we had Commodore 64s and I had one at home th …
0
votes

What’s the next thing on your list to learn?

Programming wise: ASP.Net MVC and WCF. Operating System: Linux, just to play around with a distro and see how well it runs for me. General technology: Virtualization. This is ignoring the t …
0
votes

Learning experiences for young developers

No, there are many different methodologies out there with varying degrees of success I think. If you want the company you work for to use a particular methodology then you may have to make a case …
1
vote

Advanced .Net Programming Course

I've seen some talks given by Jean Paul and found them to be quite interesting. He is passionate about developing software and doing it the best he knows how and sharing that. I would think his c …
3
votes

As a programmer how broad does your knowledge have to be ?

Simple answer is "It depends." Here are a few factors that influence where the line may be drawn: 1) Company hierarchy. If there is a group responsible for networking, then they should be …
0
votes

How do Programmers go about learning programming?

Some I got just because where I worked got into those technologies. My exposure to ASP and ASP.Net came initially from the fact that the dot-com I worked for used Microsoft technologies extensivel …
1
vote

Is it better to master a few programming languages than to learn many?

I prefer being a Jack of All Trades, personally. Variety can be a good thing if you don't like to get bored and don't want to be doing the same thing day in and day out. I'd also note that there …
7
votes

Which programming languages have helped you to understand programming better?

Scheme, assembly and Pascal would be my main 3. Pascal was the first language where I had a few new elements added to my list of programming concepts: Explicitly giving variables a type, u …

1 2 3 4 5 next
15 30 50 per page