Main News The Feed Bloggers Community Photos

Main : Michael Schwarz

Categories

> All Posts
> News
> Tracks
> Extras
> Community

Info

> Contact Us
> FAQ
> What is a Blog?
> Partners

PDC Links

> PDC 2005
> Agenda
> Sessions

News Aggregators

> SharpReader
> FeedDemon
> RSS Bandit
> NewsGator

Blog Hosts

> GeeksWithBlogs.net
> MSN Spaces
> Regex Advice
> AspAdvice
> Weblogs @ Asp.Net
> DotNetJunkies
> SqlJunkies

Blog Tools

> DasBlog
> Community Server
> Radio UserLand

Michael Schwarz

Syndication:
Categories
@ PDCBloggers.net : Bloggers : Attendees
@ TechEdBloggers.net : Bloggers : TechEd2006 : Boston : Attendees
@ TechEdBloggers.net : Bloggers : TechEd2006 : Developers
@ TechEdBloggers.net : Bloggers : TechEd2007
@ TechEdBloggers.net : Bloggers : TechEd2008
Recent Posts

<< Page 1 of 3 >>

• Nov 13 Thu


How to Encrypt your AJAX Ttraffic Using Silverlight and Ajax.NET Pro

Michael Schwarz writes "It is possible to put an AJAX token or to simple encrypt the data that gets over the lines...I have created a very simple demo that is showing how to implement cryptography in Ajax.NET Professional. First we have to create the encryption methods and implement an AjaxSecurityProvider..."


• Sep 12 Fri


Debuggiing ASP.NET Memory Issues

Michael Schwarz writes "The problem was that their applications memory usage would grow over time until they finally ended up with an out of memory exception. They used an older version of my Ajax.NET Professional library. The bug has been noticed..."


• Jul 30 Wed


Error: EntryPoint Not Specified for Manifest VS 2008 SP1 B

Michael Schwarz writes "...if you have tried the .NET MF 3.0 beta 2 with Visual Studio 2008 and installed SP1 beta: when trying to compile a console or window application (library projects are ok) you’ll get an error message after compiling: ...The .NET MF team is not testing against VS 2008 SP1 beta and this issue..."


• Jul 28 Mon


.NET Micro Framework 3.0 Multi-Targeting

Michael Schwarz writes "..now enables developers to use Visual Studio 2008 for the current version 2.5 and the upcoming version 3.0...don’t need to install Visual Studio 2005 and 2008 on one machine...there is a small bug as you are not able to use .NET Framework 3.5..."


• Apr 14 Mon


Ajax.NET and IIS 7 Integrated Mode

Michael Schwarz writes "...how to run Ajax.NET on IIS 7 (i.e. Windows Vista) in integrated mode instead of classic mode here are two things you have to check...The breaking change for Ajax.NET Professional is that you have to move the httpHandler (and httpModule if used) to a new section system.webServer and rename httpHandler to handler; next you have to add a name attribute for the handler..."


• Mar 21 Fri


About ASP.NET MVC Source Code

Michael Schwarz writes "...The license won't enable you to redistribute your patched version of ASP.NET MVC (Microsoft wants to avoid having multiple incompatible ASP.NET MVC versions floating around and colliding with each other). But it will enable developers who want to get started building ASP.NET MVC applications immediately to make progress - and not have to worry about getting blocked by an interim bug that they can't work around."


• Mar 19 Wed


Breaking Changes in Silverlight 2

Michael Schwarz writes "There is an MSDN article that focuses on changes that might cause your older Silverlight-based applications to now fail or behave differently not on new features/enhancements for this release...Read full Breaking Changes in Silverlight 2 article"


• Mar 8 Sat


Is there a Socket Bug in Silverlight 2 B1?

Michael Schwarz writes "....I wrote about how you can use sockets in Silverlight 2 beta 1. Well, when publishing my application to a Internet domain the code didn't work. I always get a socket exception: error code 10013, access denied. I have put an example online at http://frankfurt.schwarz-interactive.de:4501/test.aspx. I'm following up with the people who wrote the policy code and see what's going on here. You'll get a message...."


• Mar 7 Fri


Silverlight 2 -Apple Safari for Windows

Michael Schwarz writes "Yesterday evening I have played with the new Silverlight 2 beta 1 bits and tried to run it on different Web browsers. The system requirements for Silverlight 2 are:....Well, there is no Yes with one or two stars for Apple Safari for Windows, but I did the test and it is working. In an older version of Silverlight I got many crashes..."


• Mar 6 Thu


Silverlight 2 not working on Production Web Server

Michael Schwarz writes "I got some questions about why is Silverlight 2 beta not working on my production Web server? Well, one of the most errors I found is the missing MIME type definition in IIS. Silverlight 2 doesn't compile a DLL as the beta 1.1 did. The new file extension is .XAB (hm, looks like .XBAB). The only thing you have to do is following step:"


Silverlight 2 has Sockets

Michael Schwarz writes "The new beta of Silverlight 2 introduces Sockets. The security model enforced by the System.Net.Sockets namespace in Silverlight 2 allows for a connection only back to the site or host of origin. So Silverlight 2 applications will be allowed to connect only to the host from which they were downloaded. As the Web browser doesn't have a property of the IP address...."


Silverlight Running on Web Server

Michael Schwarz writes "..Last evening I could add... Silverlight 2 control on my .NET Micro Framework device talking to my Web server that is controlling some LEDs. Wow, Silverlight connects to .NET Micro! I'm sure that it is very nice to have screen and other status information available through a Web server and displayed on a Silverlight applet that is looking the same as the original one...."


• Mar 5 Wed


.NET Micro Framework AJAX Library

Michael Schwarz writes "If you are already familiar with AjaxPro you should be able to use it in seconds, as there is no real difference in how to use it compared with the Professional version. Well, the .NET Micro Framework has some restrictions like missing often used methods and classes (like StringBuilder, int.Parse,...). But this is no reason to not develop great Web enabled small devices that e.g. will control your home."


• Jan 9 Wed


Using Class Libraries vs AjaxPro

Michael Schwarz writes "....The ASP.NET engine knows now that you want to include the class ClassLibrary1.Class1 into this file. Every requests initiated to this file will be processed from your source code in the Class library. Compare this with the RegisterTypeForAjax call in Page_Load when using AjaxPro."


• Jan 4 Fri


Creating Proper Pixel Aligned Boundaries in Silverlight

Michael Schwarz writes "A short summary of the problem when drawing lines with 1px and using an anti-alias effect....Here are the recommendations for drawing single pixel straight lines...Here is a version of the XAML....with proper pixel aligned boundaries..."


• Dec 24 Mon


Microsoft Download Center using Silverlight 1.0

Michael Schwarz writes "I hope that Silverlight applications in the future make more use of the compressed-file downloaded feature in Silverlight. Some of the XAML files e.g. are not compressed, ok, it is still beta. Using the new Download Center feels very good, but keyboard support is missing totally....As far as I know there is no way to use screen readers for Silverlight applications right now."


• Dec 21 Fri


Here is the .NET AJAX Survey Results

Michael Schwarz writes "The most used AJAX toolkit is ASP.NET AJAX with about 73.7% followed by the AJAX Control Toolkit which is used by almost half of the .NET developers that are using AJAX. The second mosed used framework after the Microsoft one are my Ajax.NET Professional and jQuery, both used..."


Microsoft Silverlight 2.0 Wish List

Michael Schwarz writes "Here are some additional features currently missing and are maybe important for everyone....Socket Support....What happen if you print an Silverlight application?...Web browser history support"


• Dec 19 Wed


Example of MVC Web App and JSON

Michael Schwarz writes "....While playing around I tried to create a simple Web page that will render an address from a given ID....this was a very simple example showing how we can use the same Controller for different views...."


• Nov 26 Mon


Update Silverlight not working - Workaround

Michael Schwarz writes "What you can do is to disable or remove the old Silverlight plugin. Another way to see the HTML version is to run following short JavaScript line in your address line of your Web browser...and open the Silverlight download page, wait until your Web browser shows that everything is downloaded, paste the JavaScript link in the address bar and hit Enter."

<< Page 1 of 3 >>

 
Search
 

Bloggers

> Add Your Blog
> Get OPML Directory
> Attendees (421)
> Speakers (82)
> Staff (129)
> Press (17)
> Community (20)