DCSIMG
Browse by Tags - MS Israel Community
  • Minifying HTML With ASP.NET MVC And Razor

    Hi, I read nice article with cool solution for Minifying HTML With ASP.NET MVC And Razor. You can read more here . You can start use it in you MVC projects, for 25% smaller HTML pages.
  • Email Confirmation - ASP.NET MVC Web Application

    Tweet In my previous post on ASP MVC I showed How To Add Captcha to ASP MVC Web Application, but even if you use captcha you still want to make sure the user email is real and not just a fake one. In order to make sure the user has gave you his real email you need to use Email Confirmation mechanism to your site. ASP MVC is doing some of the work for us, when a user is register to your site is assign with a unique ID (Guid) property called -  ProviderUserKey I’ll use this value to verify the...
  • ASP.NET MVC 3. & AJAX

    ה-MVC עושה את החיים קלים מאוד בעבודה עם AJAX. להלן המצגת שהעברתי באחד האירועים: Mvc & java script View more presentations from Eyal Vardi פוסטים נוספים בנושא: http://eyalvardi.wordpress.com/2011/04/21/updatepanel-vs-ajax-helper-in-mvc/ http://blogs.microsoft.co.il/blogs/vardi/archive/2011/05/25/asp-net-mvc-3-0-validation.aspx
  • ASP.NET MVC Internals

    תודה לכל מי שבא אתמול לשמוע אותי. עכשיו ניתן להוריד את המצגת והקוד מ- SkyDrive . לחומרים נוספים העלתי ל- SlideShare . לפרסומים שוטפים של מאמרים אתם יכולים להתחבר אלי לפייסבוק או לגוגל RSS . שנה טובה.
  • Ordering Filter Execution in ASP.NET MVC

    יש הרבה בילבול בסדר שמובצעים הפילטרים, למרות שיש על זה לא מעט תיעוד. לכן החלטתי להפוך את ההסבר למשהוא ויזואלי. 1.      יש 4 סוגים של פילטרים ע"פ הציור הבא. תמונה 1 עד כאן זה פשוט, ומה עושה כל ממשק יש על זה מספיק הסברים בלינק הבא . כמו שרואים מהתמונה הפעולות של הממשקים מתחילים משמאל לימין (מ- Authorization עד ל- Exception ). 2.      אפשר   שפילטר יהיה מספר פעמים על מתודה או מספר פילטרים שונים יכולים להיות על מתודה, מחלקה או כללים. איך נקבע הסדר ביצוע...
  • MVC3 ו jQuery Validation–הפיתוח מעולם לא היה קל יותר–חלק א’

    ספריית jQuery הפכה להיות הספרית Javascript הכי נפוצה ברשת, מיליוני מפתחים בכל העולם משתמשים בה לצורכי הפיתוח. אפילו מיקרוסופט אימצה את הספרייה ועוזרת לה להתפתח ולגדול (ממש כמו אבא ואימא :)).
    לפני די הרבה זמן היינו צריכים לכתוב קוד JS אשר בודק את השדות בצד הלקוח ולאחר מכן היינו צריכים לכתוב קוד בשרת השרת, פשוט כאב ראש.
    היום בעזרת jQuery ו MVC3 ניתן לכתוב ולידציות אך ורק בשרת, והמערכת יוצרת אוטומטית (כמעט) ולידציה טובה בצד הלקוח.
    במאמר זה אדגים לכם איך ליצור ולידציה מותאמת אישית.

    jquery-validation
    ...
  • Network Traffic Capturing with IE9 Developer Tools

      Internet Explorer 8 has introduced developers tools for inspecting and debugging web pages. It allows, for example, selecting a DOM element and investigating it, debugging JavaScript by stopping on errors or breakpoints and some other useful stuff. However, one thing was missing there: network traffic capturing and analysis. Traffic capturing is vital for analysis of your web site. Such tools usually show all the resources that are downloaded during a request, along with their response status...
  • AppFabric Caching Talk Materials

    Thanks to all the attendants of the yesterday’s session. I had a lot of fun, hope you had too. Please feel free sending me questions and comments. You can find slides and demos from the session on my SkyDrive: Have fun. Yours, Vlad Share | var addthis_config = {"data_track_clickback":true};
  • AppFabric Caching Talk @ WDC Today!

    It is still not late to register and take part in the talk. This talk is going to be one of the richest sources of information about AppFabric Caching available, so you will definitely benefit from it. For details and registration: https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032460308&Culture=he-IL Here is the abstract for the talk: A vast majority of web applications use some kind of relational database to keep data. As it turns out, databases, while being robust, are the source...
  • Dealing with the “Padding Oracle” ASP.NET Security Vulnerability

    I was planning updating my previous post , further explaining the “Padding Oracle” vulnerability, but have decided to write new post instead, explaining how you can minimize the chance of hacking. I think it will be more practical. A brief reminder: the vulnerability is based on the ability of the attacker to detect a decryption error when sending a modified request. In this post, I’ll work on  a simple but typical application. I’ve seen hundreds of applications like that. The application uses...

Page 1 of 4 (32 items) 1 2 3 4 Next >