samsert

Stories kicked by samsert

Introduction to Visual Studio Test Professional 2010(www.dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 3 months ago

In this article we will take an overview of the many features available for Visual Studio Test Professional 2010. read more...

add a comment |category: |Views: 1082

tags: another

VS 2010 / .NET 4 Release Candidate - ScottGu's Blog(weblogs.asp.net)

submitted by dbasarab617dbasarab617(100) 2 years, 3 months ago

Right now the downloads are available only to MSDN subscribers. Starting Wednesday (Feb 10th) everyone will be able to download them (regardless of whether you are a MSDN subscriber or not). read more...

add a comment |category: |Views: 46

tags: another

Learning how to use a Web Cam with Silverlight(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years, 3 months ago

Taking a look at how you can setup and use a web camera in Silverlight. We will walk you though how to capture both the raw video as well as how to take snap shots of the video. read more...

1 comment |category: |Views: 137

tags: another

Hacking the ASP.NET Parser (weblogs.asp.net)

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

A while ago I blogged about using external templates in an asp.net application. The problem with that was it wasn’t natively supported, so I had to create a derived SpecialRepeater in order to take advantage of the external template system. In this latest parser hack I’ve managed to “trick” the asp.net parser into letting me declaratively set any template property to be a virtual path in order to load a user control into that template at runtime. The ASP.NET compliation system is pretty complex. There are all kinds of extensibility points, including BuildProviders, PageParserFilters, ControlBuilders, ExpressionBuilders and the list goes on. One unknown *feature* of the parser is it’s ability to generate code from something called an InstanceDescriptor. read more...

1 comment |category: |Views: 295

tags: another

Free .NET Profilers and Some Paid Ones Too(devcurry.com)

submitted by mopenmopen(3596) 2 years, 5 months ago

Profiling is an important part of your software development process and allows you to determine improvements in your applications. In simple words, it is tuning your application to increase its performance. Here are some free and paid .NET profilers to do the job for you read more...

1 comment |category: |Views: 675

tags: another

RIA Services, Shared Code and Silverlight(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

Using the shared code feature, you can define code that RIA services will project ‘as is’ to the client...... read more...

add a comment |category: |Views: 40

tags: another

A Lap Around Microsoft Visual Studio and Team Foundation Server 2010(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 5 months ago

Wondering what’s coming in the next version of Visual Studio? Come learn how Visual Studio 2010 advances developer productivity with new tools for application debugging, and designers for key technologies such as Sharepoint. See how the new modeling tools allow you to explore application structure while validating that implemented code conforms with architectural design. Finally, experience how the ALM tools in Team Foundation Server 2010 support agile project management and improve quality assurance efforts by facilitating great collaborations between developers and testers. Check-out this video from the PDC presentation at: http://microsoftpdc.com/Sessions/FT60 read more...

1 comment |category: |Views: 209

tags: another

Securing REST-Based Services with Access Control Service(blogs.msdn.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 5 months ago

The Access Control Service (ACS), part of Windows Azure platform AppFabric, makes it easy to secure REST-based services using a simple set of standard protocols. In addition to enabling secure calls to REST-based services from any client, the ACS uniquely makes it possible to secure calls from client-side script, and enables federation scenarios with REST-based services. This webcast will provide a tour of ACS features and demonstrate scenarios where the ACS can be employed to secure REST-based WCF services and other web resources. You’ll learn how to configure ACS, learn how to request a token from the ACS, and learn how applications and services can authorize access based on the ACS token. Presenter: Michele Leroux Bustamante read more...

1 comment |category: |Views: 171

tags: another

Multi-Column ComboBox in WPF(devcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

WPF XAML has huge capabilities for effective UX development. The following post shows how to display multi-column data values for ComboBox in WPF read more...

add a comment |category: |Views: 404

tags: another

SQL Server Soundex Functions(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 2 years, 6 months ago

The forty-ninth part of the SQL Server Programming Fundamentals tutorial describes the Soundex functions that are provided by Transact-SQL (T-SQL). These functions allow strings to be compared according to their pronunciation by English speakers. read more...

1 comment |category: |Views: 94

tags: another

Beyond Hello World: PostSharp with Gibraltar Software and SmartInspect(postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 6 months ago

Tracing has long been the "Hello, world" sample of Aspect-Oriented Programming .Yet, some advanced tools are available to .NET developers. Two of them deserve a special attention since their vendor provides aspects that can be directly used with PostSharp: Gibraltar and SmartInspect. read more...

add a comment |category: |Views: 162

tags: another

Error in ADO.NET Entities Framework 3.5 , please help!(team.sfi.vn)

submitted by lehoangdunglehoangdung(490) 2 years, 6 months ago

Error in ADO.NET Entities Framework 3.5, read more...

2 comments |category: |Views: 155

tags: another

Windows 7 Books for Developers and Administrators(blogs.msdn.com)

submitted by zhimingzhiming(1135) 2 years, 6 months ago

Microsoft Press has recently released "Introducing Windows 7 for Developers". Samples are presented in C++ and C# managed code. See the table of contents below. read more...

2 comments |category: |Views: 130

tags: another

The concept of Covariance and Contravariance in .Net 4.0(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 2 years, 6 months ago

With .NET 4.0, the CLR supports covariance and contravariance of types in generic interfaces and delegates. Before dwelling into these new changes, let us get a quick view on the concept of variances in simple terms. read more...

1 comment |category: |Views: 362

tags: another

Emulate ASP.NET validation groups with jQuery validation(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 6 months ago

How to implement a light-weight CSS "flag" based approach for emulating WebForms' validation groups, in order to effectively use jQuery validation within the confines of WebForms' single form element. read more...

1 comment |category: |Views: 229

tags: another

Integrating Traditional .NET MSMQ Application with WCF (dotnetcurry.com)

submitted by samsertsamsert(2159) 2 years, 6 months ago

Most of you might have already started working with WCF for developing SOA based enterprise applications. WCF has provided several benefits for distributed application development e.g. Security, Sessions, Callback etc. One of the nice features with WCF is integration with Microsoft Message Queuing (MSMQ). In this article, we will see how to integrate traditional .NET MSMQ Application with Windows Communication Foundation 3.5 using MsmqIntegrationBinding read more...

add a comment |category: |Views: 272

tags: another