-
Differences MVC versus WebForms
Rule of thumb for differences between ASP.NET MVC versus ASP.NET WebForms 1 : If it is a Web Form Control ( asp:textbox,asp:gridview) it does not work in MVC. Period. 2. Use DisplayTemplates/EditorTemplates/PartialView/HtmlHelpers and some jquery (or your favorite javascript framework) magic. See http://msprogrammer.serviciipeweb.ro/2010/05/30/mvc-helper-templates .3 Security is NOT on web.config ( location ). Security is on…
-
friday links 5
New cool list of Linux must-have programs calvin.jpg (JPEG Image,900×628 pixels) Google App Inventor – CodeProject My 3 Favorite Connection String Tips | Brent Ozar PLF | Brent Ozar PLF Fast Track to the Mobile App – Windows Phone App Design Challenge by Core77 Author information in search results – Webmaster Tools Help NuGet –…
-
Programmer tools 2011
List of programmer tools I have re-installed the PC and I have been taken notice of what tools I have on the system now: Magic Disc – can mount .iso files ( for 2 ) Visual Studio – must have for a easy developing path Sql Server 2008 – primary database for me 7-zip –…
-
friday links 4
ASP.NET MVC Tabular Display Template Manipulating Action Method Parameters New cool list of Linux must-have programs ASP.NET Page Life Cycle Overview Foarte mic inventar de metode prin care noi,femeile,distrugem viata barbatilor | Jurnal roz de cazarmă și nu numai calvin.jpg (JPEG Image,900×628 pixels) Why I Don’t Use the GPL – Radar or get the… Local…
-
Implementations GUI details
When creating a GUI you must think to give user some good feeling about what the software can do – so I started to MVC 4 website,that have mobile support integrated. More,you must demonstrate some features right away to the user – so what’s best if not a message from system admin to the user …
-
friday links 3
10 security problems you might not realize you have | TechRepublic HTML to PDF Converter | amitpatelit .NET Object Viewer Popup Control – TechNet Gallery Export Tabular Data in PDF Format through the Web – CodeProject ISO to USB Never Mind the Controller,Here is the Orchestrator Adding a Graphical Front End to your PowerShell Scripts…
-
Creating Edmx files and testing
The favorite ORM in .NET world for me it is edmx files. It gives you the database plain – and have generators for POCO (http://blogs.msdn.com/b/adonet/archive/2010/01/25/walkthrough-poco-template-for-the-entity-framework.aspx) as for EF4.1 DBContext(http://blogs.msdn.com/b/adonet/archive/2011/03/15/ef-4-1-model-amp-database-first-walkthrough.aspx). I will use this one – because of the new ! But the template is over simplistic -so I improved . I do not want you…
-
friday links 2
Asp.Net: ASP.NET MVC Localization: Generate resource files and localized views using custom templates ASP.NET MVC 3 Dependency Management in .Net: install2 | Aspiring Craftsman HTML5 Rocks – Reading local files in JavaScript Three pillars of Unit Tests How to run multiple versions of Excel on the same computer PrivacyChoice – Privacy Pitfalls ExpressionTrees – Paulo…
-
Interfaces and more
Summary: If you want common behavior,you need an interface. And from the first one is a small step to re-organizing the program. Body: When you make a component for other people,you must make the possibility for those to 1. customize your software with their software 2. provide a default implementation For the messaging component,the…
-
friday links 1
Make Your Own Windows 8 Tablet with Off-the-Shelf Gear Lifehacker,tips and downloads for getting things done Cool Websites,Software and Internet Tips Implementing the Repository and Unit of Work Patterns in an ASP.NET MVC Application (9 of 10): The Official Microsoft ASP.NET Site Thirty-Six Stratagems – Wikipedia,the free encyclopedia ASP.NET MVC 4 Mobile Features: The Official…
I am ok , you are ok