WisejLib

0
0

During the tutorial on Youtube “Creating a Wisej.NET application from scratch – The application”, there is a project called WisejLib that contains helper classes to build the web application. The instructor mentions that these helpers are now included within wisej, such as the Command Handler. Can I have more details about that?
E.g. how can I use the built-in helpers in wisej instead of using this WisejLib project.

Please advise…

 

Also, this video is the 2nd video of  “Creating a Wisej.NET application from scratch”, viewers are expecting more videos since there are more things that needs to be explained as per the instructor, can I know then are the next parts coming?

 

Best regards,

Ali

  • You must to post comments
0
0

Hi Ali,

We have a similar post to this one: https://wisej.com/support/question/commandargs-how-to-use

The attached example in that post will give you an overview on how to use the Command feature.

Best,
Alaa

 

//

  • Ali Badran
    Hello, thanks for your reply, I’m not asking specifically for the command feature… In general, the instructor Joe said that WisejLib is not needed because all related classes are now embedded in wisej itself, this is what I’m asking about. In other words, is the wisejlib in the video tutorial still helpful to use or we can use something else? Maybe Joe can better understand my question… Thanks!!
  • Alaa (ITG)
    Hi Ali, the WisejLib project you’re referring to is a bunch of helper functions that are wrapped around a Dapper implementation to access the SQLite database, most of the other helpers have extension methods that are added to Wisej.NET overtime, others are Custom made extension and/or helper methods / classes that our colleague Joe created specificly for the Demo on youtube.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.