ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites and web applications. It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology. ...
2
votes
6answers
133 views
What is the best way to create HTML in C# code?
I have a belief that markup should remain in mark-up and not in the code behind.
I've come to a situation where I think it is acceptable to build the HTML in the code behind. I'd like to have some ...
-3
votes
2answers
63 views
Should I continue learning HTML and CSS before I start ASP.NET? [closed]
I know a little in HTML (Headings, Paragraphs, Forms, Tables) and a little in CSS (Background-color, color, font-family, margin, padding).
Should I now start learning ASP.NET Web Forms and then ...
-4
votes
1answer
96 views
Does 'Web Pages' use the same syntax as 'MVC'?
I see that there is a new model in ASP.NET development which called 'ASP.NET Web Pages'. I would like to know if this model resembles the ASP.NET MVC Model.
The point is that I found it difficult to ...
-3
votes
3answers
89 views
.aspx websites: Is it built using web forms? [closed]
I visit many website which I think is built using ASP.NET web forms because of the extension (.aspx). When I view source of these website I see at least one or two something like:
<input ...
-5
votes
0answers
134 views
Books for Exam 486 ASP.NET 4.5 MVC [closed]
Hi there I am looking to get MCSD certification done. Are there any books to help me learn "all the topics" covered in this exam.
Topics are listed here on MS site ...
4
votes
7answers
226 views
Best practices for logging user actions in production
I was planning on logging a lot of different stuff in my production environment, things like when a user:
Logs In, Logs Off
Change Profile
Edit Account settings
Change password
...
etc
Is this a ...
-1
votes
1answer
47 views
Getting some experience with asp.net [closed]
Hi I recently learned asp.net webforms and looking to get some experience under my belt using it.I found a website that provided some exercises here:
asp.net exercises
There weren't that many and I ...
1
vote
4answers
140 views
Building my first ASP.NET WebForms application problem [closed]
Hi I have recently started to learn C#/ASP.NET WebForms and after reading two books I thought I was ready to create my first web application. Problem is I could not have been more wrong. Although I ...
0
votes
0answers
67 views
Whats the best way to progress your career as a Web Developer to a Scrum Master? [closed]
I am currently working as a ASP.NET MVC C# Web Developer I am looking into what direction to take my career.
Would becoming a certified Scrum Master Help? I would ideally want to do things where I ...
7
votes
8answers
677 views
.net developers and web designers: how to interact?
I'm an asp.net developer, and I face some problems when I deal with designers.
The designer always complains about the asp.net server controls. They rather just have an html file and create css files ...
3
votes
2answers
136 views
Is ASP.NET MVC completely (and exclusively) based on conventions?
--TL;DR
Is there a "Hello World!" ASP.NET MVC tutorial out there that doesn't rely on conventions and "stock" projects?
Is it even possible to take advantage of the technology without reusing the ...
4
votes
1answer
48 views
Scenarios for differences between UICulture and Culture
In .NET there are two "culture" values, UICulture and Culture. The first one is for localized texts on the UI, while the latter sets the culture for date and number formats.
I can't come up with any ...
3
votes
3answers
233 views
How to deal with almost the same enums?
I need to define enums in several classes. The majority of fields are the same in all of the enums. But one has one or two more fields, another has fewer fields. Now I wonder what is the best way to ...
-6
votes
2answers
108 views
How can I learn MVC? [closed]
I have 4 years of experience in ASP.NET, I need to learn MVC , WCF. From where I can poperly learn that ?
-4
votes
1answer
125 views
Which platform to choose from .Net or Java [closed]
I know that there is a lot healthy discussion about this topic. but my case is entirely different from these discussions.
I have just passed out my graduation. During the graduation period, i had ...