Saturday, 22 October 2016

Technical Key Concepts - Good to Learn

WCF
OperationContext
MsgInspector
mexhttpbindings
how to implement transaction
instancing

SQL
CTE
covering indexes
Table hints

LINQ
Partial Methods

MVC
Viewbag(datatype req?)/ViewData
action filters/filters


General
ASP.Net latest framework, MVC, LINQ, OOPS, NUnit test case
Try and understand Structure Map, Rhino Mock, Dependency Injection


MVC
Adv. Of MVC
Routing
Validation
- Data Annotations, Custom Validations
Razor – MVC3
Filters
ActionResults Type
How to pass data in MVC between views-2-controller [expect situation question]
-    Model, ViewBag, Viewdata, TempData
Helper Functions/Custom Helper Functions
Master Pages
Autohrizations
Partial View
- Html.RenderAction, Html.RenderPartial, Html.Partial, Html.Action
Security in MVC


General
tcpbindings - intranet (secure or not)
diff in 3.5 and 4.0
throw ex; throw;
what to pass in httpheaders
compression technique/viewstate removal
page events
diff. in clustered/unclustered, covering index
sql2008 -> tbl params, replacement of cursor
all diff. in func & SP
delete-truncate with logging data
cascading-referential integrity
behaviuor settings - maxmsglimit
WCF service - username/pwd based
IActionFilter & IActionSelector
What is User Story-Agile
calling code metod from JS - asmx service
SSRS - fieldexpression, caching, dynamic datasource, types of report worked on


WCF
===================================
Instance Modes -> Session
Duplex
SOA Based WCF
Message Patterns


WPF
============
MVVM pattern 
Dependency Properties
INotifyPropertyChange
Routed Events
Observable Collections
Binding in  WPF
User Controls
Commands


Prism 
=================
Boot Strapper
Shell
Module Catelog
DI (unity/MEF)
Event Aggregator

No comments:

Post a Comment