Browse by Tags

All Tags » .NET (RSS)
Det finns ett nytt projekt på MSDN Code Gallery som heter SpicIE och som låter utvecklare enkelt skapa plugins till Internet Explorer i form av: IE browsing event handlers IE toolbar buttons IE menu entries IE context menu entries IE explorer bars IE...
Posted by Vimpyboy | 1 comment(s)
Filed under: ,
Innehållsförteckning A Brief History of Compiler Technology A Brief Introduction to the .NET Framework A Compiler Flyover The Syntax for the QuickBasic Compiler The Lexical Analyzer for the QuickBasic Compiler QuickBasic Object Modeling The Parser and...
Om ungefär en månad under PDC 2008 så kommer Microsoft att visa upp deras nya satsning med kodnamnet "Oslo", samt dessutom släppa en CTP av SDK:n. För att förklara Oslo med en mening så är det en modelleringsplattform som underlättar arbetet med tjänsteorienterade...
Posted by Vimpyboy | with no comments
I samband med förra artikeln om Windows CardSpace så startade jag en tråd på Aspsidan för att kunna diskutera ämnet. En av kommenterarna som dök upp var av en person som hade börjat kika på hur han skulle implementera Windows CardSpace till sin befintliga...
Posted by Vimpyboy | with no comments
If you use web sites instead of web application projects and load an user control dynamically, it can be hard to set the properties from code behind since you can´t cast the instance. What to do? WHAAAAT TO DOOOO??? Well, first of all, take a beer and...
Posted by Vimpyboy | 7 comment(s)
Filed under: , , ,
You can get a free e-book from MS Press here: http://csna01.libredigital.com/?urvs5cn3s8
Microsoft released some awesome posters for a while ago: Microsoft .NET Framework 3.5 - Commonly Used Types and Namespaces 2007 Office System Document: Developer Posters Windows Server 2008 Component Posters
Posted by Vimpyboy | with no comments
A not so common, but very usefull operator is the double question mark operator (??). This can be very usefull while working with nullable types. Lets say you have two nullable int: int? numOne = null; int? numTwo = 23; Scenario: If numOne has a value...
Posted by Vimpyboy | 9 comment(s)
Filed under: , ,
Just found out that Visual Studio 2008 is released on MSDN! More info at ScottGu's blog (as usual): http://weblogs.asp.net/scottgu/archive/2007/11/19/visual-studio-2008-and-net-3-5-released.aspx
Posted by Vimpyboy | with no comments
More Posts