Send array from view to controller as class – ASP.NET Core.
Example To send array values from table in view to controller as array class I’ll use JQuery and Ajax. For the needs of the example I generate table in view.
Read MoreExample To send array values from table in view to controller as array class I’ll use JQuery and Ajax. For the needs of the example I generate table in view.
Read MoreBackgroundWorker Thanks to this class, we can open the window(form) immediately and eg. all data can be loaded in the background. This is usefull becouse basic Windows application runs on …
Read MoreGet out from smog – part IX To view the location where user should go I need to return adress station in Json. So I have to edit my controller …
Read MoreGenerate PDF If we write application in version MVC 5 or less. We can use simple to use library like Rotativa. But what if we have apps on ASP.NET MVC …
Read MoreGet out from smog – part VII In a previous posts. I showed you how to calculate distance between points. It’s time to get current location from user. We will …
Read MoreGet out from smog – part V Today post will be about depencendy injection.And run all the written functions as a whole. Uses for this Autofac and Autofac.Mvc – to …
Read MoreSend dynamic list to controller Today I’ll show you how to add items to dynamic list and then send values to controller. In the first step, let’s create simple web …
Read MoreLinkedList When we need to put some collections into stack(LIFO) or queue(FIFO). The soulition is simple, we create class Stack if we need a “last in first out” strategy and …
Read MoreGet out from smog – part IV As i mentioned in a previous post. I create a class that will be calculated the distance in kilometers between the measuring stations …
Read MoreGet out from smog – part III To measure the distance from the measuring station to current locaction of the user. Is required accurate data such as – latitude and …
Read MoreFixed table Today I’ll show you how can you freez table columns/rows on website in simple way. The best for it will be another great and powerful tool plug-in for …
Read More“Get out from smog” part II Today I will focus on parsing data from JSON. Service http://powietrze.gios.gov.pl provides information on air quality in this format. So I would use this …
Read MoreDynamic charts When we need to display some charts, we might use simple and fast library – HighCharts.Which I’ll try to explain brefly below. Example In our example we display …
Read MoreHow to parse xml? It’s very simple. Linq offers us an extension specifically for this task – Linq to XML. Let’s assume that we have to parse XML which is …
Read MoreGet noticed I decided to join to the contest “Daj się poznać” (Get Noticed) and I am very happy with it. The truth by saying I don’t have very much …
Read More