Community Page
- blog.ashmind.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Interesting post. Appreciate it as I have seen something new now. Can I use this info on my blog using the direct link to your blog? Thanks in advance
- Well I had crash I think, and that was related to the fact that text was not set -- it required at least "" to be provided. But they have fixed it since, so now everything should work...
- Well, I drop a TextEditor component onto my form, and everhthing crashes. I suppose there is some 'proper' way to use it, but what I would really love is an example, because I could find...
- Ok, what exceptions are you getting? They might have broken something since the version I downloaded, or I could have occasionally set some options that is required by it to work correctly.
- Hi, I saw your post on StackOverflow regarding use of AvalonEdit, so I ended up downloading it and playing with it a bit. Unfortunately, after an hour of exception after exception, I gave up. So I...
Jump to original thread »
According to HTML5 spec, every attribute that starts with data- should be ignored by browser and considered a data needed for some scripts. For example:
<ul data-sortable=”yes”>â¦</ul>
.csharpcode, .csharpcode pre
{
fo ... Continue reading »
<ul data-sortable=”yes”>â¦</ul>
.csharpcode, .csharpcode pre
{
fo ... Continue reading »
9 months ago
Additionally, I do not fully understand the last paragraph. What are you trying to say? What does ease of use have to do with ASP.NET MVC? It's a design pattern, not more. More importantly, it is something that exists in other languages for ages which MS thought of being completely unnecessary. MVC is neither an "easy solution" nor a "shortcut" of some kind.
9 months ago
If a person writes good JavaScript, then he is a JavaScript programmer, and people writing really good JavaScript have no problems understanding complex things -- namespaces are a piece of cake compared to prototypes.
9 months ago
That worked, to some extent. In the same way the data-* would work, as long as the task is not complex enough.
ASP.NET MVC is the flexible solution. For some people, it might not be as easy to use or understand as original ASP.NET.
However flexibility has proven to be very important, important enough for Microsoft to spend time and resources to develop it.
Would the original ASP.NET be created, if Microsoft started with ASP.NET MVC? I am not sure.
9 months ago