2
votes
3answers
152 views
+100
Continuous Integration and App Engine
Are there any Continuous Integration tools that will run on Google App Engine?
3
votes
5answers
192 views
+100
ASP.NET Chat with WCF
Hi All,
I'm looking to implement a chatroom interface for an ASP.NET page. I'm in the process of learning WCF and it seems that it is appropriate for a chat application. Before I get too involved …
4
votes
3answers
153 views
+150
What is the best practice when the database schema changes in entity framework?
I am using Entity Framework to do the ORM in .NET project. The problem I am facing is that when the database schema changes, there is no proper mechanism to update the edmx file.
For example, If …
1
vote
1answer
126 views
+100
How to logout facebook connect user with Facebook Developer Toolkit?
How to logout or disconnect facebook user in facebok connect session?
I'm using facebook developer toolkit. After using "connectSession.Logout();" method "connectSession.IsConnected()" is still …
1
vote
9answers
179 views
+100
Iterate Over Struct; Easily Display Struct Fields And Values In a RichEdit Box
Is there an easier way to display the struct fields and their corresponding values in RichEdit control?
This is what I am doing now:
AnsiString s;
s = IntToStr(wfc.fontColor);
…
11
votes
7answers
352 views
+150
What are people using JScript.Net for?
I'm interested to know who uses JScript.Net and for what sort of applications.
Whenever I'm reading MSDN .Net documentation, I always notice the JScript samples but in all the years I've been a C# dev …
2
votes
4answers
155 views
+150
Why blackberry apps cannot do network i/o AT ALL outside of North America without BIS?
I was told by a consultant in a 3 hours discussion that basically blackberry 3rd party apps (Distributed through AppWorld or not) cannot perform any network I/O outside of North America without …
0
votes
3answers
89 views
+150
unable to get focus on canvas
Hello
I am creating a canvas in actionscript like :
private var cvs_preview:Canvas = null;
private function show_preview():void
{
this.cvs_preview = new Canvas();
…
4
votes
2answers
109 views
+100
XML Schema reading/editing in vim?
Hi all,
As XML Schemas can be tedious to read (yes, just want to read through the schema) in their normal form, I'm wondering if anyone knows of an existing plugin for vim which will display the …
1
vote
4answers
51 views
+100
Inserting a new object into L2S table and databinding to it prior to SubmitChanges() in WPF
Hi,
I'm just getting started with Linq-to-SQL and data binding in WPF, most of which works like a dream so far!
I've got (what I though was) a common scenario:
a) Query list of records from a table …
12
votes
3answers
274 views
+150
ClickOnce app does not start through Process.Start(”x.abc”) with *.abc associated to ClickOnce app
I have successfully developed and deployed a ClickOnce application which registers an associated file extension, for instance *.abc. When I click on a file named x.abc or if I type x.abc from the …
2
votes
1answer
91 views
+150
Validate user must install atleast one of sub features
Here is the structure of my Application's Installer in FeatureTree/SelectionTree
Application Core
|_ _ Feature 1
|_ _ Feature 2
…
0
votes
1answer
61 views
+150
Salesforce: Trigger that fires off a Workflow rule has stopped working - any ideas?
So in one part of our customised Salesforce system, the following happens:
a trigger changes the value of a picklist on a custom object
a Workflow rule detects that change and fires off an email.
…
5
votes
2answers
89 views
+150
Validate DOM manipulation when using Selenium
I'm using Selenium to test my application. A nice test would be that after every DOM manipulation I would validate the DOM. Is there a nice way to do this?
Obvious ways are:
use some builtin …
0
votes
3answers
78 views
+100
Display alert with custom button titles on Windows?
Using CoreFoundation, I can display an alert dialog with the following:
CFUserNotificationDisplayAlert(0.0,
kCFUserNotificationPlainAlertLevel,
…
