Tagged Questions
The guidance tag has no wiki summary.
36
votes
28answers
3k views
How can developers get out of the learning “void”?
As a programmer of any level, I have found that at times our programming knowledge comes to a halt. Some tend to dismiss this halt and that we are in it. We say things such as: "Well I know this, ...
26
votes
24answers
2k views
What's your favorite “abandoned rule”? [closed]
Like children, programmers are often given the information that they need for their profession in the form of inviolable "rules". Like children, we often follow these rules unflinchingly until one ...
13
votes
8answers
409 views
What do I need to do as a beginner to learn Ruby on Rails & land a job working on it full time? [closed]
I am learning Rails & Ruby right now with the ultimate goal of using these technologies full time. However, my current job is at a windows shop & I am not in a position to influence any ...
9
votes
3answers
660 views
Need guidance for my first Android application: how many activities should I use?
I'm starting Android doing an application for searching restaurants, and some guidance would be welcome!
On the first screen I'd like to have a search field with a submit button (I get the data from a ...
6
votes
4answers
498 views
Free/Paid Flash Video Players?
I've been looking into the FlowPlayer recently for a new project. What other alternatives are out there (Free OR Paid)? I'm interested in speed, usability, features, and customization capabilities.
...
4
votes
2answers
124 views
Designing an architecture in a technology where expertise is lacking
At my company we are undertaking a large task of creating a new software architecture for our products. Our current architecture has been in use for many product iterations and lasted a long life and ...
4
votes
2answers
471 views
How do I make a message box like StackOverflow's? [closed]
I'm more or less aiming for the below, using the tutorial at http://roshanbh.com.np/2008/07/top-floating-message-box-using-jquery.html, however, I'd like to take it one step further.
My bar will ...
4
votes
14answers
383 views
Need suggestion regarding which programming language to choose [closed]
I am currently working as an automation test engineer (writing functional scripts for software products). I have experience working with watir, watin and webaii. Also i have an intermediate level ...
4
votes
2answers
4k views
Difference between a BitmapFrame and BitmapImage in WPF
What is the difference between a BitmapFrame and BitmapImage in WPF? Where would you use each (ie. why would you use a BitmapFrame rather than a BitmapImage?)
3
votes
4answers
211 views
Is a degree in Industrial engineering helpful for programmers
I am currently pursuing my MS in Software Engineering. I am considering the option of doing a part time programme in Industrial Engineering as most of the courses (Operations Research, Accountancy, ...
3
votes
3answers
515 views
Recommendations on developing a WPF application without using MVVM or similar
We were building out the next version of an in-house thick-client application using WPF/Prism (Composite Application Library). As we were nearly done with the client our team was put under new ...
3
votes
8answers
544 views
Aspiring programmer seeking guidance
I apologize if this is not the suitable place to be seeking advice.
I would like to switch careers from mechanical engineering to programming. Many of the projects I currently work on (weapon ...
3
votes
2answers
260 views
Mentors for Architects
While reading the activities performed by established solution/software architects, i came to know that many of them are guided by mentor or mentors.
So,
Did you become an architect by the help ...
3
votes
7answers
244 views
What kind of code overview documentation do you write?
As suggested, I have closed the question posed here and have broken it up into separate questions regarding code documentation to be posed throughout the day.
This is the final question in the ...
3
votes
6answers
292 views
Are Tests Valid Documentation?
As suggested, I have closed the question posed here and have broken it up into separate questions regarding code documentation to be posed throughout the day.
The first part: How do you document ...
2
votes
5answers
130 views
Should Debug.Assert and Debug.Fail be used liberally, and should they be left in production code?
I am reading a book which asserts (pun intended) "You should load your code with Debug.Assert methods wherever you have a condition that will always be true or false."
I haven't been using these two ...
2
votes
1answer
228 views
Role of Microsoft certifications ADO.Net, ASP.Net, WPF, WCF and Career? [closed]
I have a question that is , strictly speaking, not related to programming but i think that the people here can answer it in a best manner.
I am a Microsoft fan and .Net enthusiast. I want to align my ...
2
votes
1answer
68 views
What are cons to make site with Liquid layouts?
In Terms of
Development
Maintenance
Accessibility
Usability
Readability
Print-ability
2
votes
6answers
610 views
Is it safe to assume a GUID will always be unique?
I know there is a minute possibility of a clash but if I generated a batch of 1000 GUIDs (for example), would it be safe to assume they're all unique to save testing each one?
Bonus question
An ...
2
votes
2answers
56 views
What's the best way to communicate the purpose of a string parameter in a public API?
According to the guidance published in New Recommendations for Using Strings in Microsoft .NET 2.0, the data in a string may exhibit one of the following types of behavior:
A non-linguistic ...
2
votes
1answer
141 views
TFS Template Customization - SharePointPortal site
I am customizing a Process Template for TFS2008.
I am using the "MSF for Agile... v4.2" template as the base template and would like to set the version control settings of the "Project Management" ...
2
votes
6answers
413 views
Guidance, tips/tricks for larger scale php development [closed]
A project that I maintain and develop in asp.net so far has over 500 c# files (including code behind), 150 aspx, dozens of web controls, masterpages, split over various projects; web, business, cms. ...
2
votes
2answers
173 views
How much autonomy do you give developers in applying patterns?
I get to work with a number of companies, mostly with architects/lead developers and sometimes directly with the developers. One thing that comes up often is that when architects prescribe an ...
2
votes
3answers
158 views
GUI concurrency
What is the best way(s) to keep the User from getting confused by this "Race Condition"?
This could be a really silly question.
One GUI, with a window supporting mouse operations of the objects in ...
2
votes
11answers
711 views
Rule you know you should follow but don't
Inspired by What’s your favorite “abandoned rule”? What is the number 1 "rule" you know you should follow, but don't?
2
votes
11answers
493 views
How do you document your methods?
As suggested, I have closed the question posed here and have broken it up into separate questions regarding code documentation to be posed throughout the day.
The first question I have is, what are ...
1
vote
3answers
208 views
How to choose which type of NoSQL to use
There is a great list of various NoSQL database platforms at http://nosql-database.org. It categorizes each as a "wide column store", "document store", "key-value store", or "graph store". What I'm ...
1
vote
2answers
46 views
When is it appropriate to create a user control (WEBFORMS)?
I wonder when it is appropriate to create and use a user control instead of just putting some UI functionality directly in your WEB Form.
I realize this question will probably have a different answer ...
1
vote
3answers
222 views
From Java to JavaScript
I briefly checked for dupes of this question, since I was certain they would exist, but I couldn't find any!
So, I am going from Java to JavaScript; what can I read that will make sense? (and if I ...
1
vote
1answer
61 views
Internet Start-up, what the _ad-hoc_ do I do? [closed]
beloved s.o. (lowercase intended; indented, and, subsequently dedented),
I have a long-term project in mind, and when it's done I will definitely show it to you.
In the mean-time, as the title ...
1
vote
2answers
185 views
Guidance for Migrating MS Access Apps to .Net Apps
I will soon begin the painful*(kidding)* process of migrating multiple, separate, Access Applications to "Real" applications*(notice the quotes, no flame wars please)*. Most likely this will be Web ...
1
vote
3answers
908 views
What is the difference between My.Computer.FileSystem.MoveFile and File.Move
The question says it all really.
What are the differences between these two methods that appear to carry out exactly the same function?
Is there guidance to say which should be used or are there ...
1
vote
4answers
1k views
Same module multiple times as TabItems
Here's my scenario:
Shell with 1 TabControl and 1 region called MenuRegion
MenuRegion contains Buttons for each of the available modules (applications).
I want to achieve the following using Prism ...
0
votes
1answer
45 views
What happened to Microsoft Blueprints? And what should I use instead?
Microsoft had this project called Blueprints as a replacement for Guidance Automation but then, all of a sudden, it dissappeared. So my question is - what can I use instead?
0
votes
0answers
100 views
Reverse engineer/decrypt data from serial port
I few years back I received a toy model of a moon explorer. It is a pretty neat toy that records temperature, distance from a point, and keeps track of battery power. The aforementioned statistics can ...
0
votes
1answer
87 views
Any ideas why my jQuery won't execute?
I started building a testimonial rotator for a project. Oddly enough it broke before it made it live (tested it prior) and I decided to scrap it and write a new script to perform the same task. I'm ...
0
votes
1answer
129 views
Asp MVC PartialViews vs WebSocket-Json - Need Guidance/Advice
I'm working on a project that we have implemented using mvc 3. I've created this with a separate service and DTO layer, having the service return DTO objects. The MVC Controller then takes this DTO ...
0
votes
0answers
62 views
Looking for guidance on report generation from WPF applications
I'm looking for guidance on a solid strategy for creating basic and complex reports to be easily generated from within WPF applications. I'm suspecting a FlowDocument would be the answer though needed ...
0
votes
1answer
65 views
Websphere ESB - prerequisites
I am a core J2EE professional with exprience mostly in servlets, jsps, mvc frameworks and web services. I am planning to specialize (or) learn any one technology deep. I dont know what are the ...
0
votes
1answer
50 views
As a .NET developer, what do I need to know about GDI (objects, handles, etc.) and where can I learn about it?
Sometimes I run into errors or problems involving handles, GDI objects, etc. For instance right now I have a recurring error in one of my clients' applications that is an error creating a handle.
I ...
0
votes
0answers
31 views
Seek guidance to choose a Career [closed]
I did my Masters in Business Administration with Human Resources and Finance as my specialisations. And I have Computers background in my Graduation. I finished my studies six years back. Spent time ...
0
votes
1answer
121 views
User control best practices: What are some best practices for creating and consuming user controls?
I' breaking out sections of forms that use the same functionality into a couple user controls. What are some best practices/guidelines I should follow/consider? Should these user controls be in their ...
0
votes
5answers
72 views
When is it appropriate to create a user control (WINFORMS)?
I wonder when it is appropriate to create and use a user control instead of just putting some UI functionality directly in your Form.
I realize this question will probably have a different answer for ...
0
votes
2answers
697 views
How to make automated test for iOS applications?
I've learned that I have to make automated tests for better quality.
But I have no experience about tests. My problem is I have no idea. I'm asking any good guidance of making test for applications.
0
votes
2answers
1k views
WPF Prism interesting sample application
I'm looking for a good example of WPF Prism (or Composite Application Guidance) sample code that would not be as complicated as the StockTraderRI or as simple as HelloWorld but could explain all the ...
0
votes
2answers
45 views
How can I resolve image paths in views that are part of a module based on the Composite Application Guidance using Silverlight
I have a Silverlight application with several modules, which each resides in its own project. Unfortunately, all the paths used in images aren't resolved anymore (no pictures are shown in my ...
0
votes
2answers
533 views
Correct interface use with Entity Framework / Linq-to-SQL
I'm about to show my inexperience here, but hey - like any developer I want to learn.
Given the following interface:
public interface IRepository
{
entityDB Database { get; set; }
...
0
votes
1answer
563 views
WiX: How can I install a guidance automation package (GAT) using WiX?
I'm currently writing an installation for our in-house development SDK. Part of this SDK is a guidance package for Visual Studio 2008 (Guidance Framework Version: February 2008).
Unfortunately I ...
0
votes
1answer
83 views
Unit Inspection storage in SQL Server DB?
I am no DBA. I do have quite a bit of experience in retrieving data out of a DB for reporting purposes, but the actual designing of one I have little to no experience with. So I am hoping someone ...
0
votes
4answers
246 views
Composite application guidance help pls
Im tring to make a composite application (i am still learning how it all works)
Lets say there are two regions with a view in each that interact with each other via drag and drop, view A contains a ...