|
|
jemts
jemts
 |
|
Stories kicked by jemts
|
|
published 14 days, 14 hours ago, submitted by
CharlieCalvert
22 days, 3 hours ago
blogs.msdn.com — The good folks who put together our gaming tools have released XNA Game Studio 3.0. read more...
add a comment
|
category: C# | Views: 366
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 2 days ago, submitted by
colinjack
1 month, 2 days ago
codebetter.com — Great post on why L2S needs to be supported by the community and why a L2S targeted at the community is a good idea. read more...
4 comments
|
category: Linq | Views: 485
|
|
tags:
notagain, Bullshit, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mpodwyso
1 month, 19 days ago
codebetter.com — As part of my talk at the Richmond Code Camp earlier in October, I had the opportunity to talk about how to implement functional aspects in C# 3.0. This talk revolved around such concepts as from mutable to immutable, from inheritance to functional composition, and the mind shift that is required. Part of this discussion involved very briefly a talk about monads. It's a very misunderstood part of computer science and one of the most powerful concepts to learn. Much like continuation passing style, this style is often maligned as a result. But, let's work to change that. read more...
add a comment
|
category: C# | Views: 2
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 29 days ago, submitted by
CharlieCalvert
2 months, 2 days ago
blogs.msdn.com — Matthew Manela, an engineer on our Online Tools team, has created and released a free, community-based tool called the Snippet Designer. His tool is a Visual Studio add-in that allows you to create and edit snippets from inside the IDE.
read more...
3 comments
|
category: Visual Studio | Views: 354
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 10 days ago, submitted by
tamir
2 months, 10 days ago
blogs.microsoft.co.il — Recently Microsoft released source code and compiled version of previously internal tool, that helps to create and manage code snippets in Visual Studio IDE read more...
add a comment
|
category: Visual Studio | Views: 306
|
|
tags:
OpenSource, Snippets, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 10 days ago, submitted by
jemts
2 months, 10 days ago
blogs.msdn.com — An open source plug-in for Visual Studio which adds the ability to edit code snippets in a rich integrated way. It also adds the Snippet Explorer tool window which allows you to easily search for snippet files on your computer. read more...
add a comment
|
category: Visual Studio | Views: 387
|
|
tags:
OpenSource, Snippets, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jemts
2 months, 22 days ago
blogs.msdn.com — Shows how to correctly use LINQ to SQL with SQL CE. read more...
add a comment
|
category: C# | Views: 6
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jemts
3 months, 4 days ago
blogs.msdn.com — A simple technique to minimize the number of refreshes to a collection view by using the DeferRefresh method. read more...
|
|
tags:
WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 29 days ago, submitted by
Ragoczy
4 months, 29 days ago
lovethedot.blogspot.com — Microsoft released a tool called Microsoft Source Analyzer, or StyleCop. It analyzes source code for standards violations. It's a 1.0 release, so it doesn't do some things ... like have a published API for custom rules or MSBuild integration. So the community dug in and figured out how to do these things and now MS is firing off license-violation emails. Don't they get it? The community wants to use the product, but it's too limited ... these extensions help make it better. read more...
5 comments
|
category: C# | Views: 497
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 months, 9 days ago, submitted by
CharlieCalvert
6 months, 10 days ago
blogs.msdn.com — A new Visual Studio survey has been created and we would like your feedback. This survey focuses on learning more about the types of applications you are creating, which tools and technologies you are using, and how we can improve our content and code examples to better meet your needs. There are also questions about how you access online help, and some questions about the .NET Framework docs.
read more...
1 comment
|
category: Visual Studio | Views: 180
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jemts
7 months, 2 days ago
blogs.msdn.com — What happends when you use pass by reference and closures in the same method? read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jemts
7 months, 19 days ago
blogs.msdn.com — Silverlight 2 allows you to combine a webpages JavaScript code with Silverlight .NET Code. For example you can call a C# method from JavaScript and call a JavaScript function from C#.
This posts shows how this is done and demonstrates it with a nifty little web page. read more...
1 comment
|
category: Silverlight | Views: 57
|
|
tags:
C#, JavaScript, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 20 days ago, submitted by
jonas
7 months, 22 days ago
bradwilson.typepad.com — Link to Brad Wilson's blog, xUnit 1.0 is feature complete! read more...
|
|
tags:
Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 4 days ago, submitted by
rimsystems
8 months, 11 days ago
weblogs.asp.net — "The reactions to [Deep Zoom] have fallen into two groups. Some folks say it's incredible, and some say they were impressed when they saw it in 2005, was called Google Maps (and zoomed all the way from outer space to their house). The unimpressed folks point out that there are other Flash applications that handle this, too, like Zoomify and Zoomarama. Haven't we seen this before?" read more...
add a comment
|
category: Silverlight | Views: 3
|
|
tags:
JonGalloway, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jemts
8 months, 15 days ago
blogs.msdn.com — Creating a infite list of prime numbers using lazy infinite lists. Shows how two pretty lines of Haskell can be ported to C#. read more...
add a comment
|
category: C# | Views: 6
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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