The guidance tag has no wiki summary.
-1
votes
0answers
10 views
building an ios marketplace app connecting buyers and sellers [closed]
I have an idea to connect ios buyers and sellers similar to ebay but much more simple. Buyers and sellers can also make transactions. I would like to find great references for a beginner to guide me ...
2
votes
1answer
50 views
Is it a good practice to use the [Obsolete] attribute to instruct developers no to use parts of an API
Recently I have been writing some serializable object that also deals with specific logic and has specific life-cycle. In order for it to work properly, it has to be instantiated with an appropriate ...
0
votes
0answers
199 views
Guidance with crash report for iphone app, crash 2.1 & 2.2
I've got the following back from apple, very new iphone developer and just need some guidance please, I've tried searching here and internet but just cant find what I need to do. Made for iphone and ...
-2
votes
1answer
24 views
Guidance in search implementation [closed]
For my site i use two types of user
General User
Business User
When a user logged in i want to allow him to search through both users using their user name,
What if the general user and ...
0
votes
0answers
13 views
How to access MonitorArgument from TypeConverter in Guidance Automation, Recipe
My requirement is, I need to develop a Wizard,
In the first page, I will display the list of Visual Studio Projects and user has to choose one project among them.
In the second page, I will display ...
1
vote
1answer
41 views
Is there an industry Standard logging levels?
I'm writing a policy document for developers about logging on a particular system.
In my draft doc I have "All logging should be at a sensible level..." which has quite rightly been picked up at ...
0
votes
0answers
409 views
Beginning C# Mandelbrot Example - Guidance required [closed]
Currently moved onto C# in my own time and working through a "beginners" book. All is going fine except one basic console window Mandelbrot example which has kind of knocked me off course slightly, ...
2
votes
0answers
210 views
PHP programming logic for framework [closed]
Ive been working on a website for a while slowly building more and more functions and the core started to look like a small framework. So i decided to actually try a and make a small framework for ...
1
vote
1answer
212 views
How does a Dependency Walker work?
I would like to be able to write my own version of a dependency walker tool (I think this is a good way to learn things).
However, I don't have the necessery knowledge to be able to know, given a PE ...
-1
votes
1answer
74 views
Image .htaccess styling
I want to take a link of a screenshot image from my domain (example: http://shot.byarr.ws/PSH.png) and dress it up a little by wrapping it up with a styled landing page, much like cloudapp (example: ...
0
votes
0answers
462 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
185 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
225 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
254 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 ...
6
votes
5answers
469 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 ...
0
votes
1answer
132 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
69 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 ...
6
votes
3answers
3k 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 ...
0
votes
1answer
377 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 ...
1
vote
2answers
48 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 ...
0
votes
5answers
101 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 ...
2
votes
1answer
379 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 ...
0
votes
2answers
1k 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.
2
votes
3answers
422 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
votes
1answer
262 views
Creating of Menus in WPF Silverlight Application with Visual Studio 2010
I want to make a Student Management Software using WCF (Visual Studio 2010). I have not made any projects in .NET. I need a lot of Master Screens, Transaction Screens, Reports and so on. How do i go ...
2
votes
1answer
71 views
What are cons to make site with Liquid layouts?
In Terms of
Development
Maintenance
Accessibility
Usability
Readability
Print-ability
2
votes
1answer
6k views
WPF Prism interesting sample application [closed]
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 ...
2
votes
2answers
60 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 ...
13
votes
4answers
2k 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 ...
2
votes
1answer
207 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" ...
3
votes
4answers
937 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 ...
0
votes
2answers
61 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 ...
5
votes
2answers
152 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 ...
0
votes
2answers
658 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; }
...
2
votes
6answers
616 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. ...
0
votes
1answer
766 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 ...
4
votes
2answers
622 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 ...
39
votes
28answers
3k views
How can developers get out of the learning “void”? [closed]
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, ...
3
votes
8answers
654 views
Aspiring programmer seeking guidance [closed]
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 ...
1
vote
2answers
285 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 ...
0
votes
1answer
111 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
292 views
Composite application guidance help pls
I'm trying 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 ...
2
votes
2answers
186 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 ...
1
vote
3answers
1k 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 ...
0
votes
2answers
3k views
Designing a website using J2EE components… JSP+Servlets+EJB+MySQL… Please guide what all concepts are needed to draw a good and attractive website
I am in position of designing a website now, purely in Java using J2EE components mentioned in the title..
I have designed the Business Logic for my project using J2SE.. and now i want to design a ...
2
votes
3answers
179 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 ...
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 ...
6
votes
4answers
580 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.
...
5
votes
2answers
6k 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
7answers
272 views
What kind of code overview documentation do you write? [closed]
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 ...
