Saturday, February 13, 2010

Microsoft "OSLO" Overview

This article will provide a basic understanding of Microsoft's new Model Driven Platform called "OSLO".

Read more at http://www.dotnetfunda.com/articles/article711-microsoft-oslo-overview-.aspx

Author: Sudhakarj21

Name of the containers in SSIS?

(1) Task Host Containers (2) Sequence Containers (3) ForEach Loop Containers (4) For Loop Containers

Read more at http://www.dotnetfunda.com/interview/exam2210-name-of-the-containers-in-ssis-.aspx

Author: Lakhangarg

Feedback on OOPS online training session

Dear Visitors, Thank you very much for attending today's (13-Fe-2009) training session on OOPS. It was an awesome experience and we were able to brought some really interesting topics where we learnt and shared our knowledge. Please share your feedback about this session and also let us know your suggestions to improve further sessions ( http://www.dotnetfunda.com/misc/page15.aspx ) that will happen in coming days.

Read more at http://www.dotnetfunda.com/forums/thread1421-feedback-on-oops-online-training-session.aspx

Author: Webmaster

Feedback on OOPS online training session

Dear Visitors, Thank you very much for attending today's (13-Fe-2009) training session on OOPS. It was an awesome experience and we were able to brought some really interesting topics where we learnt and shared our knowledge. Please share your feedback about this session and also let us know your suggestions to improve further sessions ( http://www.dotnetfunda.com/misc/page15.aspx ) that will happen in coming days.

Read more at http://www.dotnetfunda.com/forums/thread1421-feedback-on-oops-online-training-session.aspx

Author: Webmaster

Friday, February 12, 2010

How to Execute SSIS Packages in C# ASP.NET - Part I

In this s Article I am going to explain the technology that came with Sql 2005. This is SSIS which stands for Sql Server Integrated Services. Recently I was working on a project for a client with large sum of Data and there was a need to process the data on a certain time frame. There were lot of technologies available at my Disposal, but this kind of Functionality needed to be streamlined and optimised. Of all the Technologies, i have chosen SSIS. In this Article I will demonstrate on how to executing the SSIS Packages in an ASP.NET(C#).

Read more at http://www.dotnetfunda.com/articles/article786-how-to-execute-ssis-packages-in-csharp-aspnet--part-i-.aspx

Author: Vuyiswamb

Thursday, February 11, 2010

How to use Validation Controls in ASP.NET

Using Validation Controls is faster than doing validation on the server side. Please note that there are some cases where you can't set a rule. In that Case you will add those types of validation to your Business Logic Layer, when you validate in your Class Library before sending the Data to the Data Layer to be executed. There is only one reason why Microsoft created Validation controls. The Reason is simple "Never Trust the user input"

Read more at http://www.dotnetfunda.com/articles/article785-how-to-use-validation-controls-in-aspnet-.aspx

Author: Vuyiswamb

7 simple steps to run your first Azure Queue program

Azure queues help to communicate data between web role and worker role. Web roles are nothing but web application which can be accessed by the end browser. Worker roles are back ground processes which run in the azure system and they do not take direct request from the web. So if we want to pass data to worker roles we need to use Queues. Queues are temporary storage which acts like a bridge between web role and worker role. So you can post data to web role , web role posts data to queues and worker role picks the data from queues to do further processing.

Read more at http://www.dotnetfunda.com/articles/article782-7-simple-steps-to-run-your-first-azure-queue-program-.aspx

Author: Questpond

How to consume third party webservice in Asp.net

A lot of newbie's think of Web services as one complicated beast. I have seen Programmers who know OOP well be failed to understand web services. In this Article i will explain the usage of Web services. There are a lot sites that provide free web services, like Bible Search services, Weather Services, SMS sending services and more. You can look for one of the following services in the following site

Read more at http://www.dotnetfunda.com/articles/article781-how-to-consume-third-party-webservice-in-aspnet-.aspx

Author: Vuyiswamb

Wednesday, February 10, 2010

FREE Online training sessions on OOPS, ASP.NET, ADO.NET and Sql Server

We are happy to inform that DotNetFunda.Com and Questpond.Com have brought online training sessions on OOPS, ASP.NET, ADO.NET and Sql Server exclusively for DotNetFunda.Com members in the month of February and March 2010. Below are some faqs about these sessions.

Read more at http://www.dotnetfunda.com/articles/article780-free-online-training-sessions-on-oops-aspnet-adonet-and-sql-server-.aspx

Author: Webmaster