
dotnetlearning.wordpress.com
Marzio Pattano .Net Blog | The people who want learning Microsoft technologiesThe people who want learning Microsoft technologies
http://dotnetlearning.wordpress.com/
The people who want learning Microsoft technologies
http://dotnetlearning.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
6
SSL
EXTERNAL LINKS
0
SITE IP
192.0.78.13
LOAD TIME
0.234 sec
SCORE
6.2
Marzio Pattano .Net Blog | The people who want learning Microsoft technologies | dotnetlearning.wordpress.com Reviews
https://dotnetlearning.wordpress.com
The people who want learning Microsoft technologies
How to building WCF Service with multiple endpoints (SOAP 1.1 + SOAP 1.2 + REST XML + REST JSON) | Marzio Pattano .Net Blog
https://dotnetlearning.wordpress.com/2014/03/22/wcf-multiple-endpoints
Marzio Pattano .Net Blog. The people who want learning Microsoft technologies. March 22, 2014. How to building WCF Service with multiple endpoints (SOAP 1.1 SOAP 1.2 REST XML REST JSON). Posted by mpattano under WCF. Today I will give you an example of a single WCF application exposing data with the following endpoints at the same time:. So, the WCF service I propost it is hosted by Visual Studio itself as well as a Windows Service. You can download the solution here. The solution is composed by:. The se...
2013 in review | Marzio Pattano .Net Blog
https://dotnetlearning.wordpress.com/2013/12/31/2013-in-review
Marzio Pattano .Net Blog. The people who want learning Microsoft technologies. December 31, 2013. Posted by mpattano under 1. The WordPress.com stats helper monkeys prepared a 2013 annual report for this blog. Here’s an excerpt:. The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about 22,000. Times in 2013. If it were a concert at Sydney Opera House, it would take about 8 sold-out performances for that many people to see it. Click here to see the complete report.
TFS – Applying hot fixes without branching | Marzio Pattano .Net Blog
https://dotnetlearning.wordpress.com/2014/02/04/tfs-applying-hot-fixes-without-branching
Marzio Pattano .Net Blog. The people who want learning Microsoft technologies. February 4, 2014. TFS – Applying hot fixes without branching. Posted by mpattano under TFS. Tags: Team Foundation System. Hi all guys,. It’s time to learn something new about Team Foundation Server. In fact you can get the sources at Labeled version, then directly apply your fix and checking it! Really simply and efficiently: your patch will be contained in the Label and the patch is merged into the latest version too! Build a...
TFS – Permanently delete a branch | Marzio Pattano .Net Blog
https://dotnetlearning.wordpress.com/2014/02/04/permanently_delete_branch_tfs_recovery
Marzio Pattano .Net Blog. The people who want learning Microsoft technologies. February 4, 2014. TFS – Permanently delete a branch. Posted by mpattano under TFS. Tags: TFS;branch;Visual Studio;Team Explorer. Hi all guys,. Today I discovered that when you delete a branch from the Team Explorer in Visual Studio, the branch is not really deleted, but you can ‘restore’ the deleted branch if needed. If you really want to delete a branch you can execute the following command (from Visual Studio Command Prompt):.
.Net Modularity – Building a Plugin base Application – Part 1 | Marzio Pattano .Net Blog
https://dotnetlearning.wordpress.com/2013/12/12/net-plugin-application-modularity
Marzio Pattano .Net Blog. The people who want learning Microsoft technologies. December 12, 2013. Net Modularity – Building a Plugin base Application – Part 1. Posted by mpattano under Building Modular Applications. After some months of studies about MEF, Unity and EntityFramework I decided to share some “pre-cooked solution” about what I learned. The first sample provide the basic knowledge about modularity architecture. You can download the sample application (VS2012) here. Public IList IPaymentPlugin ...
TOTAL PAGES IN THIS WEBSITE
6
DOTNET WORLD
Dot net is designed from the scratch to support programming language independent application development. Friday, May 9, 2008. Authentication is the process of obtaining identification credentials from a user ( such as name and password ), and validating those credentials against some authority. The Windows Authentication Provider. Describes how to use the Windows Authentication provider The Passport Authentication Provider. Describes how to use the Passport Authentication provider. If you use IIS authen...
Home - dotnetlearn.com
Welcome to your new site! To get started, drag and drop widget. S from the left panel onto the body of the website. Please make sure you update your contact details by clicking on Settings on the left and then the Contact Info tab. Feel free to explore the different widgets available to you, if you require any help or guidance, please click the? On the top right for an extensive help section. This is just some text that YOU can update! You can find us at:. We accept the following payment methods:.
Dot Net Learner
Tuesday, November 07, 2006. ASPNET AJAX 1.0 Beta 2 Released. Check out for Download , Tutorials and Videos for Beta 2. Posted by Dot Net Learner @ 5:58 PM. Thursday, November 02, 2006. List of .Net interview/ FAQ Resource Sites. Http:/ www.aspnetfaq.com/. Http:/ www.syncfusion.com/faq/aspnet/default.aspx. Http:/ www.aspfaqs.com/aspfaqs/ShowCategor. Http:/ www.eggheadcafe.com/articles/20021016.asp. Http:/ www.geekinterview.com/FAQs/ASPNET. Http:/ www.megasolutions.net/. Http:/ asp.net.do/faq/. Today, I re...
Blog List - Home
Maintain div or panel scroll position after postback in asp.net update panel. By default asp.net updatepanel will not maintain the div/panel scroll position after partial post back. To main the scroll position we need to add our own javascript. Note: You need to add the below javascript code after the scriptmanager tag. Var xPos, yPos;. Var prm = Sys.WebForms.PageRequestManager.getInstance();. Function BeginRequestHandler(sender, args) {. XPos = $get(divid).scrollLeft;. YPos = $get(divid).scrollTop;.
dotnetlearnersguide.blogspot.com
Knowledge Base - .NET Learners
Knowledge Base - .NET Learners. Tuesday, November 20, 2007. Free Material on Microsoft Technologies. Http:/ www.csharphelp.com/. Http:/ dotnet247.com/247reference/default.aspx. Http:/ www.suite101.com/welcome.cfm/c sharp/. Http:/ csharpcomputing.com/Tutorials/TOC.htm. Http:/ www.csharpfriends.com/demos/. Csharp class generator.aspx. Http:/ www.developerfusion.co.uk/csharp/. Http:/ www.dotnetspider.com/. Http:/ www.codeproject.com/. Http:/ www.functionx.com/csharp/. Http:/ www.codeguru.com/Csharp/. Http:/...
Marzio Pattano .Net Blog | The people who want learning Microsoft technologies
Marzio Pattano .Net Blog. The people who want learning Microsoft technologies. March 22, 2014. How to building WCF Service with multiple endpoints (SOAP 1.1 SOAP 1.2 REST XML REST JSON). Posted by mpattano under WCF. Today I will give you an example of a single WCF application exposing data with the following endpoints at the same time:. So, the WCF service I propost it is hosted by Visual Studio itself as well as a Windows Service. You can download the solution here. The solution is composed by:. The se...
Best Dot Net Learning Center in Bangalore|ASP.NET|VB.NET|WCF|WPF|Silverlight|LINQ
Enter Mobile No. to get a call. Sat 19-04-2014 at 11 am. For more info call. Final Year Projects for BE, MCA, BCA, BSc, MSc. C# Dot Net Course. Introduction to Dot Net-Concepts. NET Framework, Framework Architecture, Types of Application, .NET Languages, CLR, Base Class Libraries, Assemblies CLR, JIT Compilation , Advantages. ASP Dot Net Course. Introduction to Web Programming-ASP.Net. We provide Excellent Training on Dot Net Course. Excellent Infrastructure and Syllabus that meets industry demands.
dotnetlearningsource.blogspot.com
DotnetlearningSource
Contains asp.net,c#,silverlight and other asp.net technologies related articles,coding examples. This is featured post 1 title. This is featured post 2 title. This is featured post 3 title. This is featured post 4 title. This is featured post 5 title. Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com. Sunday, 26 June 2011.
Das Lexikon für Softwareentwickler - Microsoft .NET, Java, HTML, JavaScript & Co
Crashkurs für den Einstieg in die .NET-Program- mierung:. NET 40/4.5, C# 4.0/5.0, Visual Studio, ADO.NET, Entity Framework, XML, WCF, Workflow, WPF, ASP.NET, AJAX. 2 Tage, ab 1099 in Essen. Windows-Desktop-Anwendungen mit der Windows Presentation Foundation (WPF) 4.x. 3 Tage, ab 1499 in Essen. Web-Anwendungen mit ASP.NET 4.x, IIS und AJAX. 3 Tage, ab 1499 in Essen. Datenbank- programmierung mit ADO.NET 4.x und ADO.NET Entity Framework 4.x. 3 Tage, ab 1499 in Essen. 3 Tage, ab 1499 in Essen. NET Framework...
.netlib - Home
Project Hosting for Open Source Software. By clicking Delete, all history, comments and attachments for this page will be deleted and cannot be restored. Change History (all pages). A library of useful extensions to the .NET library. Each component should adhere to the following principals:. Flexible - allow you to easily complete the majority of tasks but provide enough hooks to handle the rest. Reusable - represent a distinct function, behavior, or process that depend on other components as needed.
.NET Liberty | Armen Shimoon
September 19, 2016. 1 Comment on AWS DynamoDB on .NET Core: Getting Started. September 12, 2016. 4 Comments on AWS DynamoDB on .NET Core: Local DynamoDB Server for Development. May 9, 2016. 5 Comments on ASP.NET Core: Factory Pattern Dependency Injection. April 11, 2016. 14 Comments on ASP.NET Core: Custom Service Based on Request. February 22, 2016. 19 Comments on Moq on .NET Core. January 26, 2016. 3 Comments on Where Does dotnet Get NuGet Package Metadata? January 19, 2016. January 11, 2016. 3 Comment...