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.. ...
Where can i find a good/simple asp.net mvc application with fluent nhibernate? Any suggestion.. ...
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! ...
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...
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...
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...
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? ...
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. ...
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...
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...
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...
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....
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 ...
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,...
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...
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...
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...
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? ...
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' => '...
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 ...
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. ...