joejoejoejoe

Stories kicked by joejoejoejoe

ASP.NET MVC 2 Beta - Strongly Typed UI Helpers(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 5 months ago

The following article demonstrates how to use ASP.NET MVC 2 Beta’s strongly typed UI helpers. read more...

4 comments |category: |Views: 449

tags: another

6 Of My Favorite Visual Studio Shortcuts(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A few of my favorite Visual Studio Shortcuts to make my life and yours just a bit easier! read more...

4 comments |category: |Views: 1104

tags: another

5 Very Useful C# Attributes(hatim.indexdev.net)

submitted by HatimrHatimr(1492) 2 years, 5 months ago

A look at some of the useful attributes in c# read more...

6 comments |category: |Views: 1620

tags: another

Exploring .Net 4 Features - Tuples(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 5 months ago

Taking a look at some of the new features which are part of .Net 4. We will be focusing this episode on Tuples. Tuples allow you to return multiple values from a method with simplicity and ease by allowing you to dynamically create a return object which is typed for your specific needs. read more...

6 comments |category: |Views: 755

tags: another

131 jQuery Snippets for Visual Studio 2010(john-sheehan.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 5 months ago

I've started a new project to create jQuery Code Snippets for Visual Studio 2010 now that it supports HTML and JavaScript snippets. There are 131 so far. read more...

1 comment |category: |Views: 685

tags: another

Server Side Validation With ASP.NET MVC And Data Annotations(dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 2 years, 6 months ago

The following article demonstrates how to perform server side validation using ASP.NET MVC and data annotations read more...

add a comment |category: |Views: 409

tags: another

Localize ASP.NET MVC 2 DataAnnotations validation messages(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 6 months ago

Living in a country where there are there are three languages being used, almost every application you work on requires some form of localization. In an earlier blog post, I already mentioned ASP.NET MVC 2’s DataAnnotations support for doing model validation. Ever since, I was wondering if it would be possible to use resource files or something to do localization of error messages. Here's how! read more...

add a comment |category: |Views: 830

tags: another

xVal v1.0 is now released(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 8 months ago

In case you’re not aware, xVal is a validation helper for ASP.NET MVC that lets you use your own choice of server-side validation framework (e.g., Microsoft’s DataAnnotations attributes, or Castle Validator, or NHibernate Validaion) and dynamically generates client-side validation code from your rules. Version 1.0 adds new features including dynamic client-side validation summaries and remote (ajax) validation rules. read more...

add a comment |category: |Views: 218

tags: another

Introducing PostSharp 2.0: #1 - NotifyPropertyChanged (postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 8 months ago

Gael Fraiteur does first revelations about PostSharp 2.0 on a real-life example: implementing the INotifyPropertyChanged pattern with an aspect. Be safely seated! read more...

add a comment |category: |Views: 506

tags: another

Implementing the Passive View -- a Derivative of the Model-View-Contro(c-sharpcorner.com)

submitted by saumya321saumya321(775) 2 years, 8 months ago

This article demonstrates an implementation of the "Passive View Pattern" (based on the "Model View Control Pattern") for windows user controls. read more...

add a comment |category: |Views: 216

tags: another

Amazing jQuery Plugins(technoreader.com)

submitted by kamal_cekamal_ce(255) 2 years, 9 months ago

jQuery Plugins : Amazing and useful jQuery framework Plugins for tooltips,menu and Accordion. read more...

1 comment |category: |Views: 815

tags: another

Url.Action() and RouteValue Encoding(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 10 months ago

When creating custom URLs with the UrlHelper.Action() method is a great way to create links to other URLs in the current Web application. However, you need to be careful of certain encoding issues as certain characters are not correctly encoded to work properly as parameters. read more...

1 comment |category: |Views: 250

tags: another

Compare Design Patterns in C# and Ruby: The Observer Pattern(johnlmiller.com)

submitted by john2021john2021(600) 2 years, 10 months ago

A look at how the Observer pattern can be applied in the two languages read more...

add a comment |category: |Views: 421

tags: another

A Simple .NET Profanity Filter(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 2 years, 10 months ago

A website I am working on right now accepts public comments, and one of the requirements is to do a basic check for dirty language. Surprisingly for such a common problem I wasn’t able to find any code on the net that did what I wanted and so I’ve ended up writing my own. The Censor class is pretty simple: you give it a list of words you want to censor, either simple text or with wildcards, and the censor will star out any matches it finds. read more...

2 comments |category: |Views: 669

tags: another

Pulling others up(jonkruger.com)

submitted by david_hollanddavid_holland(605) 2 years, 10 months ago

What should you do when you're in a situation where the people you're working with aren't using the latest and greatest technology and might not be using the so-called "best practices" that you subscribe to? read more...

add a comment |category: |Views: 357

tags: another

Session Attacks and ASP.NET - Part 2(blogs.sans.org)

submitted by j.montyj.monty(1868) 2 years, 11 months ago

In Session Attacks and ASP.NET - Part 1, I introduced one type of attack against the session called Session Fixation as well as ASP.NET's session architecture and authentication architecture. In this second post, I'll delve into a couple specific attack scenarios, cover risk reduction, and countermeasures specific to ASP.NET for protecting against session attacks in ASP.NET read more...

add a comment |category: |Views: 324

tags: another