indicator

Stories submitted by indicator

The Alien Assembly : CLR Weird Behavior(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 2 months ago

The Alien Assembly : CLR Weird Behavior read more...

add a comment |category: |Views: 2

tags: another

Validation Application Blocks in practice [Part III](eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

In this dribble we will try to build our custom validators on top of Enterprise Library 3.0 Validation Application Blocks (VAB) benefits from its power in our own validators. read more...

add a comment |category: |Views: 6

tags: another

Bluebridge at Microsoft Tech.Ed 2006(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

From Jaser El Morsy Bluebridge Technologies CEO session at Microsoft Tech.Ed 2006 about how to customize the Ribbon user interface (UI) in the 2007 Microsoft Office release. Also how new features in Microsoft Visual Studio 2005 Tools for the 2007 Microsoft Office System support RAD development of Ribbon customizations. Download the materials Now ... read more...

add a comment |category: |Views: 0

tags: another

Enterprise Library 3.0 Dribbles - Validation Application Blocks in pra(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

In this dribble we will try to build our custom validators on top of Enterprise Library 3.0 Validation Application Blocks (VAB) benefits from its power in our own validators. read more...

add a comment |category: |Views: 5

tags: another

Validation Application Blocks in practice [Part II](eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

Enterprise Library 3.0 Dribbles - Validation Application Blocks in practice [Part II] In the past dribble we used the Attributes based Validation of (VAB) Validation Application Blocks of Enterprise Library 3.0 , this time we'll learn how to use the Configuration based Validation of VAB to validate our business entities . read more...

add a comment |category: |Views: 9

tags: another

Validation Application Blocks in practice [Part I](eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

Enterprise library 3.0 CTP [December 2006] released couple of days ago , The famous application blocks library from the famous Pattern & Practice group offer major changes this time including existing blocks enhancements , supporting the new born .Net Framework 3.0 , Application block software factory support , Visual Studio integrated configuration tool , New Validation Application Blocks and more In today dribble ( each dribble is a quick lesson takes from 10 to 15 minutes of your time ) we'll put the the new Enterprise Library 3.0 Validation Application Bocks (VAB) in practice , so as quick as we can we'll discover this new application blocks and how we can benefit it in our products . read more...

add a comment |category: |Views: 15

tags: another

WCF in 10 minutes - lesson 3(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

Hosting your WCF Service in web based servers read more...

add a comment |category: |Views: 28

tags: another

.Net Skills Curve(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

.Net manners in development and evolving is very developer nature and decreasing the gap between what the developer need to know and what to deliver . read more...

add a comment |category: |Views: 1

tags: another

Friend Assemblies(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

.Net 2.0 introduced new assembly-level attribute , InternalsVisibleTo attribute which is defined in the System.Runtime.CompilerServices namespace . this attribute allows you to expose internal types and methods to another specified assembly. read more...

1 comment |category: |Views: 78

tags: another

The Visual Studio 2005 hosting process(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 4 months ago

If you have noticed that when you debug an application assembly (exe) in the visual studio 2005 , the VS.net 2005 creates an assembly called applicationName.vshost.exe , you can found this assembly in the debug folder and the release folder . read more...

add a comment |category: |Views: 1

tags: another

The baby version of CLR via C#(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 5 months ago

It's free! It's on-line! It's 267 pages! It's .NET Book Zero: What the C or C++ Programmer Needs to Know about C# and the .NET Framework and you can download it here read more...

add a comment |category: |Views: 49

tags: another

Don't Expose Generic Lists(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 7 months ago

Exposing generic lists , list<T> through your API violates the VS.Net Code analysis rules and the framework design guidlines , if you r interesting in knowing why , read this quick article... read more...

add a comment |category: |Views: 18

tags: another

ContextSwitchDeadlock Detected(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 7 months ago

Message: The CLR has been unable to transition from COM context 0x1b2008 to COM context 0x1b2178 for 60 seconds. read more...

add a comment |category: |Views: 45

tags: another

Is Software Developing a creation work ?!!! (eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 7 months ago

You just have to know it, learn it ... and then customize it to fit in your world !! and u r lucky if your customization considered a creation some day ..... we all hope to :D read more...

add a comment |category: |Views: 0

tags: another

WCF in 10 minutes : lesson 2 ( Your First WCF Service )(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 8 months ago

Continue with you discovering the new inferastructure for Enterprise service development from microsoft , Windows Communication Foundation (WCF) . In this lesson we'll develope a complete working wcf service , host and configure it not only that but we'll learn how to publish the service metadata for the ousider consumer services and finally we'll develope .net based client application and connect to our service . read more...

add a comment |category: |Views: 64

tags: another

WCF in 10 minutes : lesson 1 ( Introducing WCF )(eknowledger.spaces.live.com)

submitted by indicatorindicator(675) 5 years, 8 months ago

Leverage the new microsoft framework for service-orientation archiecture, The Windows Communication Foundation (WCF) . a series of lessons each on need only 10 minutes of your time ,written simply to help you master the WCF. read more...

add a comment |category: |Views: 148

tags: another