olegsych

Stories kicked by friends of olegsych

Taking the Magic out of Expression(codethinked.com)

submitted by joejoejoejoejoejoejoejoe(1140) 3 years, 5 months ago

Concise introduction to expression trees. read more...

add a comment |category: |Views: 444

tags: another

Begining ReSharper(randypatterson.com)

submitted by rpattersonrpatterson(745) 3 years, 7 months ago

One of the greatest challenges to being productive with ReSharper is learning the daunting list of keys. Many of the Resharper features are highly discoverable using visual indicators such as icons "squiggly" lines but most refactoring and navigation activities require memorizing numerous key presses....or does it? read more...

add a comment |category: |Views: 16

tags: another

Creating complex code generators(olegsych.com)

submitted by olegsycholegsych(335) 3 years, 7 months ago

This article is a part of a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators. read more...

add a comment |category: |Views: 45

tags: another

POCO and Unity Application Block - Constructor Injection(randypatterson.com)

submitted by rpattersonrpatterson(745) 3 years, 8 months ago

This article will walk you through setting up the Unity Application Block for classes that you cannot or should not change. The Unity Application Block has a rich API and robust XML configuration that will allow you to setup your objects without “polluting” them with Unity specific Attributes. In this article we will explore setting up constructor Injection using the Unity API and Configuration files. read more...

add a comment |category: |Views: 156

tags: another

Top Developer Podcasts Part II (randypatterson.com)

submitted by rpattersonrpatterson(745) 3 years, 10 months ago

It's been six months since my previous article "10 Podcasts Every Developer Should Listen To" so I thought I would do a follow up article outlining some of the new quality podcasts available to developers. read more...

add a comment |category: |Views: 17

tags: another

How To Use Unity Container In ASP.NET Web Applications(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 10 months ago

The post shows how to integrate Unity into ASP.NET web applications. read more...

add a comment |category: |Views: 84

tags: another

Entities Wiki(entities.pbwiki.com)

submitted by terrbleterrble(1665) 3 years, 10 months ago

This is a Wiki site set up by some folks on the ADO.NET Entity Framework Team to get additional information on patterns and scenarios that people are currently using with general ORM stacks. read more...

add a comment |category: |Views: 21

tags: another

Architecting Linq to SQL, part 10 (codebetter.com)

submitted by terrbleterrble(1665) 3 years, 10 months ago

What Ian Cooper would like to see in the next version read more...

add a comment |category: |Views: 32

tags: another

The 20 most kicked “top-10 stories” for Developers(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 11 months ago

A compilation of the 20 stories dealing with top-10 links or advices that were kicked most in 2008 read more...

6 comments |category: |Views: 827

tags: another

Microsoft Community Summit 2008 - Free Weekend of Training (randypatterson.com)

submitted by JohnCarmackJohnCarmack(25) 4 years ago

Jam packed weekend of FREE .NET Training at the Orlando Convention Center in between TechEd Developer week and TechEd ITPro week. With Nine large conference rooms that will hold tracks like Day Of Agile, SQL Server, VS Team System University and many more . In addition to the full day tracks listed below there will also be discounts on MS Certification Exam Tests, an MCSA/MCSE weekend upgrade bootcamp, a Developers Weekend Exam Cram and Train the Trainer sessions. There is content here for everyone. read more...

add a comment |category: |Views: 0

tags: another

How to: Use strings in a secure manner with SecureString class(dotnetfacts.blogspot.com)

submitted by eugenciutaeugenciuta(715) 4 years, 1 month ago

The classic System.String type doesn’t provide enough security for storing sensitive data like passwords, credit card numbers or personal information. If a String object contains sensitive information, there is a risk the information could be revealed after it is used because your application cannot delete the data from computer memory. Starting with the .NET Framework 2.0 the SecureString class is available. It was designed to provide encryption for sensitive data and other useful functions. read more...

2 comments |category: |Views: 27

tags: another

Lazy Instantiation using the Unity Application Block(randypatterson.com)

submitted by rpattersonrpatterson(745) 4 years, 1 month ago

The Unity IoC container Application Block does not provide a way to configure your dependencies so that they are resolved only if and when needed. This article explains how to accomplish Just-In-Time instantiation using Unity. read more...

add a comment |category: |Views: 143

tags: another

T4 Overview and Examples(olegsych.spaces.live.com)

submitted by olegsycholegsych(335) 4 years, 5 months ago

T4 (Text Template Transformation Toolkit) is a free template-based code generation engine from Microsoft. It integrates into Visual Studio and allows you to use ASP.NET-like template syntax to generate C#, configuration or any other text files. This articles provides an overview of T4, compares it to some of the existing alternatives and includes links to ready-to-use T4 template examples. read more...

add a comment |category: |Views: 340

tags: another

MVP Bundle Screencast - Model-View-Presenter with and without WCSF(codebetter.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

Microsoft Patterns and Practices released their MVP Bundle a few weeks back which diverges a bit from the other guidance bundles that we have seen in the past in that it is more about guidance on the Model-View-Presenter Pattern itself as opposed to providing any new controls and automation to help with web client development read more...

add a comment |category: |Views: 100

tags: another

POT instead of Guidance(olegsych.spaces.live.com)

submitted by olegsycholegsych(335) 4 years, 5 months ago

Text Template Transformation Toolkit (T4) is a template engine, similar to CodeSmith that you can use to generate code. It is included with DSL, GAT toolkits and Visual Studio 2008. This article provides an overview of how to create and use a light-weight POT (plain old template) in a C# project without having to create an entire DSL or Guidance Package. read more...

add a comment |category: |Views: 2

tags: another

Martin Fowler has a new Podcast!(randypatterson.com)

submitted by rpattersonrpatterson(745) 4 years, 5 months ago

ThoughtWorks has a new podcast, IT Matters, that discuss the business and technology issues facing the IT Industry. The First topic is Domain Specic Languages. read more...

2 comments |category: |Views: 99

tags: another