Strategy For Developing A Multi Function Asp.net Web Application?

Mar 4, 2010

I'm about to start a new project and want some advice on how to implement.I need a web application which contains a booking module for reserving timeslots, and a time management module which will enable employees to clock in / clock out.

If I am writing an update to the time managment module, I don't want to disrupt the booking engine availability by releasing a new solution containing both modules.to make things more difficult, there is some shared functionality like common users, roles and security.Here's a suggestion I've gotten, which sounds a bit cruddy, but may be functional.Write a 'container' web application which consists of basically a frame, and authentication / security features. This then has links which, will load the 2 independantly built and released web applications into the frame.I can see that say, if I wanted to update the time management module,

View 4 Replies


ADVERTISEMENT

Developing Multi-part Projects Which Can Be Connected Together For Additional Functionality?

Sep 1, 2009

I'm in the process of developing a database project which will consist of 3 applications, which can be used on their own. The user may choose to purchase just one of the applications, but when the others are used I'd like to have additional functions enabled.My question is what is the best method of developing multi-part projects which can be connected together for additional functionality?

View 3 Replies

Client Server Application - How To Create, Manage And Strategy

Dec 6, 2009

Im a new in this VS2008. But i have some foundation of programming in VB6.0. So im planning to create this application using VB since im familiar in that language.I downloaded a Visual Studio 2008 and SP1 - now on its 90-day trial, and planning to buy the full version depending if it will meet my needs. I just read afterwards the conditions and how to buy it. I hope its free shipping and credit card is acceptable.^^

I need to make an application something like a reporting system, my plan application is a client-server application. Currently im reading the How to topics and some walkthroughs so far so good. Now here are some sort of details and target need to fulfill.

1. An interface from client that will input the data from the multiple-user , including images and these data will be saved in database/table remote server (center database server) LAN.

[Code]...

View 3 Replies

Developing Messaging Framework For Windows Application That Sends Messages To Java Application

Feb 9, 2009

I am in the process of developing a messaging framework for a windows application that sends messages to a java application. To be precise when the win app wants to send a message it simply drops the message in a common database table which will be picked up by the java app. The windows application is deployed across 10 application servers (10 instances) over citrix for load balancing.Each instance of the application is capable of sending a message to the java application and each of these messages should have a unique id. From my end I need to make sure every message generated has to carry a unique id so that they can be identified when necessary. All the messages can be cleared every day or two.i am not quite sure about a best method of achieving this. Initially I wanted to create a static method that serves the next available id (incrementing the last id by 1). But this approach willn't guarantee unique number as the application starts only when at least one user is logged on. For e.g .On one server the app starts when a user logs in, he then sends a message and then the application stops when that user logs off. So when a next request for the app comes to that server a new instance will be started.

View 3 Replies

When Developing A New Windows Application And Web Application Using VS 2008/2010

Dec 7, 2010

I want to learn programming techniques so can make both windows and web applications more user-friendly, faster, safer, reliable and easier to deploy.

View 4 Replies

Developing A Wi-Fi Application In .NET?

Feb 17, 2011

I'm a college student who has a basic-intermediate knowledge in VB.NET, C++, C# and Java. I'm planning to develop an application similar to Microsoft Windows (Windows and Sharing Center ).

The application will able to perform Wireless Detection: scanning the area for available wireless network and presenting them to the user of the software, and then user can decide to which network he/she wants to connect.

[Code]...

View 2 Replies

Developing Application In C#?

Feb 7, 2012

I am new to vb.net . I was developing application in c#. Now i am working in vb.net. i have a query in vb.net. How to write compund assignment in vb.net ?

ex :
In C# ,
int a,b,c;
a=10;
b=c=a;

if i did it in vb.net means the value of b is set to false. how do i solve this problem?

View 3 Replies

Developing A Chat Application?

Oct 4, 2009

I am trying to develop a chat application using Visual Basic 2008. I have referred some articles on the internet like [URL]...rogramming.htm and got the concept of connecting and sending data. But when it comes to real world chat applications, there is user authentication and all that. So I was wondering if it is possible to make my own Windows Live Messenger or Yahoo Messenger!!. I searched web for such a sample or source code, but could not find any. Has anyone here created such an application??

View 2 Replies

Developing A Registration Key For Application?

Jul 12, 2009

i developed a very simple vb.net application and i need a way for every user to verify that they have paid for it. i would like the simplest method possible. it will be an off-line registration. I am actually looking for a way that I can program this easily myself, and am not interested in third part solutions.

View 2 Replies

Developing A Windows Application In VB2008?

Apr 28, 2011

hi, i am developing a windows application in visual basic 2008. when i will install or setup my application to clients' computers, do i have to install the dot net framework 3.5 in every single pc or i can include dot net framework 3.5 in my application.

View 4 Replies

Developing An Application For Use Over Different Versions Of The .NET Framework

Jan 4, 2011

I am developing an application using VB.Net which is a simple executable which is to be run from a network drive of our company servers. Most users can access this executable without issue - others however can open the executable but have no connection to our database (even though when running the executable off a local drive such as C:, the database works no problem).

From some posts I have seen this might be a CAS issue - however our IT department suggest the issue might be down to different version of the .NET Framework being to blame. Firstly, is this the issue? Secondly, how can I develop my application to work with different versions of the .NET Framework? Surely this doesn't mean developing many different executables?

View 15 Replies

Developing An Multilingual Application In .net 2008?

Feb 22, 2011

I am developing an multilingual application in vb.net 2008.I had given a combobox for language selection when user select any language like marathi or hindi then all labels are change in the selected language but i am facing problem with textbox if i select any language it takes input from user in english only.I want when user select any language and enter data in textbox then he is able to enter data in the selected language.

View 2 Replies

Developing New Application In Windows Development?

Jun 5, 2010

I have to develop a new application in windows. in which i have to develop following thing but i am not getting how to develop it.I have to develop following are the two points:1)To show the http addresses that are visit by other computers on the wireless network.

[Code]...

View 6 Replies

VS 2010 Learning And Developing Application

Oct 1, 2009

I'm not new in visual basic but I finished a book of visiual basic in 2005. Now I'm planing to be a2z software developer on windows platform. Do you think that visiual basic is strong language or complete tool for all kinds of software development ? Will C++ or C# come on my way for software development while i'm visiual basic.

View 3 Replies

Choosing The Right Control For Developing Windows Application

Dec 24, 2009

I am looking for a contol either listbox or listview to support my requirements. Basically how my application looks is:

[Code]....

Having said these things. I used to program in VC++6, VB6. But using those version now seems not realistic now as I lost touch. But if I have to use the latest 2008 versions, for which I do not have any experience seems scary. So, If you are reading this , and you have got some experience in these fields or using controls that support my requirement, can you please let me know which programming language or IDE and Control should I use to develop this application. PS: the image is made using mspaint and does not represent actual program.

View 1 Replies

DB/Reporting :: Install In Window XP PC For Developing Application??

Jun 9, 2008

I am new developer of Visual basic and planning to develop WIndow XP PC based application for small retail outlet business, the main functions are to records the daily business transaction and produce reporting at month end.

My questions is what visual basic releated software or tools that I need to install in my Window XP PC for developing this application??

View 2 Replies

Developing A Twitter Application But Getting A Null Exception?

Jul 9, 2009

I am developing a twitter application but getting a null exception. when I searched indeep I found I am not getting any Users array from getTimeLine() Method.My user name and password are correct (The application is actually available on twitter API site.)

View 4 Replies

Developing Unicode Application In .net And Sql Server 2008?

Aug 24, 2010

how to develop unicode application in vb.net and sql server 2008 ?how to start develop and what are the things i have to consider to develop effective unicode application ?. this application should support japanees and english language based on user selection.i took steps but i don't know it is correct.

1. i created tables in sql server with fields, for strings - NVARCHAR, for integer INT, for datetime DATETIME,for numeric NUMERIC.

2. i created another setting-table to have all screens name,label names ( for labels and grid column headers ) and corresponding japanees display names and another column for english display text.

so i'm just going to fetch Japaness/english display names from setting-table on form load and change the labels.Are these correct ? or anyother way to do unicode application effectively ?

View 2 Replies

IDE :: Developing Application With Japanese Language (or Other Languages)

Jun 29, 2010

i've developed vb.net window application in english language.. its working fine but it has to support japanees language also.. Displaying text, input text every thing should be japanees... so user can select english or japanees, based on that label, input control language has to change..

View 1 Replies

Internet Application:Developing For Personal Purpose?

Mar 17, 2011

Just knowing 20 commands i am developing a app?very impressed on myself!Just knowing 10 commands + common sense + special sense each man has i had world most dangerous spy tool....but on my guru & best friend advice i dropped it..but in future will use for good purpose So here is the new scene We are team of workers had blogs,microblogs and other things i decided to create a tool for my self which is like office assistant to assist in our work at office

my tool will do the submission process when we are not in our office

my idea is using a web browser control and do it with vb commands

so kindly think yourself in such position do you agree to do submission task with web browser control or you can do it some other methods?

whats your opinion? what i mean open a website on web browser control submit the details from listbox(which increment on every submission)i think you now got how we are going to do this!!!

so i am need some one advice shall i proceed with this?i had three big challenges

1.Time
2.Yes Of Course Time
3.Ya Time But Time + Work Accuracy

so kindly guide shall i use the web browser control or use method like direct server post?

View 1 Replies

Resources On Learning & Developing Windows Application?

Apr 26, 2011

I am a new bee in windows application in VB.net.I am now in the process to develop a windows application from zero.I have searched online on the reference to develop a windows application from zero but fail.

I also fail to find any resources on beginning on vb.net which introduce all the tools inside such as menustrip.Does anyone has any idea how to find out the resources?

View 1 Replies

Test Barcode Scanning While Developing A Application In C#?

Jul 14, 2011

I am developing an application which will be used to scan the barcode from a particular document, as i am just developing who i will get know that barcode scanning is working i dont have device at the moment

View 2 Replies

Developing An Application That Constantly Checks A Particular Webpage For Changes In The Page?

Feb 25, 2010

im developing an application that constantly checks a particular webpage for changes in the page. im using the webbrowser.documenttext to read changes in the source, its working great. until when i tried to use webbrowser.refresh(), an ugly popup that says. "To display the webpage again, Internet Explorer needs to resend the information you've previously submitted.If you were making a purchase, you should click Cancel to avoid a duplicate transaction. Otherwise, click Retry to display the webpage again."

View 2 Replies

VS 2008 Developing A Lawn Mowing Calculator Application?

May 2, 2009

laterly I've been trying to think of smarter ways to use code my programs. My Uni class's latest assignment involves a Lawn Mowing Caculator. I've designed a form below, but now I'm stumped for where to start on my code for it.

View 4 Replies

VS 2008 Language - Developing An Application That Uses A Sql Server Database

Apr 13, 2009

i 'm develloping an application that uses a sql server database, in my computer where i'm programming i installed the sql server in the same language of the OS, in the tests of the application everything worked fine. Biut after migrating the db to the main server, the values went crazy.. After some research and tests, i saw that the language of the sql server was in english and that was the problem.

My language settings says that the decimal separator is "," and the agrupment digit it's ".", and the sql server works in the other way "." is the decimal separator and the "," it's the agrupment digit. In my code i was using the CDEC to pass the values to the DB, to solve this i removed the cdec and send the parameter as a string (So if i send 2,33 to DB with CDEC i get 233 if i send the 2,33 string i get 2.33). This works for now, but i don't know if in the future i'll have problems...

View 1 Replies

VS 2010 Developing Application For CRUD In VB2010 To Access2003

Apr 4, 2011

So I'm developing an application in VB2010. The idea is to perform CRUD operations (more or less) to an Access2003 Database. The database is relational, yet I haven't grasped the best architecture to make an application to interact with it. I tough doing a Business layer with a domain model would work. Controllers for each Use case (which are basically CRUD operations) would create Domain Layer object. Yet I don't know yet how to manage the mapping of the objects to/from the database.

View 8 Replies

Developing A Small Application Using VS2008, The Mdiparent Has A Expandable Panel With Button?

Feb 15, 2011

I am developing a small application using VS2008, the mdiparent has a expandable panel with Button 1 and Button 2 on it, which opens up child form 1 and child form 2. ( The two child forms are maximized within the mdiparent form)

The problem is, button 1 opens child form 1 and button 2 - child form 2. I cant open the two forms randomly. I have to close the topmost form to access the other forms below it and vice versa.

View 8 Replies

VS 2010 Developing A Chat Application Using Online Connection To A Mysql Database?

Mar 4, 2012

I am developing a chat application using online connection to a mysql databbase. But i am facing a problem. After 10 minutes, MySQL closes all the chat connections because of the 600 seconds timeout (has been set by the host service i am using). I don't understand why is that happening cause every piece of my code which needs data from the database opens and closes the connection (i mean that it dosn't maintain the connection after the query's execution). If i .close() and .dispose() the connection, it still appears in mysql at sleep mode (it terminates only if i exit the program).

Dim MySQLCon as New MySQLConnection
Dim MySQLCom as New MySQLCom
Dim counter as Short

[code]....

View 2 Replies

Developing An Application Which Can Connect To An Ip Address To Transfer/receive Data To The Handheld Device?

Aug 25, 2009

I am developing an application which can connect to an ip address to transfer/receive data to the handheld device via gprs network.

View 2 Replies

Interface And Graphics :: Calendar Grid - Process Of Developing An Application To Keep Track Of Employee's Shifts

Mar 8, 2009

I'm in the process of developing an application to keep track of employee's shifts. the top of the grid should display the days, the left side the employee name. The grid will display the type of shift (N for night, D for day) I just need some direction as to how to develop the calendar grid...I have a database with all the required information (I have a "Shifts" table, which contains the employee name, the date of shift, and the type of shift). Times are not relevant since employees will be either working a night or day shift (type of shift). I'm using VB9 for this project.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved