Getting Started with Adobe After Effects - Part 6: Motion Blur

Liked



Upload Image Close it
Select File

Slaks Blog
Browse by Tags · View All
.Net 39
C# 28
functions 10
C# 5 9
caller-info-attributes 9
Javascript 9
delegates 8
closures 8
design 8
ASP.Net MVC 7

Archive · View All
July 2011 10
September 2011 10
June 2011 10
October 2011 8
November 2011 4
December 2011 4
May 2011 2
August 2011 2
June 2012 1
April 2011 1

  • 1
    Liked

    Visual Studio 2012 and webpages:Version

    If you open an older ASP.Net MVC3 project in Visual Studio 2012, you may see lots of errors in the Razor views, along the lines of “The name 'model' does not exist in the current context”, and similar errors whenever you try to use MVC features like HTML h...

    SLaks  Posted on Jun 11 2012 12:00AM
    Profile
  • 1
    Liked

    ASP.Net MVC Unobtrusive Validation Bug

    If you use the ASP.Net MVC 3 [Compare] validation attribute on a model property, then include that model as a property in a parent model (so that the field name becomes Parent.ChildProperty), the built-in unobtrusive client validation will choke, and will ...

    SLaks  Posted on Feb 21 2012 12:00AM
    Profile
  • 2
    Liked
    0
    Comments

    Protecting against CSRF attacks in ASP.Net MVC

    CSRF attacks are one of the many security issues that web developers must defend against.  Fortunately, ASP.Net MVC makes it easy to defend against CSRF attacks.  Simply slap on [ValidateAntiForgeryToken] to every POST action and include ...

    SLaks  Posted on Jan 25 2012 12:00AM
    Profile
  • 0
    Liked

    Beware of Response.RedirectToRoute in MVC 3.0

    ASP.Net MVC uses the new (to ASP.Net 3.5) Http*Base wrapper classes (HttpContextBase, HttpRequestBase, HttpResponseBase, etc) instead of the original Http* classes.  This allows you to create mock implementations that inherit the Http*Base classes without an actual HTTP request.  This is u......

    SLaks  Posted on Nov 9 2011 4:00AM
    Profile
  • 0
    Liked
    0
    Comments

    Beware of Response.RedirectToRoute in MVC 3.0

    ASP.Net MVC uses the new (to ASP.Net 3.5) Http*Base wrapper classes (HttpContextBase, HttpRequestBase, HttpResponseBase, etc) instead of the original Http* classes.  This allows you to create mock implementations that inherit the Http*Base classes...

    SLaks  Posted on Nov 9 2011 12:00AM
    Profile
  • 0
    Liked

    Using a default controller in ASP.Net MVC

    One common question about ASP.Net MVC is how to make “default” controller. Most websites will have a Home controller with actions like About, FAQ, Privacy, or similar pages.  Ordinarily, these actions can only be accessed through URLs like ~/Home/About.  Most people would prefer to put th......

    SLaks  Posted on Sep 19 2011 2:01AM
    Profile
  • 0
    Liked
    0
    Comments

    Using a default controller in ASP.Net MVC

    One common question about ASP.Net MVC is how to make “default” controller. Most websites will have a Home controller with actions like About, FAQ, Privacy, or similar pages.  Ordinarily, these actions can only be accessed through URLs like ~/Home...

    SLaks  Posted on Sep 19 2011 12:00AM
    Profile
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]