|
|
sirrocco
Stories submitted by friends of sirrocco
|
|
published 2 days, 16 hours ago, submitted by
Jemm
4 days, 5 hours ago
weblogs.asp.net — "Here are some resources that will be helpful in covering functional programming aspects as well as other topics covered." (Link collection) read more...
add a comment
|
category: C# | Views: 345
|
|
tags:
C#, functional, F# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dcarr
4 days, 8 hours ago
blog.domaindotnet.com — Functional programming is so addictive. It reminds me when I could code with no team, no deadline, no broken processes or cultures to navigate. I do hope this becomes a common option for general development or at least C# continues to borg functional ideas… read more...
add a comment
|
category: Architecture | Views: 11
|
|
tags:
CTP, Futures, Power, Lambada, Programming | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
5 days, 3 hours ago
blogs.msdn.com — Last week I started to tell you about some of the functionality we are building for Visual Studio Team System 2010. I wanted to elaborate on that some here. read more...
add a comment
|
category: Team System | Views: 8
|
|
tags:
TeamSystem | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
12 days, 20 hours ago
microsoft.com — "Microsoft Corp. today provided the first look at the next version of its developer tools and platform, which will be named Visual Studio 2010 and the .NET Framework 4.0. Microsoft described the next release through the following five focus areas: riding the next-generation platform wave, inspiring developer delight, powering breakthrough departmental applications, enabling emerging trends such as cloud computing, and democratizing application life-cycle management (ALM)." read more...
1 comment
|
category: Visual Studio | Views: 21
|
|
tags:
.net4.0, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dcarr
19 days, 15 hours ago
domaindotnet.com — Example: (try this with gacutil.exe)
** ASSEMBLIES BY NAME WITH > 1 REGISTERED = 664 ***
Group ‘Microsoft’ Assemblies=466 Percent=70.18% Public Keys Used=5
Group ‘DevExpress’ Assemblies=73 Percent=10.99% Public Keys Used=2
Group ‘System’ Assemblies=71 Percent=10.69% Public Keys Used=4
Group ‘Policy’ Assemblies=14 Percent=2.11% Public Keys Used=2
Group ‘FSharp’ Assemblies=11 Percent=1.66% Public Keys Used=1
Group ‘VLinq’ Assemblies=10 Percent=1.51% Public Keys Used=1
Group ‘policy’ Assemblies=6 Percent=0.9% Public Keys Used=2
Group ‘PresentationFramework’ Assemblies=5 Percent=0.75% Public Keys Used=1
Group ‘mscorcfg’ Assemblies=2 Percent=0.3% Public Keys Used=1
Group ‘WebDev’ Assemblies=2 Percent=0.3% Public Keys Used=1
Group ‘VSTADTEProvider’ Assemblies=2 Percent=0.3% Public Keys Used=1
Group ‘VsWebSite’ Assemblies=2 Percent=0.3% Public Keys Used=1 read more...
add a comment
|
category: Linq | Views: 12
|
|
tags:
IEnumerable, Unmanaged, unsafe, LINQ, GAC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dcarr
21 days, 11 hours ago
blog.domaindotnet.com — This post gets the GAC via Linq to bend your way. How? A Fusion Wrapper to IEnumerable over your Gac. No nasty PInvokes to deal with. It's all clean C# which is here to use. We owe a debt to the Mono project for this as well as a very smart Microsoft staff member to be give credit when we can find the page again. Be careful however...Our last post cranked through your registry. This post gets you the GAC. Here is what is done with a holistic post later:
* All files we can find (if you specify them)
* The Gac (all of it and even the other two ‘sub-gacs’ if you want
* Environmental Stuff (Path variable, etc. but we actually parse them and produce another tree and it fits our code)
* A lot more (think all things inside you box)
You can even join all this data if you can find the right keys. We joined our registry to our file system ‘where the registry key value as a path’ (where is was a valid path) didn’t exist. Earth-shattering? No. Faster then any virus checker we’ve tried? ABSOLUTELY. Relevant to virus checkers? No not really actually…. read more...
2 comments
|
category: Linq | Views: 15
|
|
tags:
LINQ, GAC, To, IEnumerable, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dcarr
26 days, 21 hours ago
blog.domaindotnet.com — An oldie but always worth another look to remember the insanity that is Steven Ballmer. What are multi-Billion dollar CEOs would act like this? He's a genius for being such an eccentric yet being effective in the 'normal corporate' world. Go Steve.
NOTE: We recently got the 'SequenceViz' tool (auto gens sequence diagrams using Cecil for code knowledge) working with SilverLight on the web. It previously only supported SVG in IE using the Adobe viewer. It now does SVG-Xaml Translation.. VERY cool stuff.. read more...
2 comments
|
category: Community | Views: 9
|
|
tags:
CEO, Microsoft, ALT.NET, Crazy, Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
1 month ago
blogs.msdn.com — An updated version of the Patient Journey Demonstrator has been released. The link has nice description of some of the details. read more...
1 comment
|
category: Silverlight | Views: 9
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 2 days ago, submitted by
dcarr
1 month, 3 days ago
blog.domaindotnet.com — Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable and maintainable at the same time). It’s astounding just how fast the HashSet<T> collection is. This post will show how to gain additional power that is fully supported from Microsoft which is often overlooked, yet it can solve some of the hardest problems (especially around performance however don’t prematurely optimize!).
Linq, HashSet, ORM, NHibernate, Linq to NHibernate, Linq Undocumented, Functional Programming, .NET 3.5 read more...
3 comments
|
category: C# | Views: 350
|
|
tags:
LINQ, mock, Registry, Recursion, Server | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
1 month, 9 days ago
blogs.vertigo.com — "While working on Vertigo's high definition video player for the Democratic National Convention, our team encountered some challenges with Silverlight 2 Beta 2's Visual State Manager. In this post, I'll discuss how we overcame these challenges, and our solution to make working with VSM simple, quick, and easy." read more...
add a comment
|
category: Silverlight | Views: 11
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|