| |
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.
|
24 Articles match "Memory","Windows"
| Related DevelopMentor Courses | MORE | | Guerrilla.NET (UK) Training Develop network services with Windows Communication Foundation Develop cutting-edge UIs with Silverlight 4.0 Use data binding to create rich data driven Silverlight applications Use powerful new security models with Windows Identity Foundation Debug.NET application beyond using Visual Studio breakpoints Come and learn to build robust.NET applications! How do I develop network services with Windows Communication Foundation? Day 4 Windows Workflow Foundation 4.0 Architecture The next version of Windows Workflow Foundation (WF 4.0) Leverage new features of C# 4.0, DevelopMentor Courses - Tuesday, March 1, 2011 Guerrilla.NET (US) Training WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 WCF : Develop network services with Windows Communication Foundation. WPF/SL : Develop cutting-edge UIs with Windows Presentation Foundation and Silverlight including coverage of Silverlight 5.0 WCF : Develop network services with Windows Communication Foundation. and beyond and is intended for developers familiar with C# and.NET and with Windows development. You can use LINQ to filter, sort, and group in-memory collections of objects. DevelopMentor Courses - Tuesday, March 1, 2011 Tincr and live reloading of CSS/JavaScript in Google Chrome The drawback is that changes are made in memory and you have to copy them back to the original CSS/JavaScript file. As soon as you save the file you will see the browser window update. One gotcha with Windows 8 Unfortunately this plugin won’t install on Google Chrome running on Windows 8 even though other plugins work just fine. The standard workflow with web development is run the web application, make some changes to your CSS in Visual Studio, flip back to the browser and reload the page to see the effect. One improvement is make changes to your CSS in the browser. The Problem Solver - Saturday, November 17, 2012 |
29 Articles match "Memory","Windows"
| The Latest from DevelopMentor | MORE | | Querying RavenDB databases If you try this you might notice one big difference from EntityFramework or in memory LINQ queries. have this example running on Windows Azure here. As we have seen in previous blog posts getting data from a RavenDB database is easy. Either use the IDocumentSession.Query () function to load a series of documents or the IDocumentSession.Load () function to load a document using its identity. However sometimes we want more control over what we want to load. In my original online example you might have noticed that the books aren't ordered. 1: public ActionResult Index(). 11: }. The Problem Solver - Monday, December 17, 2012 Maurice de Beijer: Querying RavenDB databases If you try this you might notice one big difference from EntityFramework or in memory LINQ queries. have this example running on Windows Azure here. As we have seen in previous blog posts getting data from a RavenDB database is easy. Either use the IDocumentSession.Query () function to load a series of documents or the IDocumentSession.Load () function to load a document using its identity. However sometimes we want more control over what we want to load. In my original online example you might have noticed that the books aren't ordered. 1: public ActionResult Index(). 11: }. The Problem Solver - Monday, December 17, 2012 Tincr and live reloading of CSS/JavaScript in Google Chrome The drawback is that changes are made in memory and you have to copy them back to the original CSS/JavaScript file. As soon as you save the file you will see the browser window update. One gotcha with Windows 8 Unfortunately this plugin won’t install on Google Chrome running on Windows 8 even though other plugins work just fine. The standard workflow with web development is run the web application, make some changes to your CSS in Visual Studio, flip back to the browser and reload the page to see the effect. One improvement is make changes to your CSS in the browser. The Problem Solver - Saturday, November 17, 2012 | -
| The Best from DevelopMentor | MORE | - Windows Phone & Gaming
At BAND last night I had some interesting discussions about Windows Phone and as Daniel showed me the racing game on the Zune it suddenly hit me. Windows Phone is not going to be a iPhone killer, at least not based on a single feature that will blast the iPhone away. Everything I’ve seen so far about Windows Phone makes it equal to the iPhone as a phone, but the focus on XNA and XBox Live integration will make it that everyone that has an XBox is going to want to have one… It’ll be interesting to see if my hunch is right. Time will tell. The Blomsma Code - Wednesday, May 26, 2010 - Building a Leak-Proof Eventing Model
One of the main features of the.NET Framework is to provide automatic memory management via garbage collection. You might think this would solve the problem of memory leaks in managed applications, but the effectiveness of the garbage collector can be hampered by your code. The GC will not release memory from objects that have root references, which can be local or static variables. If you create more instances and maintain references to them, memory consumption will continue to grow, resulting in a leaky application. public class System. Yikes! Tony and Zuzana's World - Tuesday, March 22, 2011 - Building a Cloud OS for.NET Developers - Part 2
At EC2 we can create a variety of Windows instances, get full admin access via remote desktop, and install anything we want (Visual Studio, SQL Server, MongoDB, etc). We are going to setup a Windows Server in EC2 which we can access from our Cloud OS, or any other machine or mobile device, and deck it out with all the developer tools we want. Here are the specs for the developer workstation: High-Memory Extra Large Instance. GB of memory. It’s a overkill on the memory, but has better processors than the cheaper ones which also have decent memory. - The NoSQL Movement, LINQ, and MongoDB - Oh My!
This is free, open-source database which runs on Windows, Linux, and Mac OS X systems. We begin by generating the objects (Blog, RssEntry, etc) in memory and then serializing them via NoRM to MongoDB much as you would in LINQ to SQL. It appears at first that you have to run MongoDB in a console window. But you can register it as a Windows Service: Here’s some helpful advice on installing MongoDB as a Windows Service (there is a small bug you have to work around): [link]. Insanity!” you may cry, “for where will people put their data if not in a database? Michael C. Kennedy's Weblog - Thursday, April 22, 2010 - Tincr and live reloading of CSS/JavaScript in Google Chrome
The drawback is that changes are made in memory and you have to copy them back to the original CSS/JavaScript file. As soon as you save the file you will see the browser window update. One gotcha with Windows 8 Unfortunately this plugin won’t install on Google Chrome running on Windows 8 even though other plugins work just fine. The standard workflow with web development is run the web application, make some changes to your CSS in Visual Studio, flip back to the browser and reload the page to see the effect. One improvement is make changes to your CSS in the browser. The Problem Solver - Saturday, November 17, 2012 - Simple MVVM Toolkit versus MVVM Light Toolkit
Both Simple MVVM and MVVM Light toolkits support WPF, Silverlight and Windows Phone clients. One is an assortment of small samples, each illustrating a particular feature or aspect of the toolkit: Property Association, Enums, Async, Dependency Injection, Messaging, Navigation, and RIA Services, as well as Getting Started samples for Silverlight, WPF and Windows Phone. Subscribers are weakly referenced, so the MessageBus will not prevent them from being garbage collected, thereby avoiding a source of memory leaks. Simple MVVM Toolkit would fall into the latter category. Tony and Zuzana's World - Saturday, April 23, 2011 - WPF Data Providers
This will look for the file "largeXmlFile.xml", create an XmlDocument and load the file into memory. < Window Title = " AsyncDataBind " Height = " 300 " Width = " 300 ". One of the nifty new features of the WPF platform is the pluggable data providers. It ships with two out of the box: ObjectDataProvider: allows you to execute binding expressions against an object and it's methods. XmlDataProvider: loads an XML data source and makes it available as a binding source. State, Age, Income. We can get the data loaded into a collection source through the XmlDataProvider. Until then. Mark's Blog of Random Thoughts - Wednesday, January 17, 2007 %>
| | |