Nuevo calendario de cursos en Desarroll@ ¡Ya iniciando México First! Lista de cursos
Posts
Framework 4
- Get link
- X
- Other Apps
What's new in the new .NET Course for Framework 4? Something like this: * Best practices and make appropriate trade-offs based on business requirements when designing a Web application. * MVC models, controllers and views * Optimization of the design of a Web application for discoverability by search engines. * Debugging, unit testing, and refactoring. * Securing a Web application. * Applying Master Pages and CSS for a consistent application UI. * Develop client-side scripts and services for a responsive, rich, and interactive UI. * Implement advanced AJAX. * Deployment for Web applications. * Development of Web application by using Silverlight. * With information from Microsoft Learning web site More details, price and dates here: New training at Desarroll@
Duplicate items are not supported by the "Resources" parameter
- Get link
- X
- Other Apps
Great!!! I discovered the error, When you copy a form (using VStudio 2005) and get “Copy of MyForm” often you get the error “Duplicate items are not supported by the "Resources" parameter” Solution: Change the name of the new and old form. When you changed the new form’s name VS renamed the old form too. But, what happens? If you rename the old form, the new form gets the same name….. Just change the name at level code, rename de Class name on both files: Class file and Designer file of the partial class Thanks to Catherine Eibner I found the clue to solution on her blog..
The history
- Get link
- X
- Other Apps
� When I was young I began to program GW-Basic, then come to light Turbo Basic, Great!! .bas code made .EXE. Then I found pascal and I discovered some hidden books about programming graphics with it. I tried to read a BMP from file with PASCAL, when I did it, I began to write some code to emulate something like “Galaxian” (Do you remember?, some spaceships falling and shooting). Then I needed a kind of tool to draw my own bitmaps, and I wrote it. My firs BMP tool!. (I’ll upload to my site soon). Then I began to program PAC-MAN, and some of my students at a small computing school learned how to make their first game. Only one student finished the game. (And me, J ). Then, I discovered the fabulous and fantastic C, and C++ programming language when I was a student at “Instituto Tecnológico de Aguascalientes” and I began to probe it, it was really fantastic, memory, arrays, pointer, wow!. even serial and parallel port control. Then I wrote some game code with C++. Actually I’m still writ...