All the postings on this blog are "As it is" with no warranties and confer no rights. Neither my employer nor me shall be made responsible for the posts, as some of the posts are drafted from other sources and some out of my information gathering from i-Net
After a long time, today, got a requirement from ASP page. Our current client has a major application written in classic ASP 2.0, and we have given him an extension functionality written in .NET with VB as programming language. Now, we have 2 different applications running at the same box with 2 different technologies, ie., an ASP application and an ASP.NET application. For both of the applications, there is a common functionality talking to the database via a webservice written in Java. The current situation demand a common library that will be reused at both ASP.NET pages as well as ASP pages. Apart of the requirement, the one point that led me to post here is "How to call a .NET Assembly in a Classic page" Creating .NET Assembly Imports System Imports System.Runtime.InteropServices Public Class MyLibClass Public Function MyLibFunction() As String Return " Invoked the method from COM successfully .." End Function End Class With the abov...
Declaimer This is my initial version of the synopsis for PhD studies. There are plenty of things that i have to complete before i prepare the final version. Thus, this would be the alpha version. Due to the length of the blog post, will not be posting the entire draft. 1.Title of the thesis Network Intrusion Detection using Supervised Machine Learning Technique with Feature Selection 2.Introduction Intrusion Detection System, IDS, is a development which improve the network security and defending the information of the association. The IDS encourage the network chairman to recognize any malicious action on the network and alarms the executive to get the information made sure about by taking the appropriate activities against those attacks. An intrusion alludes to any unauthorized access or malicious usage of data assets. An intruder or an attacker is a true element that attempts to discover a way to increase unauthorized access to data, causes hurt or take part in different...
Microsoft has announced on 7th Aug 2014 about the release of .NET version 4.5.2 This means that all the new frameworks will be based on v4.5.2, it is also surprising to read from the blog post that, they are stopping support to frameworks v4 / v4.5 as well as v4.5.1 It also states that Microsoft will stop any updates on v4 / v4.5 and v4.5.1 by 12th Jan 2016
Comments