14.10.14

Generic Repository


http://www.tugberkugurlu.com/archive/entity-framework-dbcontext-generic-repository-implementation-is-now-on-nuget-and-github
https://www.nuget.org/packages/GenericRepository.EF/
https://www.nuget.org/packages/Repository.EntityFramework/

12.10.14

Angular JS AutoComplete


http://ngmodules.org/modules/ngAutocomplete
http://plnkr.co/edit/il2J8qOI2Dr7Ik1KHRm8?p=preview
http://jsfiddle.net/sebmade/swfjT/light/
http://www.justgoscha.com/allmighty-autocomplete/

autocomplete textbox jquery


http://www.c-sharpcorner.com/UploadFile/b19d5a/autocomplete-textbox-using-database-return-value-in-Asp-Net/

29.9.14

MVC Passing model from view to controller


http://stackoverflow.com/questions/16339398/mvc4-passing-model-from-view-to-controller

12.8.14

WEB API


http://www.asp.net/aspnet/samples/aspnet-web-api

13.7.14

unit testing


http://softwaretestingfundamentals.com/unit-testing/
http://rmblog.accompa.com/2012/04/requirements-document-types/
http://www.requirementsmanagementschool.com/w1/Types_of_Requirements_Documents

1.7.14

twitter timepicker and jquery autocomplete and Modal Popup


http://jdewit.github.io/bootstrap-timepicker/
http://jqueryui.com/autocomplete/
http://stackoverflow.com/questions/13641520/timepicker-is-not-working-in-response-from-ajax-request

29.6.14

bind radio buttons mvc


http://stackoverflow.com/questions/18852821/how-to-bind-radio-button-with-model-data-asp-net-mvc

18.6.14

LINQ Date between 2 dates


http://forums.asp.net/t/1356497.aspx?how+to+search+between+dates+using+linq+to+sql
http://www.codeproject.com/Questions/461756/left-join-in-linq-in-Csharp
MVC Date Overlap:
http://stackoverflow.com/questions/21900215/how-to-write-linq-lambda-expression-to-detect-intersect-specific-datetime-range

24.5.14

MVC- Difference between View and View Model?


MVC- Difference between View and View Model?
http://www.itorian.com/2013/06/what-is-model-and-viewmodel-in-mvc.html
http://www.dotnet-tricks.com/Tutorial/mvc/QHQT270712-Understanding-ViewModel-in-ASP.NET-MVC.html
http://stackoverflow.com/questions/11212484/difference-between-models-and-view-models
MVC- Difference between DTO and View Model?
http://stackoverflow.com/questions/1431445/what-is-the-difference-between-a-view-model-and-a-data-transfer-object

What is the Difference Between a DTO and a POCO?
http://rlacovara.blogspot.in/2009/03/what-is-difference-between-dto-and-poco.html
Datacontract in MVC
http://philmunro.wordpress.com/2012/01/03/keeping-domain-models-and-view-models-separate-with-asp-net-mvc-and-wcf/
http://www.c-sharpcorner.com/UploadFile/dacca2/understand-wcf-part-10-attributes-of-datacontract-and-data/
1.)Repository pattern
2.)Unit of work
3.)Dependency Injection
4.)AutoMapper
5.)DTO

18.5.14


Balance puzzle

We have 3 coins and one coin is light, How to find which coin is light with one attempt on Balance Machine.
The maximum number possible is three. To find the lighter one we can compare any two coins, leaving the third out. If the two coins tested weigh the same, then the lighter coin must be one of those not on the balance - otherwise it is the one indicated as lighter by the balance.

6.5.14

5.5.14

why use dependency Injection


\ why use dependency Injection
https://www.youtube.com/watch?v=i4q_zHothhw

27.4.14

Interview Questions Tech- Mahindra 2014 (IT software 2014)


Interview Questions Tech- Mahindra 2014 (IT software MNC 2014)
1.) what is routing in MVC?
2.) difference between WCF and Webservices?
3.) difference between Abstract class and Interface?
4.) what are delegates and events?
5.) difference between finalize and dispose?

Interview Questions capgemini 2014 (IT Software MNC 2014)


Interview Questions capgemini 2014 (IT Software 2014)
1.) what is the scope of javascript?
2.) Is javascript support method overloading?
3.) what is closure in javascript?

Interview Questions Wipro 2014 (IT Software MNC Interview Questions 2014)


Interview Questions Wipro 2014 (IT Software Interview Questions 2014)
1.) what are custom validators? where we use that?
2.) what are different types of session? where are they store?
3.) Write the code use in Authenication?
4.) Write the Sql query to add the Identity column?
5.) What is anonymous type?
6.) what is operator overloading?
7.) what is nullable?

22.4.14

When to Use Interface and Abstract Class?


1.) http://msdn.microsoft.com/en-us/library/scsyfw1d%28v=vs.71%29.aspx
2.) http://adavesh.blogspot.in/2012/06/interface-vs-abstract-class-why-and.html
3.) https://www.youtube.com/watch?v=yyU3bXyc_oU
4.) http://csharp-video-tutorials.blogspot.in/2013/09/part-3-why-and-when-should-we-use.html

Real ways to make money online free


Real ways to make money online free
http://yourjobpay.com/?id=73780

Increase Traffic to a Website or Blog


Increase Traffic to a Website or Blog

Telerik Interview Questions


Telerik Interview Questions: 1.) Name different Types of Telerik Controls?
2.) telerik grid differnce from simple grid?
3.) which is telerik radgrid sorting property?
4.) How telerik radgrid filter clear after record filtered?

24.1.14

http://stackoverflow.com/questions/5619791/implementing-remember-me-feature-in-asp-net-mvc

18.1.14

Entity framework DTO'S


http://adnan.chohdry.com/development/dto-data-transfer-object/