background preloader

Programacion

Facebook Twitter

Attaching databases via a dockerfile. Last week I presented my session on SQL Server & Containers for the PASS Virtualization Group and during my prep I noticed that there’s some functionality available to Windows containers and not Linux containers.

Attaching databases via a dockerfile

One of the (if not the) main benefits of working with SQL in a container is that you can create a custom image to build container from that has all of your development databases available as soon as the container comes online. This is really simple to do with Windows containers. Migrar aplicaciones de ASP.NET MVC a contenedores de Windows. C# - Prevent Caching in ASP.NET MVC for specific actions using an attribute. How do I set the request timeout for one controller action in an asp.net mvc application. [Whitepaper] High Performance with Distributed Caching. C# code format. Chapter 15 - Measuring .NET Application Performance. Improving .NET Application Performance and Scalability J.D.

Chapter 15 - Measuring .NET Application Performance

Meier, Srinath Vasireddy, Ashish Babbar, Rico Mariani, and Alex Mackman Microsoft Corporation. What not to do in ASP.NET, and what to do instead. This topic describes several common mistakes people make within ASP.NET web projects.

What not to do in ASP.NET, and what to do instead

It provides recommendations for what you should do to avoid these common mistakes. It is based on a presentation by Damian Edwards at Norwegian Developers Conference. KnockoutJS vs AngularJS. Luckily (or unluckily ?

KnockoutJS vs AngularJS

), I keep getting opportunities to work with everything other than Angular. In my latest assignment, I have had the opportunity to work with Knockout. Developer.force.com. Topshelf. Improving .NET Application Performance and Scalability. Patterns and practices Developer Center J.D.

Improving .NET Application Performance and Scalability

Meier, Srinath Vasireddy, Ashish Babbar, and Alex Mackman Microsoft Corporation April 2004 Related Links Errata Page.

SQL Performance

Analyzing IIS Log files using Log Parser – Part 1 - Mike McIntyre's Blog. Working with SharePoint, I often find myself in situation where I need to analyze IIS log files in a variety of ways to understand what kind of load is being placed on the system.

Analyzing IIS Log files using Log Parser – Part 1 - Mike McIntyre's Blog

In an effort to make this easier for me, and others, I have tried to automate, script, etc., wherever possible. The first pass that I typically run on the IIS data is to slice the IIS traffic by hour. IIS Logs files record their time in UTC; however, most people live/operate in a different time zone. In order to make the results more reflective of the actual user environment, you will need to adjust the times, either forward or backwards relative to UTC, to compensate for your particular environment.

The Scripts. 10 Must-Have Chrome Extensions for Developers.

Hadoop

BD001EN - Hadoop Fundamentals I. Secure Your REST API... The Right Way. Update: Stormpath now secures authentication to your API- without code!

Secure Your REST API... The Right Way

(Even if you’re working with SAML!) We already showed you how to build a Beautiful REST+JSON API, but how do you build API security? Romper contraseñas de 16 caracteres. Libros. Dario Pardo's cave » Shared Talend Open Studio Job Repository with Subversion. Talend Open Studio is an open source Data Integration/ETL tool that allows creating complex jobs through an easy-to-use graphical interface based on the Eclipse platform.

Dario Pardo's cave » Shared Talend Open Studio Job Repository with Subversion

It allows for rapid development through its hundreds of prebuilt components to source and target systems. However, as great as Talend is, there is one caveat; the FREE version does not come with version control and a shared job repository integrated into the product. Problem.

BI

The iPod touch Weblog - Apple News, Tricks, and Themes. Update 2: August 17, 2011 The TechExxpert guide has been updated to fully allow Xcode 4.1 to work.

The iPod touch Weblog - Apple News, Tricks, and Themes

Sorry that the past fixes did not work. Thanks for the comments! Please let me know if this guide works/doesn't work. Microsoft. TechExxpert: How to Virtualize OS X Lion on Windows. Update: Fixed down hard drive files (February 8, 2012).

TechExxpert: How to Virtualize OS X Lion on Windows

Sorry about the delay guys, this page has been updated so that Xcode 4.1 does not crash anymore. (August 17, 2011). Xplico - Open Source Network Forensic Analysis Tool (NFAT) Big Data Right Now: Five Trendy Open Source Technologies. Big Data is on every CIO’s mind this quarter, and for good reason. Companies will have spent $4.3 billion on Big Data technologies by the end of 2012. But here’s where it gets interesting.

Storm, distributed and fault-tolerant realtime computation. Capturing – Improving Performance of the Adaptive Web. Responsive design is now widely regarded as the dominant approach to building new websites. With good reason, too: a responsive design workflow is the most efficient way to build tailored visual experiences for different device screen sizes and resolutions. Responsive design, however, is only the tip of the iceberg when it comes to creating a rich, engaging mobile experience. The issue of performance with responsive websites.

Node.js

Kanban. Android. NMEA 0183 Sentence parser/builder. Introduction NMEA 0183 is a combined electrical and data specification for communication between marine electronic devices such as echo sounder, sonars, anemometer, gyrocompass, autopilot, GPS receivers, and many other types of instruments. NMEA 0183 standard uses a text-based (ASCII) serial communications protocol. C#/.NET Toolbox: A Debugable, Self-Installable Windows Service Template (Redux)