javierRomero

Stories submitted by javierRomero

30 Websites to follow if you’re into Web Development | Six Revisions -(sixrevisions.com)

submitted by javierRomerojavierRomero(1010) 3 years, 8 months ago

I’ve made it a goal to learn at least one useful thing each day so that I can stay sharp and well-versed on the topic of web development and design. To that end, here’s some of the websites I keep track of to find new techniques, resources, and news about building websites. read more...

add a comment |category: |Views: 26

tags: another

Get namespaces from an XML Document with XPathDocument and LINQ to XML(hanselman.com)

submitted by javierRomerojavierRomero(1010) 4 years ago

how to get the namespaces from an XML document read more...

add a comment |category: |Views: 32

tags: another

Your Websites, Our Passion! : Tips & Tricks: Web Server Settings for W(blogs.msdn.com)

submitted by javierRomerojavierRomero(1010) 4 years ago

Web server settings, which are accessible inside Web Application Projects (WAPs) property pages (Web section) allow you to specify settings associated to to Visual Studio Development Server or IIS. Many a times in a team development environment it is preferred that these settings are shared across the teams providing consistency; at the same time many other teams prefer that these settings be developer specific. read more...

add a comment |category: |Views: 0

tags: another

Video on debugging into the .NET source code(danielmoth.com)

submitted by javierRomerojavierRomero(1010) 4 years ago

Daniel Moth publish about debug into the actual .NET Framework source code! . There are a screencast with a step by step how to enable this feature read more...

add a comment |category: |Views: 3

tags: another

Ordenando (Sort) Colecciones con tipos genéricos y Métodos Anónimos(javier-romero.com)

submitted by javierRomerojavierRomero(1010) 4 years ago

Ordenar una colección, podría tomarse como una de las tareas más triviales dentro del desarrollo de algo: Sobrescribir el método Sort(), implementar IComparer o IComparable, etc. Pero a veces en aras del tiempo necesitas hacerlo de forma aún más rápida. En ese momento es que encontré un uso realmente práctico a la combinación de Tipos Genéricos y Métodos Anónimos: utilizarlos para ordenar una colección. read more...

1 comment |category: |Views: 61

tags: another

VIDEO: Lambda Expression. Para qué son buenos... por qué utilizarlos.(javier-romero.com)

submitted by javierRomerojavierRomero(1010) 4 years, 2 months ago

Ya está Visual Studio con nosotros, y estoy más que seguro que estás a punto de dar el salto al uso de LINQ. Antes de eso sería necesario entender qué es una Lambda Expression y cómo usarla. read more...

1 comment |category: |Views: 36

tags: another

Does this process need to be automated?(codethinked.com)

submitted by javierRomerojavierRomero(1010) 4 years, 2 months ago

One mistake that many companies fall into is trying to completely automate certain business processes. Sure there are a lot of business processes that are just screaming to be automated, and some of them seem to have been invented just to be automated, but sometimes a bit of thought should be put into whether or not we should automate them read more...

add a comment |category: |Views: 2

tags: another

Do we need to teach the basics?(codethinked.com)

submitted by javierRomerojavierRomero(1010) 4 years, 2 months ago

One mistake that many companies fall into is trying to completely automate certain business processes. Sure there are a lot of business processes that are just screaming to be automated, and some of them seem to have been invented just to be automated, but sometimes a bit of thought should be put into whether or not we should automate them. read more...

1 comment |category: |Views: 0

tags: another

Telerik RadControls para Microsoft Silverlight!(javier-romero.com)

submitted by javierRomerojavierRomero(1010) 4 years, 9 months ago

Telerik nos sorprende con un preview de los controles que está desarrollando para el futuro uso de Microsoft Silverlight en el Web, un avance sobre su nueva suite de controles PROMETEUS, mas información de esto aquí.. read more...

add a comment |category: |Views: 26

tags: another

.NET slave - Remove unused objects from the session(madskristensen.dk)

submitted by javierRomerojavierRomero(1010) 5 years, 2 months ago

The Session in ASP.NET is a very simple way of storing user specific data for the duration of a single user session. I’ve many times added data to the Session that had an even shorter lifespan. That could be as a data store for properties on AJAX enabled web pages and those properties don’t belong in the session after the visitor navigates to another page on my website. To clean up, I would then delete those session objects that no longer is in use. read more...

add a comment |category: |Views: 10

tags: another

Coding Horror: Office 2007 -- not so WIMPy(codinghorror.com)

submitted by javierRomerojavierRomero(1010) 5 years, 2 months ago

In my opinion, the new Office 2007 user interface is one of the most innovative things to come out of Redmond in years. It's nothing less than the death of the main menu as a keystone GUI metaphor. This is a big deal. Historically, where Office goes, everyone else follows. It's already starting to trickle down: IE7 does not show its main menu by default, and neither does Vista. You have to press Alt to expose the menu. The main menu has been demoted to a sort of configuration panel for advanced users; for everyone else, there's the Ribbon and toolbar buttons. read more...

add a comment |category: |Views: 3

tags: another

aspneticons.com -- free icons for ASP.NET web applications(aspneticons.com)

submitted by javierRomerojavierRomero(1010) 5 years, 2 months ago

That’s not all! There are more than 300 (three hundred!) professionally designed icons for your ASP.NET applications in this collection. And, they all are completely free! read more...

2 comments |category: |Views: 736

tags: another

ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps(odetocode.com)

submitted by javierRomerojavierRomero(1010) 5 years, 2 months ago

MasterPages are a great addition to the ASP.NET 2.0 feature set, but are not without their quirks. This article will highlight the common problems developers face with master pages, and provide tips and tricks to use master pages to their fullest potential. read more...

add a comment |category: |Views: 5

tags: another

Evolution of Developer Skills Is Essential for Job Survival(devx.com)

submitted by javierRomerojavierRomero(1010) 5 years, 2 months ago

Your development skills need to evolve away from 3GL, toward modeling and more abstract development methodologies, if you plan to survive the disruptive forces reshaping the software industry. read more...

1 comment |category: |Views: 1

tags: another

Extending the ASP.NET 2.0 Resource-Provider Model(msdn2.microsoft.com)

submitted by javierRomerojavierRomero(1010) 5 years, 2 months ago

Microsoft ASP.NET 2.0 unleashed a number of wonderful improvements for localizing Web applications. Even with all these wonderful benefits, soon after localizing a site, you might begin to wonder about extensibility. This article will help you apply extensibility features of ASP.NET to handle enterprise localization scenarios and improve your localization-development process. read more...

add a comment |category: |Views: 19

tags: another

Robert McLaws: Windows Vista Edition : Windows Vista Has RTMed!(windows-now.com)

submitted by javierRomerojavierRomero(1010) 5 years, 3 months ago

Congratulations to the thousands of people that made Vista possible. You hard work will have an impact on the world for years to come! To celebrate, I've posted my interview with Jim. WindowsNow Blogcast Show #1 is now live. Go check it out! Share this post Published Wednesday, November 08, 2006 9:38 AM by Robert McLaws Filed under: Launch 2007 Robert, put your code here read more...

add a comment |category: |Views: 0

tags: another