Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » .NET   (RSS)

.NET Memory Management Poster

Have a look at nice poster describing .NET memory management: http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/learning-memory-management/memory-management-poster Share this post: email it! | bookmark it! | digg it! | reddit! |
Posted by joteke | 0 Comments
Filed under: ,

Are you aware of .NET Reflector Pro?

I'm sure many of my readers know Reflector, that tool to decompile the assemblies to see what it contains, maybe investigating what Microsoft has done with the base assemblies in .NET or maybe trying to understand 3rd party assemblies (or maybe just
Posted by joteke | 1 Comments
Filed under: , ,

Book review coming soon...

After a long silence, I will continue blogging on .NET. The becoming post will be a book review (one is confirmed for now). Timeframe is in a few weeks. Tech tips are still on hold, it's harder to write new tips on ASP.NET anymore, feels as if everything
Posted by joteke | 1 Comments

Silverlight 3 is released

See ScottGu's post for details: http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 0 Comments
Filed under: , , ,

What's new in the BCL in .NET 4 Beta 1 (from BCL Team blog)

Interesting stuff : http://blogs.msdn.com/bclteam/archive/2009/05/22/what-s-new-in-the-bcl-in-net-4-beta-1-justin-van-patten.aspx My favorite features are parallel extensions, code contracts (I was familiarized with them thanks to Peli ), memory mapped
Posted by joteke | 1 Comments
Filed under: , , ,

Visual Studio 2010 and .NET Framework 4.0 Training Kit - May Preview is available

Thanks to Bill Evjen for informing about this. Download: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=752cb725-969b-4732-a383-ed5740f02e93 The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations,
Posted by joteke | 0 Comments
Filed under: , ,

Free ASP.NET MVC “NerdDinner” Tutorial Now in HTML

From: http://weblogs.asp.net/scottgu/archive/2009/04/28/free-asp-net-mvc-nerddinner-tutorial-now-in-html.aspx You can read the tutorial here . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor

Sharepoint Designer is now free!

Late to this game, as usual but still adding here. From: http://blogs.msdn.com/sharepoint/archive/2009/04/02/sharepoint-designer-available-as-a-free-download.aspx Sharepoint Team made Sharepoint Designer available as a free download. I've been using
Posted by joteke | 0 Comments
Filed under: , , ,

Release time: Silverlight 3 beta, ASP.NET MVC 1.0, IE8...

You're blessed to be web developer nowadays :-) Lots of interesting releases by MS lately: ASP.NET MVC 1.0 http://haacked.com/archive/2009/03/18/aspnet-mvc-rtw.aspx download: http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&displaylang=en

"Security Guidance for Writing and Deploying Silverlight Applications" whitepaper released

Do you have concerns with Silverlight's security aspects? MS has just released the whitepaper "Security Guidance for Writing and Deploying Silverlight Applications" Download it from here Share this post: email it! | bookmark it! | digg it!
Posted by joteke | 1 Comments
Filed under: , ,

Techdays 2009, Finland

I attended Techdays 2009 at Helsinki on 5th of March. It was the biggest MS event in Finland so far, measured purely by the number of audience. I had the honor to participate on Thursday and sit down and chat with many well-known experts like Peli de

Calling WCF service asynchronously from ASP.NET

I was recently asked how to call WCF Service asynchronously from ASP.NET. Here's my sample code: 1) WCF Service Library Implementation namespace WcfServiceLibrary1 { [ServiceContract] public interface ISampleService { [OperationContract] string SayHelloWorld();
Posted by joteke | 8 Comments
Filed under: , , ,

Silverlight 2 released

See ScottGu's announcement at: http://weblogs.asp.net/scottgu/archive/2008/10/14/silverlight-2-released.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor

Microsoft announces jQuery support in ASP.NET Ajax

I just noticed a very interesting announcement by Scott Guthrie. Microsoft will officially start co-operating with jQuery development community, adding support for jquery in ASP.NET Ajax, and which also includes Microsoft PSS e.g they take support cases.
Posted by joteke | 0 Comments

If your XML is somehow always written using UTF-16 (in .NET) , no matter what you try...

I suggest you have a look at Kirk Allen Evan's blog post: XmlWriterSettings Encoding Being Ignored? http://blogs.msdn.com/kaevans/archive/2008/08/11/xmlwritersettings-encoding-being-ignored.aspx Short explanation is that if you directly or indirectly
Posted by joteke | 0 Comments
Filed under: ,
More Posts Next page »