03/10/2020
Upload Excel File to Amazon S3 Bucket in Python
How to Upload Excel File to Amazon S3 Bucket in Python
In this tutorial we will learn how to upload excel file to Amazon S3 bucket in python using Amazon's SDK Boto3. To complete this tutorial, w...
10/03/2019
https://www.claudiobernasconi.ch/2019/01/30/is-wpf-still-relevant-in-2019/
Is WPF Still Relevant in 2019? | Claudio Bernasconi's TechBlog
Is WPF Still Relevant in 2019? by Claudio Bernasconi | Jan 30, 2019 | C # | 0 comments Windows Presentation Foundation (WPF) has been released as part of the .NET framework 3.0 in 2006. It was one year before Apple released its iPhone. Many .NET Framework versions later, it got improved, and it’s s...
05/03/2019
https://www.scrum.org/resources/blog/equality-roles-scrum
Equality - The Roles in Scrum
The Scrum Team consists of three roles. The only three roles needed in Scrum. But all needed! And all equally important to be successful. This first sentence is all there is to it. And if we would practice Scrum within our companies the way described in this first sentence we can all be successful i...
04/03/2019
https://dev.to/jamesmh/the-stages-of-your-software-development-career-2dd
The Stages Of Your Software Development Career
Have you ever wondered what the next step in your career should be? How do you know what tools, principles or programming languages to learn next?
03/03/2019
https://www.searchenginejournal.com/reorganizing-xml-sitemaps-python/295539/
Reorganizing XML Sitemaps with Python for Fun & Profit
Learn how to use Python to reorganize your XML sitemaps and help you isolate indexing problems on your website's most important pages.
17/07/2018
Cast your vote online via Election18 App!
Election18
25/04/2014
Dear All
We at Analytics are hiring Software Engineers!!
Required skills: Experience in Microsoft technologies, prominent in C #.NET.
Experience: atleast 2-3 years of programming experience required. However candidates with one year of experience with exceptional programming skills can also apply.
Opportunities to travel in Middle East.
Interested applicants should submit their resumes to
[email protected] (cc: [email protected] )
Regards,
Waqas Ali
23/05/2013
Set and Get Textbox Value inside ascx Control from ASP.NET Page
Setting and getting Textbox value inside user control (ascx control) from aspx page is a usual practice in both simple and complex projects. In this tutorial, we will * Create New User Control. * Add User Control in aspx Page. * Set Textbox Value inside User Control * Get Textbox value From User...
22/05/2013
Difference Between string and String in C#.NET
There is no different between string and String (System.String). string is an alias for System.String in C #.Net. They compile to the same code, so no difference at ex*****on time. The complete list of aliases in C #.Net is object:System.Object string:System.String bool:System.Boolean...
02/05/2013
ORA-00254 Error in Archive Control String
Error Code ORA-00254 Description Error in archive control string 'string'. Cause Possible cause of this error is, the specified archive log location is invalid in the archive command or the LOG_ARCHIVE_DEST initialization parameter. Action To fix this issue, check the archive string used to make...