Click here to Skip to main content
15,896,557 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: best way to move website from development to production Pin
Sandeep Mewara7-May-13 22:47
mveSandeep Mewara7-May-13 22:47 
QuestionFacebook-Like alert Pin
Jassim Rahma7-May-13 10:29
Jassim Rahma7-May-13 10:29 
AnswerRe: Facebook-Like alert Pin
Sandeep Mewara7-May-13 22:49
mveSandeep Mewara7-May-13 22:49 
QuestionLink My SQL with SQL Server Pin
Member 100349907-May-13 6:35
Member 100349907-May-13 6:35 
AnswerRe: Link My SQL with SQL Server Pin
Sandeep Mewara7-May-13 22:50
mveSandeep Mewara7-May-13 22:50 
Question401 Unauthorized error Pin
vanikanc7-May-13 5:21
vanikanc7-May-13 5:21 
AnswerRe: 401 Unauthorized error Pin
Sandeep Mewara7-May-13 22:55
mveSandeep Mewara7-May-13 22:55 
QuestionWhat do you think about to improve your web applications coding by writing C# instead of JavaScript? Interesting in your opinion. Pin
Wladis7-May-13 4:34
Wladis7-May-13 4:34 
We have tired of ton JS code in our applications, when errors could occurred in runtime (and specific browsers only).
So we decide to write something which allow to build rich client-side (single page as well) web applications on C# using our Incoding Meta Language.
It's simple - you define the tag behaviour on C# and then it parsed using our JS engine. Any js library could be plugged in, like we did for the Jquery UI (dialog, slider), Google Maps (show map, add/remove marker), BlockUI...

Even more, some our new developers even don't know the Javascript at all now Smile | :)

No trial, no donate. Just Open Source. We would like if someone would say "that's cool, i will try!" and give any feedback (critics are welcome).

I know some questions would be like "we need to learn this before start using, why do we need that if we already known js?".
- I would answer by asking another thing:
"What if your teammate (or another developer) leave some code for you and you need to understand what the hell this js construction is and first of all, where to find that event handler?"

With this approach, you just find the element on page and see what the behavior defined in C# well typed code.

You may kick me for the spam, but I just want to discuss:
1) If this type of approach could be alive or not?
2) What are your suggestions? Do you use something else to exclude such problems like we have had to write this?

P.S. We have all current projects using this. And there are server-side features as well.
QuestionHow to maintain state of an application Pin
cLeanMy7-May-13 4:09
cLeanMy7-May-13 4:09 
AnswerRe: How to maintain state of an application Pin
Sandeep Mewara7-May-13 22:58
mveSandeep Mewara7-May-13 22:58 
Questionsend sms Pin
hi88807-May-13 3:32
hi88807-May-13 3:32 
AnswerRe: send sms Pin
Sandeep Mewara7-May-13 23:01
mveSandeep Mewara7-May-13 23:01 
Questionwhere to start Pin
Yashwanth. C.b5-May-13 7:48
Yashwanth. C.b5-May-13 7:48 
AnswerRe: where to start Pin
Blikkies5-May-13 21:11
professionalBlikkies5-May-13 21:11 
AnswerRe: where to start Pin
_Amy5-May-13 22:57
professional_Amy5-May-13 22:57 
GeneralRe: where to start Pin
Yashwanth. C.b6-May-13 4:57
Yashwanth. C.b6-May-13 4:57 
AnswerRe: where to start Pin
Thomas Daniels6-May-13 5:46
mentorThomas Daniels6-May-13 5:46 
AnswerRe: where to start Pin
Bikash Prakash Dash8-May-13 4:35
Bikash Prakash Dash8-May-13 4:35 
Questionnew small C# web app Pin
dcof5-May-13 4:18
dcof5-May-13 4:18 
GeneralRe: new small C# web app Pin
jkirkerx5-May-13 8:47
professionaljkirkerx5-May-13 8:47 
GeneralRe: new small C# web app Pin
dcof5-May-13 17:46
dcof5-May-13 17:46 
GeneralRe: new small C# web app Pin
jkirkerx6-May-13 6:26
professionaljkirkerx6-May-13 6:26 
GeneralRe: new small C# web app Pin
dcof6-May-13 17:31
dcof6-May-13 17:31 
GeneralRe: new small C# web app Pin
jkirkerx7-May-13 6:35
professionaljkirkerx7-May-13 6:35 
QuestionSession state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the Pin
dd88gratefull4-May-13 8:21
dd88gratefull4-May-13 8:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.