Stories recently tagged with 'dynamic'

Dynamic in C# 4.0: Introducing the ExpandoObject(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 7 months ago

In fact, it’s not just better syntax. You also get flexibility. To demonstrate this flexibility, let’s move to ExpandoObject, which is a part of the new dynamic language runtime (DLR). ExpandoObject instances can add and remove members at run time. Where can you use such an object? XML is a good candidate here. read more...

add a comment |category: |Views: 117

tags: another

C# Recorder using IronRuby(ironshay.com)

submitted by shayfriedmanshayfriedman(1411) 2 years, 7 months ago

The Ruby languages has some very powerful built-in abilities. These are now available in C# 4.0 thanks to the dynamic keyword and IronRuby. In this post I take advantage of some of the powerful Ruby built-in abilities to create a class that records C# statements and playbacks them on an arbitrary object - a task that has been very complicated to achieve until now. read more...

add a comment |category: |Views: 291

tags: another

Inside Microsoft Dynamics(TM) AX 4. 0 free(code2code.info)

submitted by quachnguyenquachnguyen(384) 2 years, 8 months ago

Dive deep in to the architectural details of Microsoft Dynamics AX to make relationships clear and development tasks easier. read more...

add a comment |category: |Views: 6

tags: another

Dynamic Group and Where clauses in LINQ queries.(dotnet.org.za)

submitted by craigtpcraigtp(683) 3 years, 2 months ago

A very elegant way to achieve dynamic where and group clauses in LINQ queries. read more...

add a comment |category: |Views: 242

tags: another

The dynamic Keyword Part 2 – IDynamicObject(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 3 years, 4 months ago

The dynamic keyword that will be a part of C# 4, holds a great power inside. This is what I’m talking about in this post – the IDynamicObject interface and its uses. read more...

add a comment |category: |Views: 54

tags: another

Conquering VB envy with C# 4(blog.functionalfun.net)

submitted by samuel_d_jacksamuel_d_jack(415) 3 years, 6 months ago

Hints at how the embedded XML syntax of VB.Net might be implemented using the dynamic language features of C# 4.0 read more...

add a comment |category: |Views: 15

tags: another

A first look at Duck Typing in C# 4.0(saftsack.fs.uni-bayreuth.de)

submitted by sischsisch(90) 3 years, 6 months ago

A complete end-to-end C# 4.0 example with source code using IDynamicObject and MetaObject in order to generate a fully dynamic type using a Dictionary as storage. It also shows how a dynamic type can enter the static typed world and act just like a typed class - dynamically. :) read more...

2 comments |category: |Views: 754

tags: another

Anders Hejlsberg: The future of programming languages(blog.jaoo.dk)

submitted by locrainlocrain(400) 3 years, 7 months ago

In this video Anders Hejlsberg takes a look at the future of programming languages and sees the trends; declarative, dynamic and concurrent. As the chief designer of the C# programming language and a key participant in the development of the .NET Framework Anders Hejlsberg has a lot to say about this development - not just as a wish but also as something that can be realized. read more...

add a comment |category: |Views: 408

tags: another

Dynamic Data: Tweaking the Filter Repeater(blogs.msdn.com)

submitted by wisemxwisemx(8074) 3 years, 8 months ago

The default implementation of Dynamic Data provides a drop down list box for each foreign key and boolean field in a table. The drop down list allows you to filter the table with the value selected from the drop down list box. The figure below shows a view of the Product table from the AdventureWorksLT database. Several columns are not displayed because the scaffoldcolumnattribute was applied. read more...

add a comment |category: |Views: 265

tags: another

Irony - .NET Compiler Construction Kit. - Home(codeplex.com)

submitted by dcarrdcarr(790) 3 years, 9 months ago

The fantastic DSL empowering engine used by the domain.dot.net team for our DSL work in addition to custom Linq provider dev and fluent interfaces into that via extension methods, etc. This project is major heavy lifting... Damon read more...

add a comment |category: |Views: 41

tags: another

Configuring Dynamically Created User Controls Containing UpdatePanel(couldbedone.blogspot.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 6 months ago

UpdatePanel is a rare ASP.NET (actually ASP.NET AJAX Extensions) control which benefits from the TemplateInstanceAttribute and especially TemplateInstance.Single case. Its ContentTemplate property is decorated with [TemplateInstance(TemplateInstance.Single)] attribute. This setting allows accessing declaratively created controls in the ContentTemplate via page fields generated by ASP.NET. read more...

add a comment |category: |Views: 109

tags: another

Dynamically adding controls to ASPX pages (web forms) and assigning ev(dotnetzone.gr)

submitted by sotirisfsotirisf(315) 4 years, 6 months ago

Although I've seen a lot of articles describing how to dynamically add controls to a Web Form, few mention even a little hint to how you can make event handlers actually WORK with dynamically-added controls. This article may seem (and probably is) a beginner-level one, but I think it's essential to cover this issue. read more...

add a comment |category: |Views: 33

tags: another

Microsoft to roll out dynamic-language layer for .Net(blogs.zdnet.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 1 month ago

"Microsoft is readying a new software layer designed to allow dynamic languages to integrate more easily and tightly with its .Net Framework, according to sources. Microsoft is aiming to unveil the new technology — which it may christen as the "Dynamic Language Runtime" (DLR) — at its Mix '07 conference, which kicks off on April 30 in Las Vegas, sources added." read more...

add a comment |category: |Views: 3

tags: another

Collection of Dynamic Features for Static Languages(ryan-technorabble.blogspot.com)

submitted by nedruodnedruod(125) 5 years, 7 months ago

How do C# 3.0/VB 9 stack up against other mainstream and fringe static languagess in terms of co-opting dynamic capability? read more...

add a comment |category: |Views: 1

tags: another

TRULY Understanding Dynamic Controls (Part 3)(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

Another great post from 'Infinities Loop' discussing dynamic ASP.NET controls. read more...

add a comment |category: |Views: 16

tags: another