Skip to content
  • My conversation with blenderbot.ai

    The Lounge question lounge csharp asp-net dotnet
    8
    0 Votes
    8 Posts
    0 Views
    L
    Heard of Microsoft’s experiment Tay? Tay (bot) - Wikipedia[^] With a very good take by the X-Files X-Files Intro Chatbot Tay AI 4chan - YouTube[^]
  • 0 Votes
    10 Posts
    0 Views
    M
    Kent Sharkey wrote: I really should have got a step-through, as it's pretty high and can lead to my voice going higher :laugh: And thanks for the great feedback! Latest Article: Create a Digital Ocean Droplet for .NET Core Web API with a real SSL Certificate on a Domain
  • 0 Votes
    14 Posts
    3 Views
    C
    El trabajo como lo planteas es para un desarrollador de mediano a senior, con rango de sueldo entre 25 a 50 mil pesos al mes. Toma en cuenta que de lo que cobres hay que quitar impuestos, y tus propios gastos. Para ello hay una regla un poco vieja pero no menos efectiva: precio = costo x 3. Así que te recomiendo que lo cobres en al menos 25 mil pesos. También toma en cuenta que posiblemente el cliente cree que con un mes de trabajo basta, pero por lo que cuentas, es como para 3 meses. Ten comunicación constante con tu cliente, hazle ver lo que haces y los avances que tienes. Así tendrás mejores argumentos para que el cliente te pague el tiempo necesario. Y por último: no todos, pero algunos son malos clientes; quieren todo en media hora y de todo se quejan. Toma en cuenta que lo primero es tu bienestar y tu equilibrio trabajo/vida personal. Se claro con tu cliente en cuanto tiempo al día dedicas al trabajo. Pon metas realistas. Y si el cliente no entiende, es mejor cortar por lo sano. Así te evitarás estar comprometido con un proyecto que te deje pérdidas. Yo también soy de México y llevo algunos años como freelancer. Si de algo te sirve escríbeme y con gusto platicamos para darte ideas sin costo: carlospc@carlospc.com
  • I was there...

    The Lounge csharp html asp-net dotnet com
    3
    0 Votes
    3 Posts
    0 Views
    R
    Maybe they counted the animals that were watching too :-\
  • what the ...?

    The Lounge csharp database asp-net dotnet com
    3
    0 Votes
    3 Posts
    0 Views
    M
    Johnny J. wrote: Try to ask about it on Stackoverflow... :laugh: Turns out it's something in the query that determines what should be updated, which is flipping state between two records. :sigh: Latest Article: Create a Digital Ocean Droplet for .NET Core Web API with a real SSL Certificate on a Domain
  • 0 Votes
    3 Posts
    0 Views
    Greg UtasG
    Why? It is based on Windows 3.1? :) Robust Services Core | Software Techniques for Lemmings | Articles The fox knows many things, but the hedgehog knows one big thing.
  • 0 Votes
    3 Posts
    20 Views
    M
    Thank you very much Richard If MS docs had C++ version of this i would have not neded to bother you I was very confused as i dont do delegates if i can avoid it Very happy some C++/CLR people still exist ill mark as solved Here is the Final working MainForm() showing cross thread update of textBox, Random, and usage of other Member funtions This is here to help anyone that is as bad at this overcomplicated Parallel coding in C++/CLR (my opinion should be easier) "Parallel::For" - intellisense still moans about 2 or more overloads of it but who cares anyway, no one :¬) namespace CppTutorial { using namespace System; using namespace System::Threading::Tasks; using namespace System::Windows::Forms; /// /// Summary for MainForm /// public ref class MainForm : public System::Windows::Forms::Form { public: MainForm(void) { InitializeComponent(); // //TODO: Add the constructor code here // } protected: /// /// Clean up any resources being used. /// ~MainForm() { if (components) { delete components; } } private: System::Windows::Forms::TextBox ^textBox1; protected: private: /// /// Required designer variable. /// System::ComponentModel::Container ^components; #pragma region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// void InitializeComponent(void) { this->textBox1=(gcnew System::Windows::Forms::TextBox()); this->SuspendLayout(); // // textBox1 // this->textBox1->Dock=System::Windows::Forms::DockStyle::Fill; this->textBox1->Location=System::Drawing::Point(0,0); this->textBox1->Multiline=true; this->textBox1->Name=L"textBox1"; this->textBox1->Size=System::Drawing::Size(563,451); this->textBox1->TabIndex=0; // // MainForm // this->AutoScaleDimensions=System::Drawing::SizeF(6,13); this->AutoScaleMode=System::Windows::Forms::AutoScaleMode::Font; this->ClientSize=System::Drawing::Size(563,451); this->Controls->Add(this->textBox1); this->Name=L"MainForm"; this->Text=L"MainForm"; this->Shown+=gcnew System::EventHandler(this,&MainForm::MainForm_Shown); this->ResumeLayout(false); this->PerformLayout(); } #pragma endregion public: static MainForm ^staticmain; Random ^rand1
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    2 Posts
    0 Views
    Greg UtasG
    It moved: Get Started with ASP.NET Core Session Provider for NCache[^] Robust Services Core | Software Techniques for Lemmings | Articles The fox knows many things, but the hedgehog knows one big thing.
  • Today is one of those days...

    The Lounge csharp asp-net dotnet com security
    11
    0 Votes
    11 Posts
    0 Views
    D
    The joys of living away from the city... :~ Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    21 Posts
    50 Views
    S
    It is MSI Artymis.
  • 0 Votes
    4 Posts
    11 Views
    C
    I belive internet is the best source.
  • 0 Votes
    7 Posts
    3 Views
    K
    I solved the issue. Thank you for your help. I'd like to post my finished class to get everyone's thoughts. I'd like your opinion on it. I'll post it later today If it's not broken, fix it until it is. Everything makes sense in someone's mind. Ya can't fix stupid.
  • Just some random stupid thoughts

    The Lounge csharp java css dotnet com
    20
    0 Votes
    20 Posts
    37 Views
    abmvA
    u could just not watch those new movies or you could pay to watch a particular one like google movies or msft or just google and you will find Caveat Emptor. "Progress doesn't come from early risers – progress is made by lazy men looking for easier ways to do things." Lazarus Long
  • 0 Votes
    3 Posts
    8 Views
    J
    I'd start by looking at what your SQL is trying to do and simplify it. From what I can see, your WHERE clause can be reduced to vYear = 2022 AND EmpCode = 5229 AND NOT VacType IN (10, 15, 16, 17, 18, 19, 20, 21, 23, 24) AND Result <> 1 AND ('12/07/2022' BETWEEN vStart AND vEnd OR CONVERT(DATETIME, '2022-07-13 00:00:00', 102) BETWEEN vStart AND vEnd ) I do not understand what the date ranges are for and why there are two different ways of representing dates unless your data has two sets of texts neither as real dates, in which case the comparisons are meaningless.
  • Code Review - Is this Ok?

    Web Development csharp help dotnet wpf json
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • PowerShell AND C#

    The Lounge csharp question discussion dotnet windows-admin
    26
    0 Votes
    26 Posts
    2 Views
    K
    Yes. I've been wanting to write something, might as well be this.
  • 0 Votes
    11 Posts
    0 Views
    Richard DeemingR
    Looking at the source[^], it seems you can control the directory it uses by setting the ASPNETCORE_TEMP environment variable. (I found that last week trying to get a .NET 6 API endpoint to accept file uploads with no filename on the Content-Disposition header, to make it match the existing .NET Framework Web API endpoint. Which turned out to be a massive PITA.) It's probably worth reporting the misleading error in the GitHub repo: Issues · dotnet/aspnetcore · GitHub[^] "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • Ever listened to a tech book?

    The Lounge asp-net csharp dotnet com architecture
    8
    0 Votes
    8 Posts
    0 Views
    S
    I definitely wouldn't be listening to it while driving!