|
|
RPenton
RPenton
 |
|
Stories kicked by RPenton
|
|
published 2 days, 18 hours ago, submitted by
beckelmw
2 days, 21 hours ago
beckelman.net — Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the masses. Even if you don’t submit stories yourself, you can still help out by giving the initial votes that push a story to the front page. read more...
add a comment
|
category: Community | Views: 228
|
|
tags:
Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
RPenton
28 days, 20 hours ago
blogs.msdn.com — Last year, the head of the Microsoft’s Developer Division, S. Somasegar, announced that Microsoft had begun investing in F# as one of Microsoft’s supported languages on the .NET platform. I am now thrilled to announce one result of this investment: F# will ship as part of Visual Studio 2010! Since the September 2008 CTP of F#, the F# team has been working hard on integrating F# into the main development branch of Visual Studio 2010. Below I show a screen shot of using the F# development tools in the 2010 shell, with the new editor and the new look-back-in-time "Debug History" window. read more...
|
|
tags:
F#, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 19 hours ago, submitted by
abstractcoder
28 days, 22 hours ago
money.cnn.com — In a corporate blog post today, Netflix (NFLX) said 50 of its technical specialists in its customer service group will be let go at the start of next year. The reason? The company isn’t blaming the economy, it’s blaming Microsoft’s (MSFT) Silverlight read more...
5 comments
|
category: Silverlight | Views: 826
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 3 hours ago, submitted by
mghaoui
28 days, 23 hours ago
infoq.com — Microsoft has released IronPython 2.0 on CodePlex, the .NET implementation of the Python language. The most important improvement is running on top of the Dynamic Language Runtime (DLR). read more...
7 comments
|
category: Silverlight | Views: 214
|
|
tags:
DLR, IronPython | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 29 days, 13 hours ago, submitted by
stusmith
29 days, 23 hours ago
hackification.com — Opinion article on how LINQ-to-Entities currently seems to compare unfavorably to LINQ-to-SQL. read more...
1 comment
|
category: Linq | Views: 411
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 6 days ago, submitted by
jonas
1 month, 6 days ago
weblogs.asp.net — Dec 2nd Links: ASP.NET, ASP.NET Dynamic Data, ASP.NET AJAX, ASP.NET MVC, Visual Studio, Silverlight/WPF read more...
1 comment
|
category: ASP.NET | Views: 381
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
pbrooks
4 months, 14 days ago
pagebrooks.com — I've just started a new project on CodePlex called Silverlight Contrib. The aim of this project is to offer the most comprehensive collection of free and open source Silverlight controls. The first drop is very small, but with support from the community, I hope to grow this collection into a full suite of controls that you can incorporate into your solutions. read more...
add a comment
|
category: Silverlight | Views: 10
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 16 days ago, submitted by
satheeshbabu
4 months, 18 days ago
codedigest.com — This week Microsoft have released a new control called ASP.NET Generated Image control to display image in ASP.Net page. This article will give you a kick start on this control and some of its features.
read more...
1 comment
|
category: ASP.NET | Views: 328
|
|
tags:
CodeDigest.Com, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 19 days ago, submitted by
Jemm
4 months, 19 days ago
blog.nerdplusart.com — Cool particle effects live demo done with Silverlight. Sources are available, too! read more...
1 comment
|
category: Silverlight | Views: 342
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ImplicitGeek
4 months, 20 days ago
blog.benhall.me.uk — Red Gate announced today that, under a new agreement, it will be responsible for the future development of .NET Reflector, the popular tool authored by Lutz Roeder. read more...
add a comment
|
category: C# | Views: 25
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 1 day ago, submitted by
stimpy77
5 months, 1 day ago
jondavis.net — Since forever, geeks who take themselves seriously have loved to brag such things as, "I use Notepad to edit web pages". Carrying this over to actual programming, "I never click into the designer when editing my ASPX", or "I never design a database using designer tools, I always design it all using raw T-SQL," or "I always update my SVN from the command line". (Someone in a local tech user group bears the post signature, "Real men use Notepad.")
Puhleeze. I'm not impressed, and frankly I think anyone who brags like this should get a swift kick in the pants. read more...
15 comments
|
category: C# | Views: 535
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 2 days ago, submitted by
wisemx
5 months, 2 days ago
microsoft.com — Customers and partners worldwide confirm mission-critical applications, enterprise-class data warehousing support.
read more...
7 comments
|
category: Database | Views: 323
|
|
tags:
SQL2008, cool, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
terry.aney
8 months, 26 days ago
aneyfamily.com — A couple weeks ago, I read the article, LINQ to SQL Extension: Batch Deletion with Lambda Expression by Jeffrey Zhao. In case you didn't read the article, it discusses the downside of most O/R Mapping frameworks when it comes to multiple updates or deletes. He states the fact that a SQL statement for each row flagged as update/delete in the entity set is created. I went about implementing something similar to what Jeffrey envisioned and I'll explain some of the hurdles I had to overcome to achieve it. read more...
add a comment
|
category: Linq | Views: 37
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 months, 29 days ago, submitted by
craigtp
8 months, 30 days ago
weblogs.asp.net — From ScottGu's blog.
Today we released an updated ASP.NET Dynamic Data Preview. This new dynamic data preview now works with the standard built-in ASP.NET data controls (GridView, ListView, FormView, DetailsView, etc). The dynamic data support enables these controls to automatically handle foreign-key relationships. read more...
add a comment
|
category: ASP.NET | Views: 13
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
jonas
8 months, 30 days ago
blogs.msdn.com — No release date yet, but the Entity Framework will be a part of the Visual Studio 2008 and .NET 3.5 SP1 releases. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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