kennymaita

PFE Experiences and more

Posts
  • kennymaita

    Predictions for application development software for 2013

    • 0 Comments
    Based in a Article published by IDC the following are the 10 most important predictions for application development software for 2013: Enlightened coexistence between Web and native device application platforms will prevail; native deployed applications...
  • kennymaita

    SSL Very Basic Good Video

    • 0 Comments
    I was navigating though YouTube and found a very well edited basic video about SSL and in order to not forget the 'Way of Making it' when I start creating my own videos, I wanted to put it in here. I actually shared it with my family because being...
  • kennymaita

    Team Explorer Everywhere

    • 0 Comments
    Your team can collaborate across platforms and improve the predictability of your development processes by using Team Explorer Everywhere, which provides the tools and plug-ins that you need to access Team Foundation Server from Eclipse-based environments...
  • kennymaita

    Hyper-V and wireless adapter

    • 0 Comments
    For any of the error messages shown below when trying to use Wireless adapters on Hyper-V guest machines, my solution was to uninstall and then reinstall the wireless adapter. I did everything through the Device Manager and that is it!
  • kennymaita

    Windows 8 Shortcuts

    • 3 Comments
    Here is a compiled list of Windows 8 Shortcuts, for fast review =)
  • kennymaita

    Do Not Track - DNT:1

    • 3 Comments
    DNT (Do Not Track) I´m wondering how many people (mostly advertisement companies) must be upset with this sounded header field (DNT)? I don't know but certainly the discussion goes around money (sometimes called User Privacy) This matter is...
  • kennymaita

    WinRT on Windows8

    • 0 Comments
    Windows 8 is simply fantastic it has been redesigned from the chipset and is a wonderful evolution from Windows 7 which, by the way, is already awesome. A very important part of the new Windows 8 is the new API equivalent to Win32 called WinRT (Windows...
  • kennymaita

    CALLISTO Library

    • 0 Comments
    Callisto is a library for use in Windows 8 XAML applications (Metro style apps). The XAML framework in Windows.UI.Xaml is great, but has some functionality that isn't provided in-the-box in a few controls and APIs. Callisto serves to provided added functionality...
  • kennymaita

    404 Page Not Found and Similars

    • 0 Comments
    This page can´t be displayed - IE10 This is not exactly a 404 HTTP Status Code, this page comes from Internet Explorer 10 no from IIS so before start checking IIS look for most obvious things. Most of the time IE is interpreting the URL written...
  • kennymaita

    Workstation Visual Studio Load Test Basic

    • 0 Comments
    I recently performed a load test using visual studio and the experience was in some way smooth so I wanted to write it down for me to give a quick review when I need it. So first I will copy some theory from the MSDN to understand the basic concepts and...
  • kennymaita

    500.13 Server Too Busy

    • 0 Comments
    I recently worked in a case where my customer was getting the following and very common error: 500.13 "Server too busy" Description: An unhandled exception occurred during the execution of the current request. Please review de stack trace for...
  • kennymaita

    The DLL you specified is not a valid version of the Debugging Tools

    • 0 Comments
    Hi I was configuring symbols in the last version of ProcessExplorer that I recently downloaded and I got this error: "The DLL you specified is not a valid version of the Debugging Tools" I was using a 32bit version of Debugging Tool...
  • kennymaita

    Windows 8 Versions

    • 1 Comments
    Windows 8 metro style interface is already a boom boom and it is just in the consumer preview version. Below are the Windows 8 versions (workstation) coming in the next month and the features they will have. Feature name ...
  • kennymaita

    USB 3.0 and Thunderbolt

    • 2 Comments
    It’s been declared the top PC innovation of all time, and for good reason. You use USB every day to copy files, print information, and charge devices. If your PC is less than five years old, chances are you’re using USB 2 (also known as...
  • kennymaita

    HTTP Error 500.21 - PageHandlerFactory-Integrated

    • 0 Comments
    Tratando de correr una applicacion, desarrollada por un tercero, que utiliza el .Net 4.0 me encontre con este error: Errores 500 son errores del servidor causados por muchas razones, pero siempre teniendo su origen en el servidor, no la aplicación...
  • kennymaita

    Que significa ser PFE ?

    • 0 Comments
    PFE acrónimo de Premier Field Engineer (Ingenieros de Soporte Premier) es un rol dentro de la estructura organizacional de Microsoft que se encarga de proveer soporte proactivo y reactivo a clientes de Microsoft con acceso a soporte premier. ...
  • kennymaita

    Basics of ASP.NET Session State

    • 0 Comments
    Recently I was working with a customer about basic stuff related to move their application using InProc session State to SQL Server Session State. Before putting hands to work I sent them a Basic Article that I read, written for an MVP founder of eggedgecafe...
  • kennymaita

    BizkTalk Pipelines

    • 1 Comments
    Hi This is a brief summary of BizTalk Pipelines in order to have it at hand for a quick review. It is in Construction!!!!!! Receive Pipeline This is the way we see it in Visual Studio Send Pipeline This is the way we...
  • kennymaita

    BizTalk Issues and Errors

    • 2 Comments
    HI, Here I’m going to post some error I have found on the Field. So hopefully it would be of help for somebody. There are two BizTalk errors that usually arise together and the error may come from different reasons 5778 5753 Usually...
  • kennymaita

    BizTalk Basic

    • 0 Comments
    What is BizTalk? BizTalk is a message conversion system. You give it MessageA and it converts it to MessageB. For example, if MessageA is an EDI (Electronic Data Interchange) message, then BizTalk is able to easily read the message and convert it into...
  • kennymaita

    SOAP Adapters - Event ID 5740, 5743

    • 0 Comments
    Un fin de semana como cualquier otros y sin ninguna razon aparente, aparecieron en el Event Viewer los siguientes mensajes de error: 5740 SNODE052 "The adapter ""SOAP"" raised an error message. Details "There were not enough free threads in the ThreadPool...
  • kennymaita

    Top Customer Misconceptions about Software Problems

    • 0 Comments
    Roberto Alexis Farah is an exceptional Senior Premier Engineer at Microsoft with a lot of experience troubleshooting applications in the field. He has written such a realistic post about Misconceptions that customers around the globe have about their...
  • kennymaita

    PSSDIAG in Biztalk 2004

    • 0 Comments
    Hi, Recently I have to run PSSDiag in a BizTalk 2004 customer installation. PSSDIAG is a Tool used by support and escalation engineers at Microsoft and it is used to collect a huge amount of information in order to troubleshoot problems in BizTalk...
  • kennymaita

    ASP.NET\Request Execution Time

    • 0 Comments
    Recientemente un cliente me solicito definir con claridad cual es tiempo que mide este contador y me parecio adecuado copiar la respuesta aqui: ASP.NET\Request Execution Time La d efinicion en MSDN : Es el tiempo en milisegundos que tardó...
  • kennymaita

    ScheduledTask Adapter v3.0 Installation

    • 0 Comments
    Once, I asked myself why there are so many people writing the same stuff over again on blogs and personals sites. Recently I coped with an issue that took me 2 hours (not in a row ) searching the web. There are many examples when installation/troubleshooting...
Page 1 of 2 (28 items) 12