https://www.youtube.com/watch?time_continue=5&v=IEQr7gn6Gnc https://www.youtube.com/watch?v=o_TH-Y78tt4 https://www.arch2o.com/famous-architecture-quotes-time/ The Principles of Clean Architecture by Uncle Bob Martin Architecture is about Intent ! Its not about tools , Its not about frameworks , those are details, details should be hidden and not exposed. It is vital to keep the business logic is kept immune the delivery model. Architects are abs-tractors, we separate details from general things. e..g UI or database is details Good architecture is allowed major decision to be differed. Job of an architecture is not to make decisions but to differed the decisions. Good architecture maximizes the number of decisions NOT made. Architects are responsible for Form and Structure while engineers are concerned with structure and functions. What activities an Architects do Act as a true trusted advisor & value-based professional. The solution ar...
hey new entry in technology..go through this videos and webcast.. http://www.asp.net/learn/videos/ for tutorials and webcast... http://www.asp.net/learn/moving-to-asp.net-2.0/ and one more... http://www.learnvisualstudio.net/AllVideos.aspx hey if you know better than this....ur comments most welcome
XSD ( XSD tool / XSD.exe ) To generate .Net Class file. 1. We can use XSD Tool (Xml Schema Definition Tool) or XSD.exe to generate class files (.cs or .vb ) as per your requirements from Typed Datasets. 2. XSD.exe is the XML Schema Definition tool which generates XML schema or common language runtime classes from XDR, XML, and XSD files. 3. The file locates at C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\XSD.exe OR C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin Depends up on your version of .Net. 4. If you are having Express edition of ( V 2.0) then it might possible that you don’t have .Net command prompt option available in Start->Programs , then you have to go command prompt and goto location “C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin” and then type f...
Comments