DotNetSpark

Stories kicked by DotNetSpark

What's new in Silverlight 4 RC?(www.dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 2 years, 2 months ago

Microsoft has just released the Silverlight 4 RC with several changes in the Silverlight runtime & in the Silverlight tools. Though there are couple of changes since Silverlight 3 & since Silverlight 4 Beta but it supports most of the Silverlight 3 applications read more...

add a comment |category: |Views: 8

tags: another

4 steps to enable instrumentation in WCF(www.dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 2 years, 2 months ago

Many times we would like to monitor events of WCF application in production environment. We would like to monitor events like errors, security audits, performance etc. This can be achieved by extending the ASP.NET health monitoring system in WCF. The health monitoring system is also termed as instrumentation read more...

add a comment |category: |Views: 8

tags: another

Working with Dynamic Object in C# 4.0 Part 1(www.dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 2 years, 2 months ago

This article will give a basic introduction of Dynamic Object in C# 4.0 read more...

add a comment |category: |Views: 37

tags: another

Catching Parsing Exceptions (www.dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 2 years, 2 months ago

This is a very high level article which will explain; how to handle exception in parsing XML using LINQ to XML. read more...

add a comment |category: |Views: 6

tags: another

Host WCF Services(www.dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 2 years, 2 months ago

This article is targeted to very new WCF developer. This will explain different Hosting options. read more...

add a comment |category: |Views: 14

tags: another

WINDOWS authentication on REST enabled WCF service(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 2 years, 5 months ago

To test that windows authentication is enabled successfully or not use other browser than Internet explorer because IE will automatically do an NTLM negotiation with domain credentials. So when REST service is running in IE, it is not prompting for user credentials. read more...

add a comment |category: |Views: 67

tags: another

Service Oriented Architecture (SOA) Interview Questions - Part 1(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 3 months ago

In my previous section we had concentrated on design patterns and UML which is one of the most important fundamentals for architecture interviews. One of the other areas other than both of them which needs to be stronger for architects is understanding of SOA. read more...

add a comment |category: |Views: 470

tags: another

UI Object Connector Implementation of Mediator Pattern(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 3 months ago

When we consume business objects in UI, the logic can become pretty complex for activities like setting the business object value, getting the object value and setting the user interface from the object value. We can minimize the complexity of UI interaction with the business object using mediator pattern. read more...

add a comment |category: |Views: 8

tags: another

DI using Unity Application Blocks(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 3 months ago

Any good architecture always stands on the base that components are loosely coupled. let me stress the point truly loosely coupled. Let's try to understand this with a scenario and how we normally approach this problem using pure object oriented way. read more...

add a comment |category: |Views: 12

tags: another

aspxDI using Unity Application Blocks(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 3 months ago

Any good architecture always stands on the base that components are loosely coupled. let me stress the point truly loosely coupled. Let's try to understand this with a scenario and how we normally approach this problem using pure object oriented way. read more...

add a comment |category: |Views: 6

tags: another

ADO.NET Interview Questions - Part 1(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 3 months ago

This is the Part 1 of ADO.NET. In this section we will touch base on one of important concepts in ADO.NET. read more...

add a comment |category: |Views: 23

tags: another

Inversion of control (IOC) and Dependency injection (DI)(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 3 months ago

In this section we will discuss about how IOC and DI can help us build loosely coupled software architecture. I am not sure should we call this a design pattern or more of a approach. If you search around the web you will see lot of controversy on whether IOC is a design pattern or not. From my point of view it is a design pattern as it solves a problem context. read more...

add a comment |category: |Views: 18

tags: another

4 steps to use readymade DAL component (Data application blocks)(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 4 months ago

One of the most important components in a project is the DAL component. Many developers end up creating their own DAL component which is pretty time consuming. A Microsoft enterprise application block has a very decent and time tested DAL component i.e. the Enterprise data application blocks. This tutorial will run through the necessary steps of how you can use Enterprise data application blocks in your DAL component. read more...

add a comment |category: |Views: 8

tags: another

6 basic steps of how to create a WebPart in SharePoint (dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 4 months ago

This is beginners tutorial of how to deploy a WebPart in SharePoint. It is a 5 step procedure and this tutorial will walk through the same. In case you are fresher to SharePoint you can read my FAQ articles listed below. I am sure within an hour you can get acquainted to SharePoint and get started. read more...

add a comment |category: |Views: 21

tags: another

Architecture FAQ for Localization and Globalization - Part 2(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 4 months ago

When we see around, architectures mainly discuss about loose coupling , scalability , performance etc etc. Many architecture forget one of the important aspects in software is making application globalized. Depending on project some application would not really want to have multi-language based websites , but i am sure many will. So in this article we will go through a series of FAQ which will give you a quick start on making application multi-language based. read more...

add a comment |category: |Views: 13

tags: another

Architecture FAQ for Localization and Globalization - Part 1(dotnetspark.com)

submitted by DotNetSparkDotNetSpark(155) 3 years, 4 months ago

When we see around, architectures mainly discuss about loose coupling , scalability , performance etc etc. Many architecture forget one of the important aspects in software is making application globalized. Depending on project some application would not really want to have multi-language based websites , but i am sure many will. So in this article we will go through a series of FAQ which will give you a quick start on making application multi-language based. read more...

add a comment |category: |Views: 29

tags: another