application

good/simple asp.net mvc application with fluent nhibernate..

Where can i find a good/simple asp.net mvc application with fluent nhibernate? Any suggestion.. ...

Android -- Transferring Application to a Device

I have just finished my android application and now it's time to test it under real-life conditions. The only problem is I'm clueless as to how to take the application and transfer it over to a device. I have already signed the application. What's next? Thanks in advance for your help! ...

Looking into the Android source, specifically around activity & service lifecycle

I want to look more into the workings of Android. More specifically I want to know how Applications (including Activities and Services) get launched by the system. I also want to be able to see who calls their lifecycle methods and how objects get allocated and recycled. I have downloaded the Android source from git and browsed around f...

SQLCE Local Application Help

Hi, I'm here for a trouble with SQLCE on a C# application, this is a really simple question, at first I was trying to do an INSERT into a table, but it didn't do it, so I searched and the solution was to put the literal string to connect to the database. try { cnTrupp.Open(); SqlCeCommand com = new SqlCeCommand("INSERT INTO tip...

Which .NET Web Application Framework would you recommend?

I am in the planning phases for an enterprise level web application that will likely be highly transactional in nature with a SQL Server back end database. Most of my development in the past few years has been implementation of Content Management Systems. However this will be an app that is built from scratch. It seems silly not to us...

Silverlight and RIA Service without ASP.NET

Hi, I'm pretty new to Silverlight/RIA/Asp.Net thing, and I'm trying to figure if an Asp.Net website is required (for hosting the app) if I wish to use RIA services with Silverlight? ...

storing a image to sql server hosted in windows web server from mobile application

hai i am involved in developing a mobile application which will take a photo and store it in the sql server which is hosted in web server. ...

Having problems generating a keystore (Java)

I am trying to publish my first Android application, and therefore need to sign the app with a keystore. At first everything goes well. I type the following into the command prompt: keytool –genkey –v –keystore testKeystore.keystore –alias testKeystore –keyalg RSA –validity 10000 I answer the several questions that follow, but after...

How to download file in local machine which is selected in combo box using c# dot net windows application.

I am developing windows application, in which there are 3 buttons, 1 for browse, 1 for upload a file in sql server database and 1 for download the file from the database. there is 1 combobox which shows the uploaded file of database, the user can select that file. I want to download that selected file. Is it possible? if yes then how? pl...

Android: How to kill an application with all it's activities?

I want to offer the user an option to exit the application as I need to delete some sensitive data, which is stored in the SharesPreferences as long as the application needs it. As soon as the user wants to exit, the password in the SharedPreferences should be wiped and of course all activities of the application should be closed (it ma...

Converting NSData to Java float?

So I'm writing an application for my iphone that networks to my computer running a java application using a socket. But when I'm transferring data, I have to send a NSData object from my iphone, and of course the java program doesn't know how to interpret it. How can I fix this? I need to send 3 float values between the two applications....

Help me to signe my application apk file

Hi All This will be my first time signing application using Keytool and Jarsigner. I run my apk through the market signing process, step by step as it is explained in android official site http://developer.android.com/intl/fr/guide/publishing/app-signing.html Signed process finished with success apk created. Installation of this ...

ASP.NET cache Application Variable

I am wondering about potential issues with – alternatives to - caching using an application variable. To preface, I have a custom application object that stores all application data in ONE application variable – the object organizes data in an XML cloud and stores the cloud in one variable for performance. I am aware of DataSet caching,...

Function Composition VS Function Application

Do anyone can give example of function composition? This is the definition of function composition operator? (.) :: (b -> c) -> (a -> b) -> a -> c f . g = \x -> f (g x) This shows that it takes two functions and return a function but i remember someone has expressed the logic in english like boy is human -> ali is boy -> ali is hum...

help using xcode and objective C

Hey i'm new to objective C and developing apps, i'm a web developer and would like to link a certain image in my project to a certain page (like a href in html) But i have no idea how to do it. Any help would be much appreciated. edit: Sorry, i should have been clearer. i would like it to link internally to another part of my app. essen...

After facebook login how to get User Information using javascript SDK in asp.net application

Hi All, I have to implement facebook login and also want to get logged in user's information like birthday, firstname, Email address. I have already done some other stuff like recent activities etc of facebook using javascript SDK of facebook. i am developing application in ASP.Net (C#). How can i get user information, Please provid...

Can we submit to apple just a showcase application for a website ?

A friend asked me if I could make an application that displays the contents of his website. The idea is to use the AppleStore's communication. I searched and the only "limit" that I see is that we have no right to make a commercial application. Have you ever tried to send an application in the same type to Apple? ...

CGI Application Authentication using multiple drivers

Hi I have been trying to authenticate my CGI application through 2 drivers, one that uses username/password stored in the database and other using ldap active directory. following is the code $self->authen->config( DRIVER => [ 'DBI', DBH => $self->dbh, TABLE => 'user', CONSTRAINTS => { 'user.username' => '...

Which layout do you suggest

Here is a video of my app: It's currently using absoluteLayout, and since absoluteLayout is deprecated i decided to change my layout. So what Layout do u suggest using for this app? Please see the part of the video, that the game has started, that's the only part with absolutelayout. Thanks ...

How to create a windows 3D desktop application manager?

I want to create a 3d application desktop manager in C++. How do I go about making application render to a 3D surface, like OpenGL or DirectX, for example? Any API, information or links would be helpful since I've scoured the net and can't find any information on this. ...