Creating Framework For A Basic Browser Game?

Sep 22, 2010

beginner programmer - basic C#, first year of university going too slow in terms of actually learning programming. i'm looking at creating framework for a basic browser game, in the vein of urbandead and the now dead nexuswar. because i'm a student i already have visual studio 08 for free - because of this, and my experience with C#, is it worth it to choose ASP.NET/ADO.NET over PHP/mySQL for this kind of project?

View 3 Replies


Similar Messages:

C# - Developing A Small Browser Based Game?

May 14, 2010

I am developing a small browser based game in asp.net. Think of a game room which has a capaticy of 22 players and players join the room by clicking a button. ( I am saving the number of players in the room in database) I need to call a method when the number of players in the room is 22. The problem is I don't know how to control the number of players in the room. I mean I think like there need to be a bacground code which has to run all the time at the server and that code controls the number and call the function.

View 4 Replies

Security :: Basic Information About Creating Users With Create User Wizard?

Jan 8, 2011

Im very new to ASP.net and have no experience with it at all.Im currently developing a website,and am confused about creating users.Im using the create user wizard,everything is working fine.However,I am worried about the security of user information.I believe the user information is stored in the APP_Data folder, am I right in believing that this folder is secure?

Exactly how is the user information stored when using the create a user wizard?In a database in the APP_Data folder?Is it encrypted automatically when a user signs up?

View 5 Replies

Installation :: Basic Assemblies Required To Run A Basic 4.0 Website?

Sep 8, 2010

I am trying to figure out what are the basic assemblies required to run a basic ASP.NET 4.0 website. Say.. a website with just a label in it. I looked online and didn't find a list there. I know installing the framework 4.0 will give me all the dlls but I just need the basic ones that will make a basic site work on ASP.NET 4.0.

View 1 Replies

C# - Creating A Custom Framework Extension?

Feb 21, 2011

What is the best way to go about creating a custom framework for asp.net?

We have several enterprise level asp.net ecommerce websites all running from completely seperate code bases. What I'd like to do is standardise the common components (session management/urlrewriting/surge control etc) and integrate them into the .net framework at the highest level possible and in a way that my developers cannot (easily) make changes.

I've considered creating a common assembly and just referencing that in each of the solutions but this still relies on the developer wiring up the httphandlers/modules and implementing the basepage design pattern for each individual page/masterpage.

View 1 Replies

Can Use Silverlight On Mobile Browser With Vs 2008 Framework 2.0

Apr 13, 2010

which version is use for tht to develop my mobile web brower appliaction for new mobile handset plz give me step by step for that& plz tell me which appliaction is use for tht bcz i'm new.

View 1 Replies

Creating A Framework For Web Forms Similar To Flex States?

Apr 13, 2010

I really enjoy the flex states framework. You define a few states for your control, and then can set child controls to only appear in certain states. Check out this code:

<s:states>
<s:State name="signin"/>
<s:State name="register"/>

[code]...

View 1 Replies

AJAX :: Error While Creating Batch Request Using O - Data Framework

Mar 29, 2011

I was trying to send a Batch request with O-data framework given below is the code sequence.

updateService = new Sys.Data.OpenDataServiceProxy("http://localhost/myservice.svc");
actionSequence = updateService.createActionSequence();
actionSequence.addUpdateAction(newWr, workRequest.__metadata.uri);
try {
actionSequence.execute(
function () {
alert("Success");
},
function (error) {
alert(error._message);
}
);
}
catch (e) {
}

but this is failing because on response in the end i am geting some extra sections such as undefined ..given below is the response that i am geting in the end u can find the last 3-4 lines and junk data. which is

undefined undefined HTTP/1.1
Host: localhost
Accept: application/json
Accept-Charset: utf-8
The RESPONSE DATA
**************************
--batch_5d5c-5276-934b
Content-Type: multipart/mixed;boundary=changeset_ef52-ebe1-2137
--changeset_ef52-ebe1-2137
Content-Type: application/http
Content-Transfer-Encoding: binary
MERGE http://localhost/myservice.svc/data('Document_dd879945-cdd8-4336-95d3-365c52c617bd') HTTP/1.1
Host: localhost
Accept: application/json
Accept-Charset: utf-8
Content-Type: application/json;charset=utf-8
{"__metadata":{"uri":"http://localhost/myservice.svc/data('Document_dd879945-cdd8-4336-95d3-365c52c617bd')","type":"Accelrys.Services.DataContracts.WorkRequest"},"VaultId":"Document_dd879945-cdd8-4336-95d3-365c52c617bd","WorkRequestId":"WR.fee0a427-0652-4493-a785-d4b81f26549c","Title":"TEst
WR from Arun PP - Modified By Arun","Project":null,"CreatedBy":"sqalab\vault.admin","VaultPath":"","CreatedOn":"Mar 27,2011","ModifiedOn":"Mar 27,2011","ModifiedBy":"sqalab\vault.admin","Status":"Not Started","NeededBy":"Dec 31,2000"}
--changeset_ef52-ebe1-2137
Content-Type: application/http
Content-Transfer-Encoding: binary
undefined undefined HTTP/1.1
Host: localhost
Accept: application/json
Accept-Charset: utf-8
--changeset_ef52-ebe1-2137--
--batch_5d5c-5276-934b--

View 1 Replies

Stop Pdf To Open In Browser When Creating Dynamically

Oct 20, 2010

i create a pdf file dynamically but when it create it open in browser directly , i don't want to open this in browser. but it open in a popup.

View 6 Replies

Web Forms :: Clear IE Browser Pagesetup - Header And Footer Using 1.1 Dotnet Framework

Aug 16, 2010

I like to clear the IE Pagesetup--> header and footer using Asp.net 1.1 , I have tried in 2.0 Dotnet it works fine it is not working in 1.1 and its urgent too this is the code i tried ...........

public void IESetupFooter()

View 2 Replies

State Management :: Creating A New Session ID On Opening A New Tab Or Browser?

Apr 9, 2010

How to solve Cross browser session Problem???When i login to my site and open a new tab,the session is shared.I want a new session for each tab.It is possible without using cookieless = 'true',but i cant use this.

View 4 Replies

Tried Creating A Page And When I Send It To The Browser, Get This Error Message?

Feb 27, 2010

i tried creating a page and when i send it to the browser, i get this error message.

"http://localhost:53187/dogpound/Default.aspx

that can i do?

View 4 Replies

Creating New Process Which Doesn't Get Killed Even Browser Is Closed

Jul 6, 2010

I need to perform an operation such as extracting the data for past one year from DB and doing some manipulations and finally displaying the excel graphs for the extracted data. The extraction of data takes almost 6-7 hrs. What i require is that user enters the required data (date and some other details )through an asp.net page and submits it and then closes the browser. Now a process should get started which will extract all data and create the graphs and finally send an email to the particular user.

View 6 Replies

Web Forms :: Creating A Class Or ID For The Body Tag Dependent On Browser?

May 12, 2010

Im new to learning C# and .Net platform,

I have been wondering how i would go about:

1. Detecting the browser version

2. Using the browser version and associating a class or id for it

3. Using this class or id to be assigned to the html body tag.

Keeping one stylesheet for all browsers but having browser specific styles if any fixes are required. I know this can be done, i just dont know how.

View 6 Replies

Security :: Built-in Membership Framework And Has Implemented Own Provider By Creating A Class That Inherits From MembershipProvider?

Jan 23, 2011

used the built-in Membership framework and has implemented his own provider by creating a class that inherits from MembershipProvider (found in System.Web.Security). I actually went ahead and created a custom provider which inherits from MembershipProvider. The problem is that there are several methods I do not really need. Also, the schema is totally different. Plus, most methods return a MembershipUser which means my User class has to inherit from it as well. So really, what benefits does the MembershipProvider and the whole Membership framework add to my system? Do these benefits justify the fact that I won't be using most of the methods on the class?

View 7 Replies

Web Forms :: Creating Browser Like Tabs On Master - Content Pages

Feb 2, 2010

I'm working on master pages. And I would like to create tabs much like firefox tabs sharing sessions which need to navigate on different pages.I tried many solution but all comes into vain.

View 3 Replies

HttpHandlers / Modules :: Creating A Large XML String And Sending That To Browser?

Jun 4, 2010

I am trying to solve a problem that involves creating a very large XML string and stream that to browser. Right now i am using stringbuilder class. Here is the sample code

here i am using only just one property.

[code]....

total length of the final string will be 120MB or so.

With this code i am getting out of memory errors intermittently. To resolve this issue ..i am planning to create a HTTP handler for streaming XML output to browser.

View 3 Replies

Get Value From Flash Game?

Jul 27, 2010

i have some flash game that the user can save his name and scores. the flash game sends tha values with POST method. how can i call this values from asp.net cs page? when its in get (querystring) i know how to get this value but its not good because of security problems.

View 1 Replies

Silverlight - XNA Game In Web Site

Oct 1, 2010

I was wondering, though I have got quite a few articles in this regard and all of them are for previous versions of XNA or not what I need, is it possible to embed an xna game in a asp.net website???
Means like there are several websites (game portals) having several games of may b flash or java. But is it possible to embed your xna game in a web site, and play it on web. May be using Silverlight so that User playing online do not have to updates its DirectX drivers or stuff.I am a beginner in Game Development.

View 2 Replies

Networking - Host Game On Ftp?

Jul 13, 2010

Is it possible to host a game say counterstrike on ftp. eg. [URL]

This provides a game control panel to handle server from website. How game gets started on hosting server. Do we needs to install game on hosting server though commands given in its API. or is it there some other procedure to host game on hosting server

EDIT

Try referring to this link which show requirement of the control panel. I want to develop a same kind of thing with only starting and stopping server

I apologizes for not being able to explain my question clearly as even I dont know how to make my question clear as I used to play this game host server on my system. But want to host server on web hosting server.

View 1 Replies

Checking For Online Users On A Game?

Jan 20, 2011

I need a reliable way of checking if a user is logged into a web based game. This is the scenario:

I have a game on the front end built in Flash with Actionscript 3, that calls a web Service in .NET. So in some way I'd like to create a reliable way of getting a list of users that are logged into the game. I would need to create a Timer in Actionscript that calls a method in the Web Service every certain amount of time, but I'm not sure which is the best way to do it on the server side.

I remember in the old days with classic asp I'd use global.asa and it was not reliable at all. Also, checking a database with a boolean, would always depend on the user clicking on "logout". So i guess there needs to be some kind of asyncronous coding in there somehow.

View 9 Replies

Facebook Game Development - .NET - Which Architecture

Mar 17, 2010

I am starting to develop a facebook game using ASP.NET + Silverlight

Which architecture would you use? ASP.NET MVC or MVVM or RIA Services?

ALso what do you think about using XNA with Silversprite?

The game won't be a arcade game. It will be more strategy/RPG.

View 2 Replies

How To Make Ranking Of Players Registered On Created Game

Jul 3, 2010

I have one grid view, similar to a Ranking, a ranking of Players registered on my created game. I added a Select button, "Play" to this grid view, and what i want to do is connect the play button with another player. Dont know if im explaining it all right but, its likeClick "Play", It goes to Ranking Table, Gets the mail of the registered player i want to play, and then i do my function about who wins the interaction.

View 1 Replies

Silverlight Online Trading Simulation Game Implemenation?

Aug 16, 2010

I am going to start a new online trading simulation game.

Server Page:

A game will be loaded with an xml which contains the instruments for this game and each instrument initial and changing factor price(which determines the price for the next interval ex: 1 min).

User Page:

After the game is loaded successfully, Users can launch a page where they can buy/sell instruments. During this buy/selling process, the profit/loss should be shown to user in real time. A dropdown will be populated with the instruments, when selected, should show a real time graph of the price.

Design:

I want to use ASP.NET and silverlight to develop this application where an ajax request will be sent in configurable time to the server to get the latest details about the instruments. Then based on the response, the client browser will be updated with the latest prices. The instrument graph also will be updated in the same way. So, I would like to know whether this is a right way of building this applicaiton.

View 1 Replies

Searching Server Software To Build A Multiplayer Online Game?

Mar 26, 2011

I was searching server software to build a Multiplayer Online Game. All of the servers I found up to now use Java in the server side (ie smartfoxserver)

Today I found this one, Photon, that seems interesting because it uses .NET, you can see it here:
www.exitgames.com

View 4 Replies







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