|
|
KirillOsenkov
KirillOsenkov
 |
|
Stories submitted by friends of KirillOsenkov
|
|
submitted by
CharlieCalvert
21 days, 4 hours ago
blogs.msdn.com — A new series of videos on the Visual Studio 2010 September CTP has been launched. The first episode covers installing and running the CTP, which comes in the form of a VPC. read more...
add a comment
|
category: C# | Views: 15
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samng
22 days, 11 hours ago
blogs.msdn.com — The other day I was playing around with some office code, and I found myself writing a lot of code much like the following sample that Anders used at his PDC talk:
static void Main(string[] args)
{
var xl = new Excel.Application();
((Excel.Range)xl.Cells[1, 1]).Value2 = "Process Name";
((Excel.Range)xl.Cells[1, 2]).Value2 = "Memory Usage";
} read more...
add a comment
|
category: C# | Views: 13
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samng
22 days, 11 hours ago
blogs.msdn.com — Last time, we began to dive into dynamic binding in C# and what happens through the pipeline. This time, we'll take a simple scenario and pick apart the details of what happens under the covers, both during compile time and runtime.
We can break down what the compiler does into three parts: type and member declarations with dynamics (ie methods that return dynamic), binding and lookup, and emitting. We'll deal now with the binding aspects of dynamic. read more...
add a comment
|
category: C# | Views: 3
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samng
22 days, 12 hours ago
blogs.msdn.com — Last time we dealt with the basics of dynamic binding. This time, we'll add a small twist. read more...
add a comment
|
category: C# | Views: 2
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samng
22 days, 12 hours ago
blogs.msdn.com — Yes, this does sound like a Star Wars movie, but no, I'm not a Star Wars geek that just likes to pull lines from my favorite movies (though I rather enjoyed Star Wars). This post will deal with what we've coined "the phantom method". It's the method that the static compiler will bind to during the initial binding phase when it recognizes that the invocation its trying to bind needs to be bound dynamically and cannot be resolved statically. read more...
add a comment
|
category: C# | Views: 3
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samng
22 days, 12 hours ago
blogs.msdn.com — Now that we're all experts in how dynamic invocations work for regular method calls, lets extrapolate a bit and take a look at how those basic concepts apply to other dynamic operations... read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CharlieCalvert
23 days ago
blogs.msdn.com — C# Engineer Sam Ng describes "What Dynamic Does not Do" in this sixth post in his excellent series on new features in C# 4.0 read more...
add a comment
|
category: C# | Views: 20
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CharlieCalvert
23 days ago
blogs.msdn.com — The code shown in this post uses a pre-release version of PLINQ called the Microsoft Parallel Extensions to .NET Framework 3.5. When PLINQ finally ships, it will run only on .NET 4.0 or later. The version I'm using that runs on top of 3.5 is for evaluation purposes only. There will never be a shipping version that runs on .NET 3.5. read more...
add a comment
|
category: Linq | Views: 14
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
23 days, 6 hours ago
west-wind.com — One of the most frequent questions that come up when talking about WCF REST urls is how to remove the .SVC file extension from the endpoint Url for a REST service. While it's not automatic, there are a couple of fairly simple solutions to this problem: Using the IIS 7 Rewrite Module or a small custom module. read more...
|
|
tags:
WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 13 hours ago, submitted by
gavinjoyce
28 days, 13 hours ago
groups.google.com — Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. read more...
26 comments
|
category: Community | Views: 97
|
|
tags:
DotNetKicks, Community | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CharlieCalvert
1 month, 4 days ago
blogs.msdn.com — I recently had the chance to sit down with Jeff Richter and discuss his Power Threading Library. This library provides a simple technique for handling asynchronous development. By making clever use of C# Iterators, Jeff is able to make asynchronous code looks as though it is synchronous code the executes in a linear fashion. This greatly simplifies the asynchronous programming model, making it easy for you to complete tasks that were formerly considered difficult.
read more...
add a comment
|
category: C# | Views: 25
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 4 days ago, submitted by
rstrahl
1 month, 4 days ago
west-wind.com — I've posted Part 2 of my jQuery with ASP.NET article series. Part 2 deals almost entirely with making AJAX callbacks to ASP.NET using several different mechanisms to retrieve data from the server for client side consumption. Covered are external content retrieval, same page callbacks, WCF/ASMX and a pluggable custom callback implementation that can be used with any application. Also covered is client side templating for managing HTML in one place. read more...
1 comment
|
category: jQuery | Views: 209
|
|
tags:
AJAX, ASP.NET, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
1 month, 12 days ago
west-wind.com — I've been getting a lot of questions in response to my WCF REST session in regards of whether I'd recommend switching to WCF from ASMX services for AJAX functionality recently. WCF provides a host of new REST features, but when it comes to AJAX functionality and especially ASP.NET AJAX compatible functionality there's really nothing compelling there to require changes. In this post I look at what WCF provides for AJAX and some of the things you might watch out for. read more...
add a comment
|
category: AJAX | Views: 9
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CharlieCalvert
1 month, 15 days ago
blogs.msdn.com — The LINQ documentation created by Microsoft is available both inside Visual Studio, and for free via the MSDN library found on the WEB. Here are some important pages from that documentation that can help you navigate through the online reference material that Microsoft has prepared for LINQ developers. I would not suggest using these references materials as a primary means of learning LINQ. However, if you have a book or other guide to LINQ development, then this reference material can be a useful addendum to that text. If you understand in a general way how LINQ works, but need answers to detailed questions, the links provided here may sometimes help you find answers to your questions.
read more...
add a comment
|
category: Linq | Views: 21
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 12 days ago, submitted by
gavinjoyce
1 month, 19 days ago
blog.magenic.com — When people talk about lack of adoption of "XP" (aka Extreme Programming) practices, one of the chief problems people have with it is the idea of "Pair Programming" read more...
1 comment
|
category: Other | Views: 724
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|

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