| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
5 Articles match "DLL","Windows"
| Related DevelopMentor Courses | MORE | | DotNed podcast: Marcel Meijer over Windows Azure In deze podcast spreekt Maurice de Beijer met Marcel Meijer over huidige stand van zaken bij Windows Azure. Windows Azure is een dynamisch platform en er is dus veel nieuws te melden. Links: Blog: [link] [link] Using 32 bit DLL on Windows Azure: [link] Cloud9: https://c9.io/ Droam: [link] Met dank aan onze sponsor RedGate. Ze blikken even terug op de eerste versie van Azure en wat je toen allemaal wel en niet kon. Het grootste deel van de podcast gaat over hoe Azure veranderd is en wat je tegenwoordig allemaal kan doen. Podcast DotNed Azure The Problem Solver - Monday, December 31, 2012 Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 and Windows Phone 7.1 ! Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. To get those, install the NuGet package manager from the Extensions Manager command under the Tools menu, then search for “SimpleMvvm” and select a package to install, depending on the type of project you have: WPF, Windows Phone, Silverlight 4 or Silverlight 5. Enjoy DevelopMentor Courses - Friday, March 2, 2012 Foundations of C# Programming and the.NET Framework Training Examine core language features such as types, variables, and control constructs Use object-oriented features such as class, interface, protection, and inheritance Perform error notification and error handling using exceptions Use properties to implement the private data/public accessor pattern Use namespaces to group related types Use delegates and events to implement callbacks Override Object class methods such as ToString Avoid dll conflicts during deployment Use dynamic binding and polymorphism to write generic code (i.e., dll files, and the Common Language Runtime execution engine. DevelopMentor Courses - Wednesday, February 22, 2012 |
15 Articles match "DLL","Windows"
| The Latest from DevelopMentor | MORE | | DotNed podcast: Marcel Meijer over Windows Azure In deze podcast spreekt Maurice de Beijer met Marcel Meijer over huidige stand van zaken bij Windows Azure. Windows Azure is een dynamisch platform en er is dus veel nieuws te melden. Links: Blog: [link] [link] Using 32 bit DLL on Windows Azure: [link] Cloud9: https://c9.io/ Droam: [link] Met dank aan onze sponsor RedGate. Ze blikken even terug op de eerste versie van Azure en wat je toen allemaal wel en niet kon. Het grootste deel van de podcast gaat over hoe Azure veranderd is en wat je tegenwoordig allemaal kan doen. Podcast DotNed Azure The Problem Solver - Monday, December 31, 2012 DotNed podcast: Marcel Meijer over Windows Azure In deze podcast spreekt Maurice de Beijer met Marcel Meijer over huidige stand van zaken bij Windows Azure. Windows Azure is een dynamisch platform en er is dus veel nieuws te melden. Links: Blog: [link] [link] Using 32 bit DLL on Windows Azure: [link] Cloud9: https://c9.io/ Droam: [link] Met dank aan onze sponsor RedGate. Ze blikken even terug op de eerste versie van Azure en wat je toen allemaal wel en niet kon. Het grootste deel van de podcast gaat over hoe Azure veranderd is en wat je tegenwoordig allemaal kan doen. Podcast DotNed Azure The Problem Solver - Monday, December 31, 2012 Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1 and Windows Phone 7.1 ! Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. To get those, install the NuGet package manager from the Extensions Manager command under the Tools menu, then search for “SimpleMvvm” and select a package to install, depending on the type of project you have: WPF, Windows Phone, Silverlight 4 or Silverlight 5. Enjoy DevelopMentor Courses - Friday, March 2, 2012 | -
| The Best from DevelopMentor | MORE | - DotNed podcast: Marcel Meijer over Windows Azure
In deze podcast spreekt Maurice de Beijer met Marcel Meijer over huidige stand van zaken bij Windows Azure. Windows Azure is een dynamisch platform en er is dus veel nieuws te melden. Links: Blog: [link] [link] Using 32 bit DLL on Windows Azure: [link] Cloud9: https://c9.io/ Droam: [link] Met dank aan onze sponsor RedGate. Ze blikken even terug op de eerste versie van Azure en wat je toen allemaal wel en niet kon. Het grootste deel van de podcast gaat over hoe Azure veranderd is en wat je tegenwoordig allemaal kan doen. Podcast DotNed Azure The Problem Solver - Monday, December 31, 2012 - Simple MVVM Toolkit for Silverlight 5.0, Windows Phone 7.1
and Windows Phone 7.1 ! Before you run the installer, however, you should install the prerequisites , which now include Silverlight 5 Tools and Toolkit , Expression Blend Preview for Silverlight 5 (this will be replaced by the Blend 5 SDK when it comes out), and the Windows Phone SDK 7.1. To get those, install the NuGet package manager from the Extensions Manager command under the Tools menu, then search for “SimpleMvvm” and select a package to install, depending on the type of project you have: WPF, Windows Phone, Silverlight 4 or Silverlight 5. Enjoy DevelopMentor Courses - Friday, March 2, 2012 - AutoRunner
If you have Growl for Windows running, it will send it a notification which is pure eye candy and not necessary to actually get it to run your tests. Please note that you must have a file from your tests project open or selected in Solution Explorer when you activate the tool or your AutoRunner instance will be watching the wrong DLL! I recently came across this awesome code kata performance by Corey Haines here. Besides enjoying and learning from his actual performance, I was really impressed by his use of a Ruby tool called autotest. It’s not a Visual Studio add-in. Jason Diamond - Sunday, September 27, 2009 - 11 Killer Open Source Projects I Found with NuGet
DLL project to store, retrieve and delete files using a single archive file as a container on disk. The Facebook C# SDK helps.Net developers build web, desktop, Silverlight, and Windows Phone 7 applications that integrate with Facebook. So maybe I'm late to the party, but I recently started playing with NuGet. It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. Plenty of people have written about it ( Phil Haack and Scott Hanselman for example). RazorEngine at [link]. YUI Compressor for.Net at [link]. Here you go. Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - Build a Multi-Project Visual Studio Template
Earlier this year I authored an open-source toolkit, called Simple MVVM Toolkit , to help developers build Silverlight, WFP and Windows Phone applications based on the Model-View-ViewModel design pattern. Next, make sure to sign your wizard assembly, using a test certificate if you like, and then obtain the public key token by opening a Visual Studio command prompt at the location of your wizard dll and entering the command (replace WizardAssembly with your dll file name): sn –T WizardAssembly.dll. Download the code for this article here. saferootprojectname$.Entities Tony and Zuzana's World - Wednesday, September 14, 2011 - Using NLog with Dependency Injection
It turns out that the NLog.config file needs to be placed in the same directory as this assembly’s dll, by setting the “Copy to Output Directory” property of the file to “Copy Always.” Running the console app produces the following output from the “console” logging target: The Debug window shows the output of the “debug” logging target: Application components can log messages or exceptions using the injected ILoggingService interface. Download the code for this blog post. However, when I applied the solution I ran into a security exception that stopped me in my tracks. <? Tony and Zuzana's World - Sunday, October 9, 2011 - Using Open Source? Get NuGet.
This means you can install a new version without affecting apps using an older version (a problem sometimes referred to as DLL Hell ). My friend and fellow DevelopMentor instructor , Michael Kennedy , just turned me on to the NuGet Package Manager , a very cool way to install and use open source software right from within Visual Studio. Let’s say you use one or more open source projects, such as my Simple MVVM Toolkit or NHibernate. NuGet uses the xcopy model or deployment, as opposed to the msi installer model. So everything you need is installed right there. As well as content files. Tony and Zuzana's World - Monday, February 7, 2011 %>
| | |