M0CKMAN

Stories kicked by M0CKMAN

Taking a look at the various ways to implement Binding in Asp.Net MVC(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 6 months ago

A short screen casts that takes a look at the various ways to implement Binding in Asp.Net MVC read more...

add a comment |category: |Views: 278

tags: another

Programming Asp.Net MVC by O'Reilly (devlicio.us)

submitted by daveschinkeldaveschinkel(1720) 3 years, 6 months ago

Well, it is about time we (Tim, Chris and myself) actually made this announcement. We will be doing a MVC book with O'Reilly titled 'Programming MVC'. We are super excited and super pumped to get this out the door. All three of us are huge fans of the MVC framework and know that this is framework going to be smashing success. read more...

add a comment |category: |Views: 399

tags: another

Learning how to turn an Anonymous object into a Dictionary(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 6 months ago

Learning how to turn an Anonymous object into a Dictionary via a short screencast read more...

1 comment |category: |Views: 356

tags: another

Useful HtmlHelpers for ASP.NET MVC(sharplife.net)

submitted by sharplifesharplife(4570) 3 years, 6 months ago

HtmlHelpers are super tiny weapons in ASP.NET MVC and they are growing day by day. In this post you will find a list of most useful HtmlHelpers for ASP.NET MVC and this list will be completed and completed! So you can join me to enlarge this list ;-) read more...

add a comment |category: |Views: 105

tags: another

Testing is hard but debugging just sucks A$$(devlicio.us)

submitted by JemmJemm(9604) 3 years, 6 months ago

"At the users group I asked the question to the group 'who creates automated tests as part of their daily development cycle?'. After I asked this question I followed it up with, and if you don't WHY, WHY, WHY, WHY...... Below are some of the answers I received (btw, not the first time I have heard these reasons)." read more...

1 comment |category: |Views: 366

tags: another

C# 4.0 New Features Part 4 - Generic Contravariance(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 6 months ago

A simple and easy to follow example of Contravariance in C# 4.0 read more...

add a comment |category: |Views: 1213

tags: another

How to Call Controllers in External Assemblies in ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 6 months ago

In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies. read more...

1 comment |category: |Views: 217

tags: another

Becoming a ReSharper Samurai - Part 1(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 6 months ago

Part 1 of Becoming a ReSharper Samurai - A short video on how to use various features of ReSharper to make you a better, faster coder. read more...

1 comment |category: |Views: 572

tags: another

Grouping Controllers with ASP.NET MVC(haacked.com)

submitted by alleyalley(2840) 3 years, 6 months ago

question that often comes up is how do you group controllers when building a large application with ASP.NET MVC. Often, the question is phrased as whether or not ASP.NET MVC supports “Areas”, a feature of Monorail. According to the Monorail documentation, MonoRail supports the concept of areas, which are logical groups of controllers. All controllers belong to an area. The default area is an empty (unnamed) one read more...

1 comment |category: |Views: 200

tags: another

C# 4.0 New Features Part 2 - default and named parameters(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 6 months ago

New feature in C# 4.0 number 2, default and named parameters! Look at what they are, and how they are used in C# 4.0. read more...

add a comment |category: |Views: 481

tags: another

Leveraging the power of ActionName and AcceptVerbs in Asp.Net MVC(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 6 months ago

A short screencast on how to leverage the power of ActionName and AcceptVerbs in Asp.Net MVC read more...

add a comment |category: |Views: 586

tags: another

ASP.NET MVC: Simplified Localization via ViewEngines(blog.eworldui.net)

submitted by alleyalley(2840) 3 years, 7 months ago

Thanks to Brad, he identified a few areas that made things MUCH simpler from my prior implementation. Notably, while you still have your ViewEngine specify "here's your view's path" there's no longer a need for having a new helper, derived classes, etc. This implementation goes back to the simplified HtmlHelper extension in which you can use in any ViewEngine regardless. It also allows you to "replace" the implementation by just changing the namespace, just as you can do with Html and Ajax. read more...

add a comment |category: |Views: 393

tags: another

Creating Live Templates with Resharper(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 7 months ago

A short screencast on how to Create a Live Templates with Resharper. Learn how to use LiveTemplates to increase your coding productivitly read more...

add a comment |category: |Views: 209

tags: another

Visual Studio/Intellisense Doesn’t Recognize Web Controls & Code(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Intermittently at times, Visual Studio for some odd reason, refuses to recognize web controls or C# syntax during a build/compile that you know is fine. You’ve included all the right usings, assembly or project references, and the syntax you know worked before, but for some reason it just decides to piss you off when you try to compile by stating it is not familiar with the syntax or control. There are a slew of things one can try in order to sort of kick Visual Studio in the pants when you try to build, and it still can’t seem to notice those web controls even when they are in the designer file and there are no conflicts or syntax issues. Today I has such an issue again. When you exhaust all the tricks of the trade, the next best thing to do is ultimately just recreate the file itself and paste back in your code. read more...

add a comment |category: |Views: 11

tags: another

Form Validation Simplified w/ Asp.Net MVC(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 7 months ago

A short screencast on how to simplify form validation w/ Asp.Net MVC read more...

add a comment |category: |Views: 253

tags: another

Combining independent widgets on ASP.NET MVC pages(blog.codeville.net)

submitted by desmonddesmond(2014) 3 years, 7 months ago

As great as ASP.NET MVC is, it doesn't have such an easy way to set up reusable controls or "widgets". Steven Sanderson explains a technique similar to MVC Contrib's "subcontrollers", but much simpler. read more...

add a comment |category: |Views: 927

tags: another