DotNetShoutout - Stories tagged with .NET
10
Shouts

Silverlight 4 Released - ScottGu's Blog

published 1157 days, 9 hours, 37 minutes ago posted by mithumithu 1161 days, 11 hours, 13 minutes ago
Tuesday, April 20, 2010 12:46:00 PM GMT Friday, April 16, 2010 11:10:15 AM GMT
The final release of Silverlight 4 is now available. Silverlight 4 contains a ton of new features and capabilities.  In particular we focused on three scenarios with this release:Further enhancing media support Building great business applications Enabling out of the browser experiences On Tuesday I gave a 60 minute keynote about Silverligh... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Silverlight 4, Visual Studio, ScottGu
6
Shouts

SqlBulkCopy ColumnMappings Mismatch | AdaTheDev

published 1162 days, 10 hours, 49 minutes ago posted by AdaTheDevAdaTheDev 1163 days, 27 minutes ago
Thursday, April 15, 2010 11:34:26 AM GMT Wednesday, April 14, 2010 9:55:39 PM GMT
"The given ColumnMapping does not match up with any column in the source or destination" If you get this error when calling SqlBulkCopy.WriteToServer, but your column mappings seem to all match up, check again... (more)
category: How To | clicked: 8 | comment | | source: www.adathedev.co.uk
tags: .NET, C#, SQLBulkCopy
11
Shouts

Visual Studio 2010 and .NET 4 Released - Scott Guthrie

published 1163 days, 9 hours, 37 minutes ago posted by mithumithu 1164 days, 12 hours, 24 minutes ago
Wednesday, April 14, 2010 12:46:30 PM GMT Tuesday, April 13, 2010 9:58:46 AM GMT
The final release of Visual Studio 2010 and .NET 4 is now available. (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: .NET, Silverlight, WPF, Visual Studio, ScottGu, ASP.NET
3
Shouts

Customizing Ajax Controls in Visual WebGui > Web Applications Video Tutorials

published 1164 days, 9 hours, 9 minutes ago posted by webguiwebgui 1165 days, 9 hours, 54 minutes ago
Tuesday, April 13, 2010 1:13:56 PM GMT Monday, April 12, 2010 12:28:48 PM GMT
Learn how to customize the look & feel of controls in a Visual WebGui Ajax Web or Cloud application using a cutting-edge theme designer that will easily provide the UI with a desired design. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: www.visualwebgui.com
tags: web design, .NET, Design, web 2.0, Web application, Designer, Theme, Framework, Development, VB.NET, Application, Web, UI, Ajax, skin, controls, ASP.NET
4
Shouts

Multi purpose extendible ListView, what, why and how

published 1164 days, 5 hours, 59 minutes ago posted by webguiwebgui 1165 days, 13 hours, 48 minutes ago
Tuesday, April 13, 2010 4:24:15 PM GMT Monday, April 12, 2010 8:35:22 AM GMT
This is the 1st of 4 webcast series on the new 6.4 version. The webcast will explore the new functionalities within the much extended ListView control, including the creation of Hierarchical views and grouping and inline data editing. The light-weighted ListView is in many cases the best option to implement the most complex data entry and views. Free registration > (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: .NET, listview, Framework, Development, Application, developers, Web, UI, ASP .NET, Ajax, controls
3
Shouts

Generic Types

published 1165 days, 11 hours, 19 minutes ago posted by BlackWaspBlackWasp 1165 days, 23 hours, 48 minutes ago
Monday, April 12, 2010 11:03:51 AM GMT Sunday, April 11, 2010 10:34:56 PM GMT
Microsoft introduced generics to the .NET framework with version 2.0. Generic programming allows highly reusable classes to be created without specifying the types that they operate upon. These types are only provided when the class is used. (more)
category: How To | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: .NET, Generics, C#
11
Shouts

JavaScript Intellisense Improvements with VS 2010 - Scott Guthrie

published 1166 days, 12 hours, 5 minutes ago posted by jantujantu 1168 days, 10 hours, 56 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 11:27:03 AM GMT
This is the twentieth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.Today’s blog post covers some of the nice improvements coming with JavaScript intellisense with VS 2010 and the free Visual Web Developer 2010 Express.  You’ll find with VS 2010 that JavaScript Intellisense loads much faster for large script files and with large libraries, and that it now provides statement completion support for more advanced scenarios compared to previous versions of Visual Studio. ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News, ASP.NET
7
Shouts

Basic Introduction To Writing Unit Tests With moq

published 1166 days, 12 hours, 5 minutes ago posted by deanomachinodeanomachino 1168 days, 12 hours, 2 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Friday, April 09, 2010 10:20:39 AM GMT
Basic Introduction To Writing Unit Tests With moq What is mocking? Well....according to Wikipedia it is: "In object-oriented programming, mock objects are simulated objects that mimic the behavior of real objects in controlled ways. A computer programmer typically creates a mock object to test the behavior of some other object" In short, Mock objects are a great way to simulate an object that we need to work with. Sometimes we may also come across situations or states that are difficult to reprodu... (more)
category: Agile | clicked: 5 | comment | | source: www.deanhume.com
tags: .NET, Rhino Mocks, C#, Development, Mocking, Agile, Moq, Unit Tests
5
Shouts

New Syntax for HTML Encoding Output in ASP.NET 4 (and ASP.NET MVC 2)

published 1169 days, 8 hours, 31 minutes ago posted by mithumithu 1170 days, 12 hours, 5 minutes ago
Thursday, April 08, 2010 1:51:53 PM GMT Wednesday, April 07, 2010 10:18:02 AM GMT
This is the nineteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. Today’s post covers a small, but very useful, new syntax feature being introduced with ASP.NET 4 – which is the ability to automatically HTML encode output within code nuggets.  This helps protect your applications and sites against cross-site script injection (XSS) and HTML i... (more)
category: Web Dev | clicked: 1 | comment | | source: weblogs.asp.net
tags: .NET, .net 4, VS, Visual Studio, ASP.NET 4, ScottGu, applications, HTML, ASP.NET
3
Shouts

No Developer Will Be Left Behind: With Newly Released Visual WebGui 6.4 Beta, Every Developer Today Can Develop Business Web & Cloud Applications

published 1170 days, 11 hours, 7 minutes ago posted by webguiwebgui 1170 days, 23 hours, 37 minutes ago
Wednesday, April 07, 2010 11:15:57 AM GMT Tuesday, April 06, 2010 10:45:39 PM GMT
SME’s now find themselves on the same playing field as large companies in developing and migrating web and cloud applications (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.visualwebgui.com
tags: .NET, Cloud, SDK, web 2.0, cloud applications, SME, Programming, C#, Framework, Development, Application, Web, developer, UI Design, UI, ASP .NET, Ajax
8
Shouts

Automatic Properties, Collection Initializers, and Implicit Line Continuation support with VB 2010 - Scott Guthrie

published 1170 days, 11 hours, 7 minutes ago posted by jantujantu 1171 days, 13 hours, 2 minutes ago
Wednesday, April 07, 2010 11:15:57 AM GMT Tuesday, April 06, 2010 9:21:03 AM GMT
I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] This is the eighteenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.A few days ago I blogged about two new language features coming with C# 4.0: optional parameters and named arguments.  Today I’m going to post about a few of my favorite new features being added to VB with VS 2010: Auto-Implemented Properties, Collection Initializers, and Im... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News
7
Shouts

A new function calls monitor tool for .NET: Runtime Flow beta is released

posted by SergeyVlasovSergeyVlasov 1171 days, 16 hours, 45 minutes ago
Tuesday, April 06, 2010 5:38:09 AM GMT
Runtime Flow in real time monitors function calls in your running .NET application and shows them in a control flow tree. Clicking on a function navigates to its source code. Free beta is available for download. (more)
category: How To | clicked: 0 | comment | | source: www.runtimeflow.com
tags: .NET, C#, Visual Studio
6
Shouts

C# IntelliSense extension for VS 2010 - [Export] Bnaya Eshet

posted by bnayabnaya 1171 days, 17 hours, 32 minutes ago
Tuesday, April 06, 2010 4:51:00 AM GMT
C# IntelliSense extension for VS 2010C# IntelliSense extension for VS 2010   the C#IntelliSenseextension is now available at the Visual Studio Gallery. the extension is adding filtering capability to the VS IntelliSense, so for example when you are looking for methods you can filter out the namespace, fields, events and properties.    Credits this work is heavily based on the Xaml IntelliSense extension that was written by  Karl Shifflett.  Download you can either download the extension from ... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: .NET, Extension, VS2010
5
Shouts

Func and Action Delegates

published 1171 days, 12 hours, 44 minutes ago posted by BlackWaspBlackWasp 1173 days, 38 minutes ago
Tuesday, April 06, 2010 9:38:53 AM GMT Sunday, April 04, 2010 9:45:05 PM GMT
The Func and Action generic delegates were introduced in the .NET framework version 3.5. They provide flexible delegates with generic parameters that can be used for many purposes, including passing lambda expressions to method parameters. (more)
category: How To | clicked: 1 | comment | | source: www.blackwasp.co.uk
tags: .NET, C#
2
Shouts

outcoldman: Windows Keys Extender – tool for XP/Vista users to using hotkeys Win+[Left|Right|Up|Down]

posted by http://outcoldman.ru/en/site/indexhttp://outcoldman.ru/en/site/index 1173 days, 3 hours, 31 minutes ago
Sunday, April 04, 2010 6:52:04 PM GMT
In Windows 7, I really liked an opportunity to change the position of the windows by pressing hotkeys Win + (Left | Right | Up | Bottom):Win + Left - window attached to the left side Win + Right - window attached to the right side Win + Up - window is maximized Win + Bottom - window in the normal state I’m talking about this: This is really useful hotkeys and really comfortable work with windows. But not all can use Windows 7 right now. When Windows7 was in beta and RC states I really wanted to use ... (more)
category: Architecture | clicked: 0 | comment | | source: outcoldman.ru
tags: .NET, Windows 7, C#, KeysExtender
5
Shouts

Video: Visual WebGui enterprise-ready Web / Cloud application platform

published 1172 days, 9 hours, 38 minutes ago posted by webguiwebgui 1173 days, 14 hours, 24 minutes ago
Monday, April 05, 2010 12:45:02 PM GMT Sunday, April 04, 2010 7:59:32 AM GMT
A platform dedicated for developing & deploying business applications over Web or Cloud (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: .NET, Security, web 2.0, Programming, C#, Development, VB.NET, Application, Web, developer, UI, ASP .NET, IT, Ajax, Software, business applications
2
Shouts

Tabbles gives you a bite-sized taste of WinFS

posted by TabblesTabbles 1174 days, 1 hour, 49 minutes ago
Saturday, April 03, 2010 8:33:50 PM GMT
April 3, 2010 3:28 am AEST— By Long Zheng Tabbles gives you a bite-sized taste of WinFS Almost four years after the WinFS project was effectively canceled and the dreams of many demoralized Microsoft enthusiasts shattered, a small independent software development firm called Yellow blue software (or Green software for short) is reigniting a fragment of the WinFS vision in a well polished and lightweight Windows software called “Tabbles”. Simply put, T... (more)
category: How To | clicked: 0 | comment | | source: www.istartedsomething.com
tags: .NET, WinFS, WPF 3.5, tabbles, file management, F#
9
Shouts

Optional Parameters and Named Arguments in C# 4 (and a cool scenario w/ ASP.NET MVC 2) - Scott Guthrie

published 1173 days, 9 hours, 36 minutes ago posted by jantujantu 1175 days, 11 hours, 1 minute ago
Sunday, April 04, 2010 12:46:51 PM GMT Friday, April 02, 2010 11:22:16 AM GMT
I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] This is the seventeenth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.Today’s post covers two new language feature being added to C# 4.0 – optional parameters and named arguments – as well as a cool way you can take advantage of optional parameters (both in VB and C#) with ASP.NET MVC 2.Optional Parameters in C# 4.0 C# 4.0 now supports using o... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, ScottGu, MVC, ASP.NET
9
Shouts

HerdingCode - Episode 76: John Sheehan on RestSharp

published 1174 days, 12 hours, 24 minutes ago posted by mithumithu 1175 days, 15 hours, 57 minutes ago
Saturday, April 03, 2010 9:59:13 AM GMT Friday, April 02, 2010 6:26:21 AM GMT
This week on Herding Code, John Sheehan joins the cast for a conversation about his open source project, RestSharp. The gang dives into REST and .NET open source. Makes sense, right? And the show wraps with talk of OData and a MIX10-inspired Lightning Round. John talks about his exciting new evangelist job at Twilio. Twillo provides a web-service API for businesses to build scalable, reliable communication apps. Wait! The evangelist is going to tell you all about it. The guys quiz John about RestSharp.... (more)
category: Podcast | clicked: 0 | comment | | source: herdingcode.com
tags: .NET, API, RestSharp, HerdingCode, k, REST, OData
3
Shouts

MEF for Beginner (Deployment Catalog) - part 12 - [Export] Bnaya Eshet

published 1175 days, 7 hours, 56 minutes ago posted by bnayabnaya 1176 days, 3 hours, 55 minutes ago
Friday, April 02, 2010 2:27:29 PM GMT Thursday, April 01, 2010 6:28:08 PM GMT
MEF for Beginner (Deployment Catalog) - part 12MEF for Beginner (Deployment Catalog) - part 12   this is the 12th post of the MEF for Beginner series, the series TOC is available here. this post will focus on Deployment Catalog.   the code sample for this post can be found here.  What is MEF Deployment Catalogs? the deployment catalog is actually a redesign of the older package catalog. it enable to load parts from xap packages a-synchronically.  Code sample the following code sample depend ... (more)
category: Architecture | clicked: 4 | 1 comment | | source: blogs.microsoft.co.il
tags: .NET, Import, Composition, MEF, export