C# - ,what Is The Best Web App To Develop Firstly

Feb 22, 2010

Possible Duplicate: Small projects ideas to teach beginners web developent using ASP.Net I am learning about technical skills to become a web developer.But i don't know how i should start to develop a web application.

View 4 Replies


Similar Messages:

MVC :: How To Develop A New Cms

Sep 30, 2010

I currently have a number of clients who use a cms I have developed. My clients are mainly small web design companies or marketing agencies. I developed a cms, which i customise for each client, with them passing the work off as their own. This cms is built in PHP. have always been keen to move to the .net framework, but over the years have only really completed a couple of projects. Recently I have read a lot about aps.net mvc, and I have started to pick it up. I am finding the learning curve prertty steep, but I am impressed with itI am starting to look forward to the development of a new version of my cms, and I am considering building it using .net mvc, the only issue is, that i will have persuade my existing clients that they should support my decision to do this, and I currently cant really think of any benefits for my clients.

View 2 Replies

How To Develop ROBO KEY

Jul 14, 2010

how i can develop ROBO KEY in asp.net.

View 8 Replies

Develop Interactive Pop Out Box

Oct 3, 2010

I was wondering how to be able to develop an interactive pop out box that enables users to be able to have checkboxes and buttons in the pop out box.

View 2 Replies

How To Develop Right On Top Without Webforms Or Mvc.net

Mar 1, 2010

I know the difference between ASP.NET webforms and ASP.NET MVC and I've seen quite a few videos explaining that they both run on top of ASP.NET (and I've used both). However, my question is, how would one develop right on top of ASP.NET without webforms or mvc.net?

View 5 Replies

How To Develop A Scheduler In C#

Jan 1, 2011

I am using ASP.NET with C# and I am new in those. I need to write code which will read a webpage every minutes. I tried to do this with timer class of c#. When I run that code just after few seconds it says server stop running. What is the best way to write such code?

View 8 Replies

Want To Develop Web Applications Using C#?

Oct 19, 2010

If I want to develop web applications using ASP.NET and C#, then do I really need to learn Silverlight?!

View 2 Replies

MVC :: Is Suitable To Develop Without O/RM

Dec 5, 2010

i see most MVC database application are developed using one form or another ORM. Is it suitable to develop MVC application without ORM (e.g. no Entity Framework 4, nor Linq to SQL) ?

View 5 Replies

How To Develop A Website Using .net

Feb 23, 2011

Is .net framework free, If i want to develop a website using asp.net do i need to purchase a license to deploy my website?

View 2 Replies

Develop Message Inbox Using C#?

Oct 30, 2010

can somebody tell me how to develop a message inbox in asp.net using c# e.g. on forums..we can receive messages in our inbox and we get a notification that "You have 1 unread message in the inbox" etc.

View 3 Replies

How To Develop 3 Tier Architecture In Asp.net Using C#

May 31, 2010

can any one tell about 3 tier architecture in asp.net using C#How can i develop a project using 3 tier?

View 8 Replies

Looking For Applications To Develop Own Application?

Nov 9, 2010

I am developing a web application for mortgage business related data (not mortgage calculation)in C#.( My job is to convert a classic asp app ..so workflow is already there. )Suggest sample application from where i can read and follow structure . It should have tabbed panes, user creation with different level of rights, complex web forms taking lots of input and using ajax.(even a bit of LINQ....as demanded by management!!) I found Nopcommerce interface very good. something similar but smaller in size. My ASP.net webforms knowledge is beginner to intermediate level.

View 1 Replies

C# - Looking For Right Approach To Develop A CMS Application?

Oct 25, 2010

I am developing a CMS application. Its a very huge deep and with full of configurable features. Current, I am developing it using Asp.net C#, form authentication and by creating UserControls.

There are lot of configurable items need to decide at run time as per user roles and some rules are predefined and some will be defined by Admin at runtime. The all information is stored in DB. I am getting lot of issues with USerControls. I consulted with some other guys who told my approach is wrong, I should go through DB data fetching. I really don't understand what is it? It is something like my all pages will be stores in Database and will construct at runtime and display as per rights?

View 2 Replies

How To Develop Multilingual Application

Jan 5, 2010

i am so much eager to develop the multilingual application. But i don't know how to start. how to create the application can i know what is the process to create the application. other wise give me a simple example.

View 1 Replies

Develop A Software As A Service

Feb 8, 2010

i want to develop a small application, which i can deploy as software as a service. I need some tutorials to develop it from scratch.....till the deployment.

View 13 Replies

Vb.net - How To Develop Captcha Control

Mar 18, 2011

I am developing a website where I need a captcha control and I want to develop the captcha control itself, so in the future I can change its length, type, color, and have it be easy to manage as well.

So, suggest me which technology used for to develop the capha control and how.

I am using asp.net platform with vb.net as the language.

View 4 Replies

How To Develop Website For Mobiles

Mar 30, 2011

Is there any tool available for developing mobile websites using asp.net (C#). or else any other tool?

View 4 Replies

How To Develop .net Applications And Publish It?

Jul 13, 2010

I just joined this forum, have a question about using asp.net in windows vista, I do not have visual studio installed, so how do I develop asp.net applications and publish it or do I need VisualStudio to run these applications?

View 8 Replies

Develop Scrapping In Web Application

Oct 5, 2010

I have develop lots of web aplication including web-site with paypal integration and now I want to develop scrapping in asp.net. Any one has knowledge about what is scrapping and how it is implemented in asp.net. I am new to this scrapping.

View 2 Replies

C# - Develop Site Map For A Website?

Sep 2, 2010

I am developing a web site using ASP.Net and c#. I need to design a site map for the web site.

View 2 Replies

Develop A Ecom Easystorehosting?

Jul 23, 2010

How should I develop a e-com easystorehosting?

View 1 Replies

Application To Develop & Test On A Mac

May 11, 2010

I'm starting to learning some asp.net so I'm looking for an application to develop asp.net using a mac. I know dreamweaver can be used to write asp.net but I don't have any application to run a test server. ondering what my options are regarding developing and testing (not on a live server) using a mac.

View 2 Replies

How To Develop A Site With Secure Login

Nov 23, 2010

I want to develop a site with secure login. i followed various tutorials, and created a site, based on the default master page. I believe i set up the asp.net configurations correctly. under security, changed authentication type to "from the internet", added roles, added users based on those roles. when i compile the project and test the log in, it works fine. but, in visual studio 2010's Solution Explorer the App_Data folder is grayed out and i cannot get into it to view the database. how do i view the tables and create new tables?

View 4 Replies

Trying To Develop A Regular Expression For Webpage

Mar 31, 2010

I'm trying to develop a regular expression for my ASP.NET web page which will test the following strings:

[code]....

but it's not working. Can anyone suggest a better one?

View 7 Replies

How To Develop Window Based Application

Jul 18, 2010

I am trying to develop ASP.NET window based application and am struggling with it. I am using ASP.NET 2008 version.

this HTML command lang, I inserted lang=VBNET.

What does lang means and what is the purprose of it ?

Here are the HTML coding:

<form id="form1" runat="server" lang="VBNET" title="ONLINE ORDER REQUEST Screen">

View 10 Replies







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