.NET Framework 3.5 - Part 2: What's new in it?
- http://dotnetwithme.blogspot.com/2007/05/what-new-in-net-35.html
- http://msdn2.microsoft.com/en-us/library/bb332048(VS.90).aspx
- http://blogs.msdn.com/tims/archive/2007/07/27/what-s-new-in-wpf-3-5-here-s-fifteen-cool-features.aspx
There is a lot of new language features in 3.5, most important to highlight for this series is LINQ. Moving along to the more shiny information there is significant work put into integration of AJAX, WPF (XBabs support in Firefox, can work with cookies now), WCF (more WS* support, general syndication support, special model for web development, and Silverlight. WCF + WF and WCF + AJAX now play very well together (lots of support for each other now). There is also support for new cryptography stuff (nice), peer to peer development. Interesting WinForms now supports the same model as ASP.NET for authentication.
For the American McGee Fans
Next Game
Next Project (not a game!)
And in the same vein as the next project, something a little different.
I like it all! In fact I am a tingle of excitement over it.
MSCRM 4.0 is Out!
MSCRM 4.0 is now RTM!
Read more http://blogs.msdn.com/mscrmfreak/archive/2007/12/16/microsoft-dynamics-crm-4-0-hits-rtm.aspx
WinAmp - Must have Plugin
Winamp Auto Tagger - Best Feature Ever
Now add the album art download plug-in and your MP3 collection is looking great :)
These two features (and the revised layout, and outlook like popups) have made me a winamp fan again (after a few years of using Windows Media Player).
Get it from Winamp.com!
Essential Developer Tools - Part 2: Microsoft patterns and practise
Being a Dot Net developer means that those giants include the Microsoft patterns and practices team. Well what do they do?
We talk with a large number of Microsoft customers, partners, and consultants to understand the commonly occurring scenarios and the technical challenges associated with them. Then we discover and harvest the solution patterns and engineering practices (including anti-patterns) that have proved successful in addressing these scenarios.
Once we understand the scenarios and technical challenges, we work with product and technology teams across Microsoft, industry experts, and with customers and partners, to build guidance that reflects both the current, practical state of the technology and that is also aligned with future Microsoft technology plans. Often, the underlying scenarios and solutions guidance ends up influencing future Microsoft product direction.
Most of our projects are conducted in CodePlex communities. This allows continuous input from the development community at large and keeps us honest. We call this approach, “customer connected engineering” and it ensures that what we deliver actually meets the needs of our customers. We also ship the source code to nearly everything we deliver, usually along with a license agreement that encourages source level adoption and customization.
From http://msdn2.microsoft.com/en-za/practices/bb969103(en-us).aspx
That's great for marketing but for developers it means that they produce tools, frameworks and documentation (guides, proven practices etc...). My personal favorite from them is a set of components called the Enterprise Library which provides amazing code for logging (log4net eat your heart out), database access, exception handling, cache handling, cryptography, policy management (ala AD policies in your app) and validation. It really is amazing stuff. Two nice examples are the database application block, you can connect to a database, run a query and get the result in result set and close the database all following best practices with a tool to change the connection string (cause it's not hard coded so your users may need it) all in 2 lines of code! The validation block provides attributes to decorate your classes with to enforce validation with no additional code. You can get all of that from http://msdn2.microsoft.com/en-us/library/aa480453.aspx and much more from http://msdn2.microsoft.com/en-za/practices/bb969097(en-us).aspx.
.NET Framework 3.5 - Part 1: Where you can find it?
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages
BTW one nice feature of using this version, is that you have all 60Mb already downloaded. So when you launch it, and it says you need to download a bunch of data - well you give it a second cause it doesn't.
Essential Developer Tools - Part 1: Reflector Plugins
The site is: http://www.codeplex.com/reflectoraddins
Some of the nice ones there:
- Code Metrics
- Code Review Tools
- Dumping of source code to file
- Silverlight support
- SQL 2005 (for CLR integration) support
- Unit and mock testing
- BizTalk Support
- A few diagram and charting tools
- Powershell support (as a language)
There are a lot of other nice ones but those are really great.
BioShock pt 2
Thinking more into this, the answer to a lot of gameplay issues actually would be to drop the number of VitaChambers (2 per level, maybe) and seriously drop the number of bad guys. Then enable bad guys to respawn at the VitaChambers too, unless caught by a little sister (and thus drained of adam). This opens up some nice avenues of gameplay, one it slows it down a lot to enable you to actually be tactical. It lowers the number of bad guys allowing for more distinct-ness in them. It makes little sister harvesting an interesting issue, do you kill them early to get adam or let them run around as cleanup crews for and then only kill them later.
Despite that dream which will never happen, one nice thing has happened. A patch for BioShock has been released and does support turning off VitaChambers completely. More details on the patch at http://www.2kgames.com/cultofrapture/pcpatch.html
Visual Studio 2008 Install
Dunno what else to say really. Normally these things are ammo for the annoyance tag but not today! However if you are unlucky like Ryan, read his post as he is getting some lovely info from MS on the comments.