Stories recently tagged with 'Language'

Getting Started with LINQ - Part 2 (Language Enhancements)(beyondrelational.com)

submitted by DPalkarDPalkar(228) 2 years ago

In my previous post I summarized Microsoft Language Integrated Query (LINQ). Briefly discussed about its components as well as showed some code examples to highlight the sql query type syntax it uses. When we talk about LINQ, we are talking about number of little features that were added in .net 3.0 framework which are the building blocks of the LINQ. In this post I will discuss these features a little further as follows. Object Initializers Collection Initializers Anonymous Types, Implicitly Typed variables (var keyword) Lambda Expressions Partial Methods Extension Methods read more...

1 comment |category: |Views: 258

tags: another

Getting Started with LINQ(beyondrelational.com)

submitted by DPalkarDPalkar(228) 2 years ago

In this we’ll continue to discuss how to go about the SQL Server Data Access using various technologies. This post will discuss Microsoft Language Integrated Query, otherwise known as LINQ. I will discuss how it can be used to accomplish the same tasks we have discussed in previous posts. But before that it surely requires a good introduction to start with. LINQ was introduced with .net 3.0 as one of the language enhancements. It uses generics, which was introduced in .net 2.0, thoroughly to accomplish what it was designed to do. LINQ is designed to query virtually any kind of data source which implements IEnumerable<T> interface. It allows you to query the data by emulating the SQL query expressions using any .net language you are comfortable with. Isn’t that amazing!! read more...

add a comment |category: |Views: 346

tags: another

A quick review of different UI frameworks(itaibh.blogspot.com)

submitted by itaibhitaibh(60) 3 years, 1 month ago

This post reviews several frameworks used for creating graphical user interfaces. I've decided to create such a review after noticing many programmers take a specific GUI framework for granted, as it is their automatic-choice-by-tool (i.e., they use what they're IDE let them, barely understanding the layers required to develop such a framework, and that there are alternatives they might have chosen if they had knew about). read more...

add a comment |category: |Views: 151

tags: another

New Features in VB.NET 10 (.NET 4.0) (blog.dotnettech.net)

submitted by DarrenFieldhouseDarrenFieldhouse(143) 3 years, 3 months ago

A summary of what's coming in VB.NET 10... read more...

add a comment |category: |Views: 782

tags: another

C# Language Team Chat, May 7, 2007(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years ago

The Microsoft C# Language Teams chats about recent developments in the C# language and comments on some future plans. read more...

add a comment |category: |Views: 2

tags: another

Upcoming C# Team Chats(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 2 months ago

In April and May the C# Team will have three public chats on the IDE, the C# Language, and LINQ to SQL. read more...

add a comment |category: |Views: 0

tags: another

What is Your Main Programming Language?(softwarebyrob.com)

submitted by korayemkorayem(1240) 5 years, 6 months ago

From SoftwareByRob blog... "This is the second in a series of polls to help ensure I continue to write articles that are relevant to your interests. What is your main programming language?" read more...

add a comment |category: |Views: 2

tags: another

One Pager: Why we should use C# for .NET development(geekzilla.co.uk)

submitted by fatdavehfatdaveh(1420) 5 years, 8 months ago

A one pager on why I think C# can be more productive than VB in our scenario. Our primary language is Java and developers multi-skill. I would be interested to hear your feedback. read more...

add a comment |category: |Views: 8

tags: another