IronPython Windows Forms – Event Handling

Building windows forms using ironpython is very easy. If you want to make you windows forms perform certain task then you need to add event handlers into it. Working with event handlers is a bit tricky but not difficult if you know what you’re doing. In this article we’ll see how to write ironpython code to create a windows form with clickable button and label text which changes text. [Read more...]

Ironpython – Using TextBox Widget

Writing windows forms application is very easy if you’re using ironpython. You can accept input from user with ironpython just like the way you do with C# windows forms. In this article you’ll learn how to work with textbox widget to accept user input. If you want to use single lines of text then this widget is very useful in your application. [Read more...]

Beginner QT Programing Books

QT allows you to write programs that run on multiple operating system. Unless you’ve any commercial intentions you can always use QT to get your small projects or open source projects to work with your C++ programming skills. [Read more...]

C# Books for Beginners

If you’re beginner in C# then i’m sure you’re looking for the best book that fits your style. Though not all books are same and are preferred by everyone. Some books are just plain old theory dropped with some word salad in big size book while some books just put content out as definitions and bibliography of concepts. Depending what type of content you can digest and what you need for interviews and exams there are plenty of good books out there. [Read more...]

C++ Books for Interviews

For freshers C and C++ are the languages which are often selected by interviewer to select the right candidate for their company. If you’re applying to company as fresher or experienced for C++ developer position then you need to prepare accordingly. Level of the test difficult will vary based on your experience, freshers are likely to be tested with code, bugs and definitions. This post is an attempt to give you some pointers for how to prepare for C++ interview. [Read more...]

Ironpython – How to use Labels in Windows Forms

In previous post we discussed how to create a simple window using ironpython to display hello world. Now let’s take this a bit ahead and see how to work with labels. Like any other language you can add or edit windows form labels in ironpython. At the end of this article you’ll learn how to modify the label properties for windows form. [Read more...]

Ironpython Tutorial – Hello World

Ironpython is python under .NET environment and it is made to access all the .NET classes and libraries keeping all the features of original distribution intact. If you’re programming python under windows environment then it is better to get ironpython instead of python’s official distribution. Why ? Because once you pass the basic level of python programming then surely your interests will be to use python either for desktop app or web app. In such case you can benefit a lot from ironpython distribution than official distribution under windows environment. In this article you’ll learn how to program your first ironpython hello world app. [Read more...]

.NET- What is assembly ?

In this article we’ll discuss assembly in .NET environment. If you’ve any questions, suggestions or feedback then please feel free to comment. [Read more...]

What is the difference between data grid, data list and repeater ?

This article discusses the difference between data grid, data list and repeater. [Read more...]

How the ASP.NET authentication process works ?

In this article we’ll take a look at how the ASP.NET authentication process works. [Read more...]