Search results

  1. P

    Hope you have seen creatures like this before...

    Thanks Pat, Uncle Doc and Issac for your replies. But Markk, The only thing that I am feeling about that person is that "some people don't want to give something good to other people that 'easily' " He wants me to "convince" him to get that project from him. He wants me to call him one another...
  2. P

    Happy Father's Day

    Unfortunately. Sorry. I haven't got a good one.
  3. P

    Hope you have seen creatures like this before...

    Only one thing is for sure. Whatever He is doing He is doing it Deliberately...
  4. P

    Hope you have seen creatures like this before...

    Sorry. If am taking the nighttime for sharing my personal problems over here. I really, really don't know what's running on his mind. Day1: Went to a Saloon for a Haircut + Shaving. While handing me the remaining balance for my tendered amount, I observed him entering data in a physical plain...
  5. P

    How to be cool despite of a person taking you granted and deleting your posts...

    Yes. The same "Taken for Granted". I am not expecting appreciation and all and Not to delete my posts at the least.
  6. P

    How to be cool despite of a person taking you granted and deleting your posts...

    The person who deleted my post called me few minutes before and told me "That it was by Mistake". Some Good Fellas at the group might have persuaded him to do the same I think. Anyways: "Cooling Down". Thank you all for your supportive post and advices. I really love you all. Thanks.
  7. P

    How to be cool despite of a person taking you granted and deleting your posts...

    Even I am an Admin too but I don't want to reciprocate such a nasty behaviour...
  8. P

    How to be cool despite of a person taking you granted and deleting your posts...

    Not here... In my old school WhatsApp group. Have no one to ventilate that's why sharing here... If this violates or being absurd kindly delete this post. Otherwise thankyou all for being a shoulder to cry. I am feeling a lot relieved after sharing this Here...
  9. P

    How to read and save this like this? Automatically!

    Sorry. Upon seeing High traffic in this section I posted here. Kindly move it to .Net section if appropriate. Thanks.
  10. P

    How to read and save this like this? Automatically!

    Customer.cs using System.ComponentModel.DataAnnotations.Schema; namespace M_VM_V { public class Customer { private readonly MyDbContext _context; public Customer() { } public Customer(MyDbContext context) { _context = context; }...
  11. P

    How to read and save this like this? Automatically!

    Sorry. I should have posted this in the .Net section. Anyways. I am developing a MAUI app in Visual Studio where there is a concept called DbContext exists. It acts like a middle ware between the database and the class files (objects). In Database tables we cannot stores Objects directly but...
  12. P

    How to read and save this like this? Automatically!

    Our Databases doesn't have the capacity to store objects directly right? So whenever the system tries to store an object into a table. I automatically want the sytem to store the Object's ID instead into the table. I also want the Inversion of the same task to be done. As I have the Object...
  13. P

    How to read and save this like this? Automatically!

    System.InvalidOperationException: 'The 'Customer' property 'Customer_Shipping.Customer' could not be mapped because the database provider does not support this type. Consider converting the property value to a type supported by the database using a value converter. See...
  14. P

    How to read and save this like this? Automatically!

    whenever an ID is read, The object (for example: Customer) has to be returned. Whenever an Object is saved to a table the ID (Property) has to be saved. (Automatically) Note: All my Class files must be having an ID property for sure.
  15. P

    Do a Technically strong person need Business Networks like BNI?

    Okay. Let me start answering then ;)
  16. P

    My Cousin is Goanna buy a New Mobile Phone...

    Any Hidden Features like the following? www.benq.com/en-us/knowledge-center/knowledge/usb-c-introduction-what-is-dp-alt-mode.html Looking for a phone which has most of the lesser known or Hidden features... which many are not aware of...
  17. P

    Do a Technically strong person need Business Networks like BNI?

    Please Share your thoughts. I never have been into any.
  18. P

    Building a MAUI App...

    I recently got a requirement from a client which is unique to him. Beyond normal expectations. He is very keen to have one particular feature a must present. Currently All my Customers are making the GPay and other UPI transactions entering manually into the system. For example if One person is...
Back
Top Bottom