function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Romil GuptaRomil Gupta 

if i want to create a website or a window application like in DOT NET ..is it possible in sales force to develop,deploy and execute a web or window application????

Ishwar ShindeIshwar Shinde
Hi,

Yes, You can create website using Site.com. 
Also, development of application is possible as  Salesforce provides some out of the box functionalities(Validation rule, Workflow rule, assignmnet rule, Approval process etc.) along with customization using APEX language (simillar to Java). Using this you can build Classes, Pages, componets, trigges etc.

More info on Site.com - https://developer.salesforce.com/page/Site.com
https://help.salesforce.com/apex/HTViewHelpDoc?id=siteforce_overview.htm

Mark this as best ans if this helps!!
 
Vasani ParthVasani Parth
I would suggest you start with reading the sites guide, which also has pointers to getting started with Visualforce and how to integrate with your salesforce environment data: http://developer.force.com/sites

Please mark this as the best answer if this helps