18. soap vs rest

http://spf13.com/post/soap-vs-rest   REST RESTs sweet spot is when you are exposing a public API over the internet to handle CRUD operations on data. REST is focused on accessing named resources…

Continue Reading18. soap vs rest

17. Pieces (emails)

1-23-14 Email Mess   FWs   Email … FW: ASP.NET authentication and authorization http://www.codeproject.com/Articles/98950/ASP-NET-authentication-and-authorization   Email … FW:  MVC Action Filters Action Filters - Authentication http://www.asp.net/mvc/tutorials/older-versions/controllers-and-routing/understanding-action-filters-cs http://blogs.msdn.com/b/gduthie/archive/2011/03/17/get-to-know-action-filters-in-asp-net-mvc-3-using-handleerror.aspx http://www.codeproject.com/Articles/422571/A-complete-look-into-Filters   Global…

Continue Reading17. Pieces (emails)

15. Net Framework architecture

.NET Frameworks Questions   https://www.indiabix.com/technical/dotnet/dot-net-framework/ https://www.dotnetcurry.com/ShowArticle.aspx?ID=64 What is IDisposable? [sc name="reportlinkbutton"] https://stackoverflow.com/questions/538060/proper-use-of-the-idisposable-interface The .NET Framework -Assembly When a program uses a DLL, a dependency is created. If another program overwrites…

Continue Reading15. Net Framework architecture

13. MVC

What is an Action Filter? What it is used for? How to implement? What action filters you have implemented before? Action filters are custom attributes that provide a declarative means…

Continue Reading13. MVC

12. Unit Testing

http://dotnetinter.livejournal.com/70685.html - C# Unit Testing interview questions with answers: - How can we UNIT test private methods using VSTS? http://dotnet.dzone.com/articles/introduction-unit-testing-net  - Introduction to unit testing in .NET http://www.asp.net/mvc/tutorials/older-versions/unit-testing/creating-unit-tests-for-asp-net-mvc-applications-cs - Creating…

Continue Reading12. Unit Testing

6. Ajax

AJAX with Jquery documentation http://api.jquery.com/jquery.ajax/    What is Ajax? Ajax is abbreviated as Asynchronous JavaScript and XML. It is new technique used to create better, faster and more interactive web…

Continue Reading6. Ajax

4. Asp.net

What is Asmx? Building a web service. Needs to be updated with WSDL What is Ashx? Resource files.  Like classes that provide functionality What is aspx? Active server pages Explain…

Continue Reading4. Asp.net

End of content

No more pages to load