Browse by Tags

All Tags » .Net (RSS)

VS2008 IntelliSense for Visual Basic by hannes

Lisa Feigebaum from the VB team recently wrote two posts about VS2008 IntelliSense for Visual Basic. Read it here and here . The VS2008 IDE tools for VB.Net surely makes it the most productive tool for building .Net application today. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: ,

Going from VS2008 Beta to Release by hannes

If you, like me, have to upgrade from VS2008 Beta to VS2008 Release a good place to start is to read Scott Guthrie post on Steps to Uninstall VS 2008 Beta2 before installing the VS 2008 Final Release . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!

.Net 3.0 and .Net 3.5 Books by hannes

Two books that I recently added to my little library that I think everyone moving to .Net 3 and .Net 3.5 will find very useful are Pro C# with .NET 3.0 Special Edition Andrew W Troelsen Hardcover, 1186 pages 238 x 179 x 52mm (L x W x H) ISBN-13: 978-1-59059-823-8 2007 Published by APress and Pro ASP.NET 3.5 in C# 3.0 Matthew MacDonald Paperback, 1498 pages 235 x 235 x 52mm (L x W x H) ISBN-13: 978-1-59059-893-1 29 October 2007 Published by APress In due time I'll write more about these books...

VB2008 Gems by hannes

Amanda Silver from The Visual Basic Team recently blogged about Hidden Gems in Visual Basic 2008 . <personal note>Call me a die hard VB developer. You see every time I start a new project I tell myself this one will be in C# but it always ends up as a VB.Net one. </personal note> Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!

Where is the SOAP? by hannes

While busy playing around with .Net Framework 3.5 I noticed to my surprise that I could not find the SoapFormatter. Am I missing something? Or have Microsoft decided to go only with XMLSerializer for Framework 3.5 serialization to XML? Which make sort of sense if you read what this guy have to say about comparing the two. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: ,

Spring.Net and AOP by hannes

One of Spring.Net claims to fame is it's implemetation of AOP (Aspect Oriented Programming). Read about it here and see how they do it here . Spring.NET is an open source application framework that makes building enterprise .NET applications easier. Providing components based on proven design patterns that can be integrated into all tiers of your application architecture, Spring helps increase development productivity and improve application quality and performance. Downloads are available through...
Filed under: , ,

Data Access Tutorials for ASP.Net 2.0 by hannes

Today I discovered a treasure chest of tutorials written by Scott Mitchell for ASP.Net 2.0. Go have a look here . Code samples are provided in VB.Net and C#. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: , ,

Classes vs. Structures by hannes

While browsing thru some code of our development team I noticed that nowhere they use structures and always prefers to use classes when creating small data structures that are mostly made up of value type fields. So I went and did some research. In the .Net Framework objects of structures types are created on the stack while objects of class types are created on the heap. Structures can also implement interfaces but there is no inheritance. Structures can obtain fields with accessibility set. Structures...
Filed under: ,

.Net Security by hannes

Before it's time to go home on the this Friday afternoon I quickly printed some of the pages of .NET Security written by Richard Grimes . After a quick glance I seems it will be worthy bedtime reading. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: , , ,

Installing VS2008 Beta 2 by hannes

This is my first post using Windows Life Writer, thanks Neale for his trouble shooting post. Well this morning I installed VS2008 Beta 2 on my laptop. Found no problems with the installation and the IDE fired up nicely for the first time without any visible hickups. For the record my laptop is not the news and greatest and installing from the HDD took less time then I expected. For the next couple of weeks I hope the explore some of VS2008 new features, particular around LINQ. Share this post: email...
Filed under: , , ,

Using LINQ to SQL by hannes

Hi, Scott Guthrie, wrote a series of blog posts titled “ Using LINQ to SQL ”. Go have a look here . To my surprise he also included VB code, viva VB! Also by Scott some of the new language features in the Orcas release of VS.Net Framework. Automatic Properties, Object Initializer and Collection Initializers Extension Methods Lambda Expressions Query Syntax Anonymous Types Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: , , ,

Naming Standards by hannes

If you’re looking for programming naming standard guidance, go have a look at the . Net Framework General Reference Guidelines here on MSDN. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Filed under: , ,

LINQ promotes DDD by hannes

I think the biggest beneficiary of LINQ will one day be Domain Driven Design. Jimmy Nilsson thinks so too. " What I'm thinking about for instance is LINQ which fast approaching, and I believe it might be a signal to lots of Microsoft-developers wanting to go for DDD. I also see LINQ as a technique that solves what I solved with NWorkspace, but without you having to write your own abstraction." Read Post ADDDP . Share this post: email it! | bookmark it! | digg it! | reddit! | kick it...

Installing IIS after .Net by hannes

A while back I had to deploy an asp web project and SQL database to a unused test server running on W2000. .Net framework 1.1 and SQL Server 2000 was already installed on the box but it needed IIS. So I installed IIS using W2000 SP4. After releasing the web project and my database I had the funniest errors with permissions on the database. One of my colleges suggested that I re-register ISS and that solved all my problems. C:\WINDOWS\microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe –i Share this...
Filed under: , , ,
Powered by Community Server (Commercial Edition), by Telligent Systems