Visual studio

Tag details

Welcome to the 'Visual studio' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'Visual studio'.

Look up Offsite Link "Visual", Offsite Link "studio" at The Free Dictionary

Latest blogosphere posts tagged “Visual studio”

  • Eclipse and Visual Studio Plug-Ins now Available for BlackBerry Widget Developers


    PhoneArea.netAuthority Authority: 158
    RIM has just updated their Eclipse and Visual Studio tools to support widgets and BlackBerry ( NSDQ: RIMM ) OS 5.0. These plug-ins were originally designed for website debugging, but with the…
    8 hours ago
  • Microsoft AJAX CDN – Now with SSL Support


    PimpThisBlog.com - Latest published storiesAuthority Authority: 466
    Back in September I blogged about the new Microsoft AJAX CDN (Content Delivery Network) service that the ASP.NET team is now providing.  The CDN provides edge caching support for AJAX libraries (including jQuery and ASP.NET AJAX).  The service is available for free, does not require any registration, and can be used ...
    1 day ago
  • Ruby on Rails running on Windows Azure


    D' Technology WeblogAuthority Authority: 546
    Simon Davies posted of running open source Ruby on Rails framework on Windows Azure , by using a combination of new features in November Windows Azure SDK . “One of these features enables Worker Roles to receive network traffic from both external and internal endpoints using HTTP, HTTPS and TCP. This new feature ...
    2 days ago
  • Adding HTTPS Endpoint to Windows Azure Cloud Service


    D' Technology WeblogAuthority Authority: 546
    Jim posted a "how to" / Walkthrough on adding an HTTPS endpoint and setting up the certificate on Windows Azure. “To illustrate how to add an HTTPS endpoint to a Cloud Service, I’ll start with thumbnail sample from Windows Azure SDK – web role in that sample only has an http endpoint and I’ll walkthrough steps ...
    2 days ago
  • How do -You- use SQL Server


    Home of the Scary DBAAuthority Authority: 126
    I’ve been tagged by a misplaced yankee, uh, New Englander, whatever . The question is, how do I/we use SQL Server where I work. That’s a tough one. It would make a much shorter, and easier, blog post to describe the things we don’t use it for. However, keeping with the spirit of these tags, I’ll try to lay ...
    2 days ago
  • Microsoft AJAX CDN with SSL support


    D' Technology WeblogAuthority Authority: 546
    Microsoft AJAX CDN (Content Delivery Network) service provides edge caching support for AJAX libraries (including jQuery and ASP.NET AJAX). The service is free, and doesn’t require any registration, and can be used for both commercial and non-commercial purposes. Microsoft now have added SSL support with the ...
    2 days ago
  • Como comunicarme con una Bascula


    MSMVPS.COMAuthority Authority: 614
    Respondiendo a la pregunta : ¿Cómo puedo establecer comunicación con una bascula que tiene un RS232? En este ejemplo podremos ver diferentes formas de enviar una petición a una bascula, simulando que nos responde al enviar el carácter P y visualizar su respuesta en una etiqueta llamada ...
    2 days ago
  • Innovation Showcase Headlines – 11/30/2009


    Bob's BlogAuthority Authority: 123
      The Innovation Showcase delivers the all the news that fit to feed… PDC09 – Session, Video and PPT List by Greg Duncan Windows 7 Books for Developers and Administrators Securing REST-Based Services with Access Control Service ARCast.TV - Albert...( read more )
    3 days ago
  • Troubleshooting Sandboxed Solutions in SharePoint 2010


    Corey Roth - DotNetMafia.com - Tip of the DayAuthority Authority: 116
    I have a talk coming up on Code Access Security at SharePoint Saturday Kansas City next month so I have been investigating sandboxed solutions quite a bit.  After all, sandboxed solutions are just another flavor of using CAS with some additional things thrown in.  However, after I got my SharePoint server installed ...
    3 days ago
  • Imtech Master Pages and Page Layouts Extension


    Waldek MastykarzAuthority Authority: 123
    In the last few posts I wrote about the Visual Studio SharePoint development tools and showed you a few cool things that you can achieve using the extensibility API provided with the tools. The extensions I previously showed you, allowed you to explore SharePoint objects or generate items out of it. But did you know ...
    3 days ago
  • Mark your calendars – Painless SharePoint Development and Developing Quality Applications with Visual Studio 2010


    Allan's Best Week EverAuthority Authority: 114
    If you are reading this blog, consider yourself invited to these invite only webcasts in the next 2 weeks. Timely sessions around developing and architecting with Visual Studio 2010. Space is limited, so click to register yourself a spot. Painless SharePoint Development in Visual Studio 2010 Date: December ...
    3 days ago
  • What did I lose when I upgraded to Win7?


    Ask MetaFilterAuthority Authority: 650
    [Various Filters] I am stuck.I am using MS Visual Studio 2008 to create a software package. I saved all the source code and what (I thought) I needed so I could format the machine and install the Win7 Update as a fresh OS. After reinstalling the VS2008 compilers, now the project will not compile. The project is a ...
    3 days ago
  • Visual Studio 2010: What’s New in Managed Languages


    Software Development VideosAuthority Authority: 434
    In this release of Visual Studio, C# and Visual Basic continue to evolve, providing new features to speed up development and add integration with dynamic languages. In addition, a new functional programming language called F# joins the set of managed langauges included in Visual Studio 2010. In this video, Jason Olson ...
    3 days ago
  • Microsoft AJAX CDN – Now with SSL Support


    ScottGu's BlogAuthority Authority: 520
    Back in September I blogged about the new Microsoft AJAX CDN (Content Delivery Network) service that the ASP.NET team is now providing.  The CDN provides edge caching support for AJAX libraries (including jQuery and ASP.NET AJAX).  The service is available for free, does not require any registration, and can be ...
    4 days ago
  • Creating new files – Extending Visual Studio SharePoint development tools tip #5


    Waldek MastykarzAuthority Authority: 123
    It’s probably one of the most obvious types of extensibility – to generate files out of content existing in a SharePoint Site. There are many examples already there available either in SharePoint Designer or the Visual Studio SharePoint development tools. Still there are many things yet to be created. Knowing how ...
    4 days ago
  • Extending generic folder nodes – Extending Visual Studio SharePoint development tools tip #4


    Waldek MastykarzAuthority Authority: 123
    Generic explorer nodes, like the Features or the Content Types node, weren’t really made to be extended. After all, all they do is to wrap the “real” nodes, so that using the SharePoint Explorer is easier and better performing. Still, there might be situations, when you could want to add some extra ...
    4 days ago
  • Get fully qualified assembly name – Extending Visual Studio SharePoint development tools tip #3


    Waldek MastykarzAuthority Authority: 123
    While extending the Visual Studio SharePoint development tools you might be working on an extension that would be using the fully qualified (4-part) name of an assembly. It could be for example a custom Deployment Step or a MSBuild Task. Code In most scenarios you might be considering using the following code to get ...
    4 days ago
  • Add assembly reference – Extending Visual Studio SharePoint development tools tip #2


    Waldek MastykarzAuthority Authority: 123
    If you work a lot with custom assemblies that you reference from your SharePoint Projects in Visual Studio SharePoint development tools, you might want to create an extension that does that automatically for you. References In your project you need the following assembly references: EnvDTE (Enable Interop Types: ...
    4 days ago
  • Get active project – Extending Visual Studio SharePoint development tools tip #1


    Waldek MastykarzAuthority Authority: 123
    One of the things that I very often needed, while creating Visual Studio SharePoint development tools extensions, was a reference to the current project. No matter whether you want to add a reference or a new project item, a reference to the object that represents the current project is the first part of the solution. ...
    4 days ago
  • Extending Visual Studio SharePoint development tools: good to know


    Waldek MastykarzAuthority Authority: 123
    The new Visual Studio SharePoint development tools are way more than “only” a set of tools that helps you during the process of developing SharePoint 2010 solutions. The new development tools ship with a whole framework that allows you to extend the tools to fit your specific needs. While the team responsible for ...
    4 days ago

Comments about Visual studio

Personal attacks are NOT allowed
Please read our comment policy