We are creating a big project/ERP in our software firm where we are using area concept for different modules. Problem is when we are publishing the project, there are only 5 project related DLLs like **.core.dll, *.utlility.DLL etc. What I am wanting is, to create DLLs for each area like HRMS.dll, Payroll.DLL, inventory.DLL etc. Is there any process?
...I have to write a pseudocode program to read the two sample files, calculate and print the final mark for each subject, as well as the average final mark per student.
Document the code well using comments.
The final mark is calculated as 25% of the year mark, 25% of the prac mark and 50% of the exam mark.
Assume the records of the two files are arranged in Student number (S-no) sequence. Note that some students have more subjects than others….
I was tasked with the above program and im not sure how to express this in pseudo code.
...
I am using LogParser tool (MSUtil dll) to insert data in db through SSIS Package.
I am using following code in script task component:
Looping through log files and using following :
...
Hi, I have set user details on my git using those commnads :
I want now to delete that user now, how can I do that in Visual Studio code and Git Thanks.
...I have a string like "this, is, test," now I want to remove the last "," (comma) from this string to make it like "this, is, test", so How can I remove only last comma from string jQuery or Javascript?
I prefer Javascript method,thanks
...When I am posting Form using jQuery Ajax in my ASP.NET Zero template, I am getting this error "Invalid anti-forgery token" or "The required anti-forgery form field \"__RequestVerificationToken\" is not present."
How can I Include in it in my AJAX Request in ASP.NET MVC, here is my current jQuery code
...Hi, I have made a recurring job in my asp.net core application using HangFire.IO, which trigger after 5 min of interval, here is my C# Code
...I am using ASP.NET MVC and trying to use HTML.RenderAction to render partial View, inside Main View, but getting error as "Child actions are not allowed to perform redirect actions."
Here is my .cshtml code
...I have a link of File created on amazon s3, now I would like to create a link to download the file inside table <td>, so How can I create download link using anchor tag <a> in HTML?
...Hi. I have installed the package Microsoft.AspNetcore.SignalR. And when run my project I have faced this error :
Could not load file or assembly 'Microsoft.AspNetCore.Connections.Abstractions, Version=2.1.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
how can I resolve this issue? Thanks.
...