TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Sass
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Yadav (10)
Mohammad Irshad (2)
Parth Dave (2)
manish Mehta (2)
Alkesh Bijarniya (1)
Deepak Rawat (1)
Rahul Bansal (1)
Usama Shahid (1)
Mohasin Desai (1)
Rasmita Dash (1)
Mahender Pal (1)
Sekhar Srinivas (1)
Dipal Shah (1)
Karthikeyan Anbarasan (1)
Praveen Kumar (1)
Mahesh Chand (1)
Vivek Gupta (1)
Srinivasa Sivkumar (1)
Filip Bulovic (1)
Related resources for Sass
No resource found
What are the Different Ways to Style a Reactjs Component?
7/5/2024 5:24:38 AM.
Styling React components can be done using various methods, including CSS stylesheets, inline styles, CSS modules, styled-components, Emotion, Styled JSX, Tailwind CSS, SASS/SCSS, and BEM methodology.
Binary Cracking and Byte Patching With IDA Pro
4/23/2024 8:31:51 AM.
This dissertation explores binary patching techniques using IDA Pro, emphasizing reverse engineering, byte-level manipulation, and assembly code analysis. It covers configuring IDA Pro for patching,
.NET Reverse Engineering: Part 2
4/19/2024 10:37:50 AM.
This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction how to integrate an IL code into an existing high-level C# written code, and h
Bug Fixing: .NET Reverse Engineering: Part 4
4/18/2024 1:15:09 PM.
Explore advanced .NET Reverse Engineering through Round-trip engineering, manipulating IL code without accessing source code. Fix bugs like Memory Overflow, Array Index Out Of Range, and Divide by Ze
What’s the Difference Between SCSS and Sass and How to Use it in Your Project
5/3/2023 3:08:08 PM.
What’s the difference between SCSS and Sass and how to use it in your project to make it more faster than define css
Understanding the Common Type System in Real Scenarios Using The MSIL DisAssembler
3/25/2021 5:39:15 AM.
This article explains the Common Type System (CTS) in Real Scenarios using the MSIL DisAssembler.
Disassembler Mechanized: Part 4
2/17/2021 7:26:10 AM.
This article is the fourth and final part of how to do a mechanized disassembly in .Net.
Disassembler Mechanized: Part 1
1/14/2021 11:57:12 AM.
This article is the first part of how to do a mechanized disassembly in .Net.
Disassembling With Reflector: Part 1
1/1/2021 11:50:08 AM.
This article shows dissembling of the source code of an assembly using Reflector.
SASS Tutorial
12/9/2019 10:08:47 AM.
In this article you get a SASS Tutorial.
Learn About SASS
10/10/2019 5:07:56 PM.
In this article, you will learn about SASS.
Angular Material - Part Two
9/21/2018 9:42:56 AM.
If you worked with bootstrap you know that implementing tabs require some complex markup but in Angular Material we can easily add tabs to our application with only 2 elements.
How To Use SASS In Visual Studio Using Web Essentials
11/28/2016 12:38:24 PM.
In this article, you will learn how to use SASS in Visual Studio using Web Essentials.
Play With SASS Using Compass
9/9/2016 2:17:34 AM.
In this article we will learn how to play with Sass using compass.
An Overview Of SASS And SCSS
6/1/2016 1:48:53 PM.
In this article, you will learn about SASS and SCSS.
Writing Associate And Disassociate Request Using Web API
1/5/2016 1:49:02 PM.
This article is about writing associate and disassociate request using Web API.
Install SASS on Windows Using Ruby Gems
8/14/2015 12:50:16 PM.
In this article we will learn how to install and use SASS on Windows.
How to write a basic C# Program using ILDASM & ILASM
5/25/2015 12:47:04 AM.
In this video I will be explaining how to disassemble an assembly and create an IL file and perform some modifications to the IL file and then how to regenerate the assembly based on IL and this video also explains the basic structure of C# Program, brief idea on namespace, how to write a hello world program in C#, compile and execute the program too..
Disassembler Mechanized: Part 3
4/10/2015 4:47:46 PM.
This article is the third part of how to do a mechanized disassembly in .Net.
Disassembler Mechanized: Part 2
4/10/2015 4:13:53 PM.
This article is the second part of how to do a mechanized disassembly in .Net.
Password Discovery and Patching by Disassembling
2/25/2015 10:41:36 PM.
This article shows how to subvert some of authentication mechanisms, such as extracting vital information imposed in the binary file while source coding, by analyzing the generated hex code itself of the target executable.
Disassembling With Reflector: Part 2
11/9/2014 5:10:49 PM.
This article shows how to reveal the license code information by dissembling its corresponding classes after backtracking the code flow execution.
Basics of SASS
6/23/2014 5:51:47 AM.
SASS is a super-powered version of CSS. It is actually meant to make CSS more dynamic, organized and productive.
Protecting IL Code from Unauthorized Disassembling in VB.NET
11/10/2012 2:31:09 AM.
Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
Protecting IL Code from unauthorised Disassembling
5/19/2012 7:41:28 AM.
Microsoft .NET proved a mechanism where the code written in VB.NET, C# or any CLS compliant languages to generate MSIL (Microsoft Intermediate Language)code which targets the CLR and executes. This is an excellent mechanism to abstract the high level code from the underlying hardware.
Disassemble code in Visual Studio instead of ILDSAM disassembler
3/7/2011 12:08:51 AM.
Most of the times when we want to see the disassembled code we will go for the ILDASM tool and give the mapped path of the dll and see the disassembled code in the tool. Now we have an option for that in Visual Studio itself. Let’s see in this article on how to do this step by step
Tools and Utilities in the .NET Framework
11/11/2009 12:04:03 AM.
In this article I will explain about the tools and utilities in the .NET Framework.
Visual Studio .NET: Start up
8/31/2006 2:16:29 AM.
The next version of Visual Studio 6.0 is Visual Studio .NET (VS.NET). In the previous versions of Visual Studio Microsoft has different menu options to pick development environment such as VC++, Visual FoxPro, Visual Basic or Visual Interdev. This version of Visual Studio has integrated everything in one IDE. The reason for that might be all development languages share common library and tools.
VS.NET Tools Intermediate Language Disassembler (ILDAM)
2/16/2006 2:03:02 AM.
"The ILDSAM tool parses any .NET Framework EXE/DLL Module and shows the information in a human-readeble format"
C# or VB.NET - World War III
12/22/2005 7:52:54 AM.
In this article I'm going to go under the hood and show you what really happens to the in C# and VB.NET.
Some situtions where one may like to use IL
12/21/2005 1:11:34 AM.
This article requires knowledge of IL or at least desire to learn it. My intention is to give few illustrations where usage of IL is possible or only option.