Question : I need to round numbers in such a way that they have only one decimal place worth 0 […]
Tag: .net
Is it possible to take advantage of the same WPF view for Desktop and Web?
Question : Dear, I’ve never programmed with WPF but I will soon have the opportunity and already thinking about the […]
TimeSpan time difference in 24hr format
Question : I am asking this question because I have not located any topic with my problem, which is very […]
Dependency registration responsibility (IoC, DI, n-layer architecture)
Question : I’m starting a project in WPF (.NET / C #) using an n-layer (Domain Driven Design) architecture, and […]
Define a generic variable without defining the type
Question : I’m doing some tests on Unity for me to practice programming. I’m a beginner and this question can […]
What is Bind (Include=”Property”) used for?
Question : When we create a CRUD with scalfold in ASP.NET MVC, in the POST methods, we have the following […]
Get values separated by spaces in C #?
Question : I want to get the values, for example, 79 201 304 and store in a vector each number […]
What are the main differences between VB.Net and C #?
Question : In addition to the syntax, what are the main differences between these two languages? Is there any performance […]
How to load DataTable into a DataGrid?
Question : I have DataTable loaded with information in a WPF application. I would like to get this DataTable and […]
Creating Properties, Summary, and Custom Colors for Methods and Types
Question : Is there any way or attribute that places it on a Class, Method, Structure, or anything else that […]