| 

.NET C# Java Javascript Exception

Best practice tips zu .Net, Windows Phone & Co.

In diesem Blog gebe ich meine Erfahrungen mit den neusten .NET Technologien – Windows Phone 7, Silverlight, RIA services, Windows Azure, HTML5 - wieder. Aktuell liegt mein Hauptfokus auf mobile Anwendungen mit Windows Phone 7 und HTML5 als plattformübergreifende Technologie.
Über den Autor
Patric Schouler (Dipl.-Inf. (FH)) ist bei der SDX AG als Chief eXpert (.NET) mit den Schwerpunkten Web- sowie Windows Phone 7-Entwicklung beschäftigt und bewegt sich seit 1992 im Umfeld der Microsoft-Entwicklungsplattformen. Seine Einsatzgebiete erstrecken sich über die SDX Service-Leistungen Technische Projektleitung, Architekturberatung, Coaching und Lead Development. Der technische Blog von Patric ist unter dotnet-redzone.blogspot.com erreichbar.
Webseite des Autors Themen des Autors
.net asp.net csharp html5 javascript jquery links mango mobile mvc mvc3 mvc-4 silverlight sql-server tools windows-azure windows-phone-7
Auf codekicker News finden Programmierer redaktionell vorausgewählte und daher hochwertige Artikel zu verschiedenen, auswählbaren Themen. Auch dieser Autor veröffentlicht seine Artikel auf codekicker News.

» News weiterer Autoren
» Auch Autor werden


News und Artikel von Best practice tips zu .Net, Windows Phone & Co.

9

ASP.NET MVC 4 Beta veröffentlicht

... neue Version des ASP.NET MVC Frameworks in ... die Beta-Version von ASP.NET MVC 4 unter ASP.NET zum Download bereit. ... Developer Preview sind: ASP.NET Web API Mit der ASP.NET Web API steht ... bekannten Paradigmen von ASP.NET MVC mit beliebigen ... Dazu bietet die ASP.NET Web API ein ... Das ASP.NET MVC 4 Projekt-Template bietet jetzt ... von ASP.NET MVC 4 wieder sehr viele ... MVC 4 bei TechDays 2012 ...
.net asp.net mvc-4
19.02.2012 | 124 0
8

Windows Phone 7: Issue with Textblock and Textbox rendering

... Silverlight for Windows Phone if you try to show a Textblock or Textbox with a lot of text. In my current Windows Phone 7 project with have a listbox with comments and with large text sizes (above 3300 in our test cases) we have the ... use a fix width for the container of the Textbox or Textblock element. The behaviour is the same in Windows Phone 7 .0 and Windows Phone 7 .1 projects.
mango windows-phone-7
16.10.2011 | 276 0
8

Windows Phone 7–Mango süßsauer

Windows Phone Mango Mein neuster Artikel in der Mobile Technology ist seit Freitag an den Kiosken erhältlich. Entgegen des Arbeitstitels “Mango süßsauer” geht es hier nicht um asiatische Kochspezialitäten, sondern um eine kurze ... der Windows Phone Developer Tools 7.1 für die Entwicklung von “Mango ”-Apps. Süßsauer deshalb, weil nicht nur die Neuerungen beschrieben werden, ...
mango windows-phone-7
15.10.2011 | 235 0
0

Windows Phone 7.5 Mango–it’s on the way

... 10 a.m. Pacific time, Microsoft began rolling out the Mango update to phones around the world. Windows Phone 7 .5 (aka Mango) has about 500 new features and is a major update for the Windows Phone ... have lots of questions about the update process and especially when you’ll be able to install Windows Phone 7 .5. Here’s our plan.” More details see: Windows Phone 7 .5 update begins
windows-phone-7
27.09.2011 | 151 0
0

Windows Phone: New Silverlight toolkit announced

Good news for Windows Phone developers: it's just been announced that the Silverlight Toolkit for Windows Phone will be getting a Mango update sometime in August. This update will giving developers just a few extra weeks to tweak their Silverlight extensions before the Marketplace starts accepting Mango apps. No word on the exact changes the new toolkit will contain, but I think ...
windows-phone-7
07.08.2011 | 277 0
0

Windows Phone Mango 80004005 error

Currently my Mango update for Windows Phone fails with error code 80004005. Answer from Microsoft: “This is an error that is still being diagnosed at Microsoft. At this time there is no workaround for it. You should restore your phone to its NODO image and wait until there is a resolution for this problem.” Some suggestions from Microsoft On these crash / update issues there are two ...
windows-phone-7
02.07.2011 | 457 0
0

MVC3: Combine JavaScript files

A nice tool on codeplex to combine and minifier several JavaScript files: Combres - WebForm & MVC Client-side Resource Combine Library – Home Open the Package Manager Console (Tools Library Package Manager Package Manager Console) In the command window: If you work with ASP.NET MVC: enter Install-Package Combres.Mvc If you work with ASP.NET WebForm: enter Install-Package ...
mvc3
27.06.2011 | 303 0
0

HTML5: Deprecated Tags

HTML5 has introduced a lot of new fantastic elements that will be helpful to build better web pages. But ... target for links profile for head tag longdesc for img and iframe If you plan on using HTML5 for your website, be sure to look at this elements and attributes to be compatible with the future and HTML5 . You can use http://validator.w3.org/ to validate your page with the standards.
html5
26.06.2011 | 298 0
0

Windows Phone: Share files with Skydrive on Mango

“Today, more than 250 million documents are shared through SkyDrive, making it one of the most popular ways to upload, view, edit or share documents on the web. Again, we worked to connect our services to the applications and devices you use every day. You can save your Office documents right to SkyDrive from Office 2010 on your PC and Office for Mac 2011, or you can upload documents ...
windows-phone-7
14.06.2011 | 328 0
0

Windows Phone: Off-thread decoding of images with Mango

A new blog post in Silverlight Phone Performance team blog about new posibilities of decoding images in a listbox in a background thread per xaml definition with the new property CreateOptions. For more details see: Off-thread decoding of images on Mango, how it impacts your application ? - Silverlight for Windows Phone Performance team blog - Site Home - MSDN Blogs
windows-phone-7
14.06.2011 | 171 0
0

Silverlight 5 beta: Issue with Toolkit controls

With Silverlight 5 beta there is an issue concerning the usage of the Silverlight Toolkit controls. For some of them (in my sample the MenuItem) you ... MenuItem control it exists. So definitively a bug in Silverlight 5. After a quick search a found also a hint in Microsoft Connect: Silverlight Forum: SL5 NumericUpDown control compile error Microsoft Connect XAML which produce the ...
.net silverlight
07.06.2011 | 314 0
1

Windows Phone: Live tile changes with Mango

... image), title of the app and a counter (range 0-99) via Push Notifications. Changes in Mango With the new Mango release of Windows Phone we have the following changes: Possible creation of secondary tiles with ... ! null) { tileFound.Delete(); } Background worker With the new concept of Mango to run scheduled background agents you can easily create a local update service for tiles. ...
mango windows-phone-7
06.06.2011 | 536 0
0

Windows Phone: ListBox and ScrollViewer performance improvment

Read some intressting facts from the Windows Phone Performance team blog about performance improvments for the ListBox and ScrollViewer with Mango for Windows Phone: Listbox – ScrollViewer performance improvement for Mango and how it impacts your existing application? - Silverlight for Windows Phone Performance team blog - Site Home - MSDN Blogs
links mango windows-phone-7
06.06.2011 | 396 0
0

Windows Phone: Mango ProgressIndicator in SystemTray

With Mango for Windows Phone we have some cool changes for the system tray control. SystemTray is a DependencyObject and because Mango is now running on SL4, DependencyObject can be data bound. The other feature for the System Tray coming with Mango is a ProgressIndicator which can used to display progress on async operations. More details and sample code about the new ...
mango windows-phone-7
05.06.2011 | 349 0
0

Windows Phone: Mango tombstoning news

Mango _ExecutingModel With the Mango update of Windows Phone to Windows Phone 7 many things will be changed. One ... new state Until Mango , an Windows Phone app will ... another application. With Mango Microsoft now introduce a new state ... to open the Mango fast switch application screen to return ... of the new Mango Windows Phone tools is that you ... OS for the Mango version in combination with ...
mango windows-phone-7
04.06.2011 | 364 0
0

Windows Phone: Mango Turn-By-Turn Navigation

One of the cool new features of the Windows Phone 7 Mango release (Windows Phone 7 .5) is the posibility to use turn by turn imagenavigation with voice guidance. This feature of Windows Phone Mango is integrated in the standard Bing Maps application and can use by developers from their own Windows Phone apps by the BingMapsDirectionsTask. In my sample I have added two ...
mango windows-phone-7
02.06.2011 | 358 0
0

Silverlight 5: Better MVVM support

With Silverlight 5 you have the posibilty to define Custome Markup Extensions. For example you can define a new extension MethodInvoke which calls the named method in your datacontext in this way. Not longer event triggers or something else necessary. more information about Silverlight 5 Beta features: Here image
.net silverlight
20.05.2011 | 299 0
0

Windows Phone 7- Fiddle Web traffic

Here is a nice solution for debugging Windows Phone 7 device net work traffic with Fiddler. I tested this also using Intel My WiFi Technology instead of Connectify. http://dotnetbyexample.blogspot.com/2011/05/debugging-windows-phone-7-device.html
.net asp.net csharp html5 javascript jquery mobile mvc silverlight windows-phone-7
20.05.2011 | 282 0
0

Windows Phone 7: Update for Windows Azure Toolkit

Microsoft has now released the third update of the Windows Azure Toolkit for Windows Phone in less than two months – shows that they are hard working on good Windows Azure support for Windows Phone. One of the new features is the support for Windows Azure Access Control Services. More details here: Update to Windows Azure Toolkit for Windows Phone 7 « Michael S. Collier's Blog
windows-azure windows-phone-7
16.05.2011 | 103 0
0

Silverlight 5 goes to desktop application platform

With the new version Silverlight 5 (beta available) the sandbox of an Silverlight app will be nearly destroyed. If you run your Silverlight application in elevated trust mode as ... a total new scope for Silverlight applications. We can now concept Silverlight applications that have native access to ... us a flavour of new Silverlight applications that uses several operating windows: ...
.net links silverlight
15.05.2011 | 255 0
0

Windows Phone 7– A taste of Mango for developers

The Mango update for Windows Phone 7 was announced at the Mix11 for end of 2011. But the capabilities of Mango are coming a little bit earlier to developers next month with the new Windows Phone tools. Jese Liberty has now published a few code samples and decriptions for a few key features that will come with Mango. SQL Server CE Coming in Mango–Sql Server CE Jesse Liberty Access to ...
links windows-phone-7
15.05.2011 | 124 0
0

Windows Phone 7–the importance of ? for web service calls

... workaround for this caching behaviour a little more in detail. The problem For example the call of the RESTfull service TopList http://localhost:57988/BornToMoveService.svc/TopList will not invoked by your Windows Phone 7 client if you call this service a second time. The Windows Phone OS caches the service calls and will give you back the same results as after your first ...
windows-phone-7
15.05.2011 | 293 0
0

Android apps with C#

Developing Android apps with C# and.NET technologies? What sounds strange is now possible with Mono for Android 1.0 (short: Monodroid), recently published by Novell. With Monodroid you can develop applications for Android-Smamtphones with Visual Studio 2010. Mono 1.0 is thereby fully integrated in Visual Studio 2010. The corresponding APIs for the Dalvik engine have been ...
tools
17.04.2011 | 258 0
0

Windows Phone 7: Mango Update

... summary of the coming features for Windows Phone 7 with the “Mango” Update: mangoAssuming they ... Phone, internally called Windows Phone 7 .5 (though that could change) and ... the initial version of Windows Phone 7 , the underlying operating system was simply called Windows Phone 7 . Now, it's being renamed to ... Phone OS.) Where Windows Phone 7 was based on Silverlight 3 and ...
windows-phone-7
17.04.2011 | 245 0
0

Windows Phone 7 - Nodo Update Gotcha

After reading some blogs about forcing the NoDo Update for Windows Phone 7 , I had today the idea to deactivate the data connection and wlan at my HTC Mozart. After I have done this and I connected my phone via USB to my notebook – Surprise, surprise: The message for the NoDo Update appears. After this I activated the celluar data connection again and everything goes his normal way. ...
windows-phone-7
30.03.2011 | 116 0
12